* Stever [2008-07-04 17:25+0200] writes:
yeah, it is loaded under "/usr/share/common-lisp/source/slime/swank-loader.lisp"
I tried changing my .emacs file accordingly to say: (setq inferior-lisp-program "/usr/bin/clisp") (add-to-list 'load-path "/usr/share/common-lisp/source/slime") <--- i changed this line (require 'slime) (slime-setup)
You can try to set slime-path ala
(setq slime-path "/usr/share/common-lisp/source/slime/")
Keep the trailing slash, just in case. After that you should at least be able to load swank-loader.lisp.
It would be good to report this problem to the maintainers of the Ubuntu package: http://packages.ubuntu.com/feisty/devel/slime
Helmut.