[slime-devel] CLISP not working for me...

Helmut Eller e9626484 at stud3.tuwien.ac.at
Mon Dec 13 19:52:33 UTC 2004


Daniel Debertin <airboss at 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.



More information about the slime-devel mailing list