Rayne wrote:
I installed slime, and SBCL for windows, and it works fine, except for the REPL. Everything works great until I do something to cause an error, when I do, the debugger fires and gives me my options, and no matter which one I choose, nothing happens. The CL-USER> prompt doesn't come back, it just hangs up, and any thing I type results in it saying "; pipelined request... (swank:listener-eval "d". Is there any way to fix this? This really sucks. I'm sure it's something to do with SBCL because the windows port is experimental, just shooting at the chance of there being a fix for it.
Thanks
-Rayne
Same here. No matter what restart / abort I select, it hangs. e.g. after evaluating...
(symbol-not-defined)
...and selecting...
1: [ABORT] Return to SLIME's top level.
I'm using
Slime CVS (downloaded today) SBCL 1.0.22 XEmacs 21.4.21 Windows XP
My init.el looks like this:
(setq inferior-lisp-program "E:/dev/sbcl/1.0.22/sbcl.exe") (add-to-list 'load-path "E:/dev/slime-2008-12-22/") (require 'slime)
SBCL doesn't hang when using it directly.
Thanks,
WalterGR