Helmut Eller" e9626484@stud3.tuwien.ac.at wrote:
"Marc Battyani" marc.battyani@fractalconcept.com writes:
Maybe that's the right thing to do. But I use (swank:create-server :port 4005 :dont-close t) with LWL, and it works, so you could give it a try.
Done. Same error:
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.
On the XEmacs side I don't have any error now but get pipelined requests and no reply
Marc