Hi there, <br>
<br>
I have been wanting to try out to connect to a running sbcl (0.9.5 on sarge) lisp <br>
<br>
In my console, I startup slime (which I got from cvs today) and create the server:<br>
<br>
* (swank:create-server)<br>
;; Swank started at port: 4005.<br>
<br>
4005<br>
<br>
This works fine. In my emacs I hit M-x slime-connect and after
providing host and port, I am actually using the above started lisp. So
far so good, but now the actual problem arises. Once I hit M-x
slime-disconnect in Emacs I get the following error in my sbcl and
cannot reconnect to the lisp:<br>
<br>
* ;; Connection to Emacs lost.<br>
;; [end of file on #<SB-SYS:FD-STREAM for "a constant string" {AC56161}>]<br>
<br>
debugger invoked on a SIMPLE-ERROR in thread #<THREAD "auto-flush-thread" {AD822F1}>:<br>
  #<SB-SYS:FD-STREAM for "a constant string" {AC5D1C1}> is closed.<br>
<br>
I have been searching all over the internet for a solution because this
way I can not really work because I can only once connect to the lisp
and not again. <br>
<br>
Can anyone give me a pointer on what I am doing wrong? I am totally
stunned because I seem to be the only one that has this problem :(<br>
<br>
In any case, thank you for your help! Slime is working amazingly otherwise just this feature is really important to me.<br>
<br>
<br>
Alexis<br>