Am Thu, 22 Jul 2004 16:32:19 +0200 schrieb Luke Gorrie luke@bluetail.com:
Thomas Schilling tjs_ng@yahoo.de writes:
Yes, tried that, too. Seems there's no socket open ...
Ok, sounds like a server problem. Can you paste the ~/slime.lisp file?
Already did :) It's just a two-liner. But here it is again:
(load "~/Eigene Dateien/devel/lisp/slime/swank-loader.lisp") (swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)
It's definitely a slime problem: I checked out from July 7 and it works. So I'm now checking out stepwise - then I can tell you where exactly the problem is.