Hi there,<br>
<br>
I´m using slime and I'm having a problem with the swank connection:<br>
<br>
<br>
(save-current-buffer<br>
  (slime-disconnect)<br>
  (if (get-buffer "*inferior-lisp*")<br>
      (kill-buffer "*inferior-lisp*"))<br>
  (slime)<br>
<br>
 (if (not (slime-connected-p))<br>
      <error, do something> ))<br>
   <br>
<br>
The problem is that the function 'slime-connected-p' is returning<br>
'nil', meaning that there isn't a swank connection... Can somebody tell me why?<br>
<br>
<br>
I'm using windows xp, my lisp implementation is Allegro CL (version 7), and my Emacs is GNU Emacs 21.3.1.<br>
<br>
Best regards,<br>
Henda<br>
<br>
<br>
<br>
<br>
<br>