[slime-devel] Problems with swank connection

Henda Carvalho henda.for.work at gmail.com
Mon Jun 12 14:26:15 UTC 2006


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20060612/23d924ab/attachment.html>


More information about the slime-devel mailing list