Hi there,

I´m using slime and I'm having a problem with the swank connection:


(save-current-buffer
  (slime-disconnect)
  (if (get-buffer "*inferior-lisp*")
      (kill-buffer "*inferior-lisp*"))
  (slime)

 (if (not (slime-connected-p))
      <error, do something> ))
  

The problem is that the function 'slime-connected-p' is returning
'nil', meaning that there isn't a swank connection... Can somebody tell me why?


I'm using windows xp, my lisp implementation is Allegro CL (version 7), and my Emacs is GNU Emacs 21.3.1.

Best regards,
Henda