* 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.