Raymond Wiker Raymond.Wiker@fast.no writes:
Great! I downloaded the CVS version, and have it working now
(under FreeBSD, so far).
Good stuff!
As I mentioned earlier, I had to add a (require 'asdf) to
swank-sbcl.lisp. This is still necessary; asdf patches #'require so that it (also) looks for files with the extension ".asd".
I'll leave this one to our resident ASDF/SBCL guru :-)
slime should probably check that the inferior lisp process is
actually live when you do a M-x slime - I had a an "*inferior lisp*" buffer with no process, and slime was trying to connect to the (dead) process.
Fixed now.
Cheers, Luke