"Helmut Eller" e9626484@stud3.tuwien.ac.at wrote:
"Marc Battyani" marc.battyani@fractalconcept.com writes:
Could also try to the variables below before starting the server?
(setq swank::*communication-style* nil) (setq swank::*use-dedicated-output-stream* nil) (setq swank::*log-events* t)
There is some improvement! Now after the slime-connect, I get 3 new threads in LW: control-thread, reader-thread and repl-thread. The reader-thread is waiting for input.
Those threads must be leftovers from previous attempts. (setq swank::*communication-style* nil) means that no threads should be created.
OK, I removed all the slime stuff from my hard disk, then made a fresh install and it works! :)
I just start the swank server on the LW side: (swank::create-swank-server 4005)
Thanks.
Marc