[slime-devel] CVS version can't find swank?
Helmut Eller
heller at common-lisp.net
Tue Jan 17 22:21:59 UTC 2006
* Jonathon McKitrick [2006-01-17 23:00+0100] writes:
> I *just* updated from cvs and now sbcl and slime cannot find swank.
>
> (require 'swank) returns nil, and swank:create-server fails of course.
>
> Any ideas?
How do you load slime? With `M-x slime'?
If you want to load the server manually, you need the following steps
now:
(load ".../swank-loader.lisp")
(swank-loader:load-swank)
(swank:create-server)
Helmut.
More information about the slime-devel
mailing list