I had the same issue.
You can add a hook, like this:
(add-hook 'slime-connected-hook 'your-hook)
to get the appropriate actions to happen AFTER slime is set up.
-austin
Nikodemus Siivola wrote:
"Henda Carvalho" henda.for.work@gmail.com writes:
(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?
IIRC the call to SLIME returns almost immediately, but setting the connection up takes a while -- so you need to wait for it a bit.
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious." Lispnik: "Buddha is big, has hairy armpits, and laughs."
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel