"Andras Simon" andras@renyi.hu wrote:
On Thu, 27 Jan 2005, Marc Battyani wrote:
On the Lisp side I call this: (swank::create-swank-server 4005 :spawn
#'swank::simple-announce-function t)
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:
nil byte-code("..." [error message "net-read error: %S" ding sleep-for 2 debug nil (slime-net-close proc) ((error)) "PANIC!"] 3) slime-process-available-input() slime-net-filter(#<network connection "SLIME Lisp" (4005 . "127.0.0.1") state:run> "^@^@%(:open-dedicated-output-stream 1519)\n")
Marc