Daniel Debertin airboss@nodewarrior.org writes:
Hi,
I'm experiencing some problems getting CLISP working under SLIME. It just hangs in the middle of compiling:
It seems that everything was compiled and that it hangs when Emacs tries to connect.
Can you start the swank server in a xterm with something like:
(load "swank-loader.lisp") ... (swank:create-swank-server) ;; Swank started at port: 4005
and then connect with M-x slime-connect from Emacs? If you set swank::*log-events* to t, you get some debug output. There's also some debugging stuff in the *slime-events* buffer.
Helmut.