I'm running into similar problems as this one with latest SLIME checked out from cvs, the only difference is the version of SBCL - 1.0.12:
http://paste.lisp.org/display/61629
Any idea why I'm getting this? Any way to fix this?
Thanks,
Yarek
* Yarek Kowalik [2008-06-05 21:34+0200] writes:
I'm running into similar problems as this one with latest SLIME checked out from cvs, the only difference is the version of SBCL - 1.0.12:
http://paste.lisp.org/display/61629
Any idea why I'm getting this? Any way to fix this?
It looks like you only the Lisp and Emacs side are running different versions. Maybe you just forgot to restart Emacs after and update or perhaps Emacs is using an older version installed by some package management system.
The error messages also has this: error in process filter: ad-Orig-error: Keyword argument :modules not one of (:pid :style :lisp-implementation :machine :features :package)
The "ad-Orig-error" looks like some function was advised in some way. SLIME doesn't do that by default.
Helmut.