Hello,
I am teaching Lisp for a weak in Vietnam. One of my students could not start Slime although he had the same environment (Ubuntu, Emacs23, SBCL) as his other colleagues. He has installed SBCL and Slime using "apt-get".
All the things I usually try usually in the .emacs file did not work so I am turning to you for help.
Below the trace of the loading of Slime. I thank you in advance, Irène Durand
Le 09/12/11 08:37, Thien Sy a écrit :
(progn (load "/usr/share/common-lisp/source/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.3613" :coding-system "iso-latin-1-unix"))
This is SBCL 1.0.50.0.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.
; loading #P"/usr/share/common-lisp/source/slime/swank-loader.lisp"
debugger invoked on a SB-C::INPUT-ERROR-IN-COMPILE-FILE in thread #<THREAD
"initial thread" RUNNING
{AA65749}>: READ failure in COMPILE-FILE: SB-INT:SIMPLE-READER-PACKAGE-ERROR at 5611 (line 143, column 52) on #<SB-SYS:FD-STREAM
for "file /usr/share/common-lisp/source/slime/swank-loader.lisp" {AA713D1}>: package "ASDF" not found
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Abort loading file "/usr/share/common-lisp/source/slime/swank-loader.lisp". 1: Exit debugger, returning to top level.
(SB-C::READ-FOR-COMPILE-FILE #<SB-SYS:FD-STREAM for "file /usr/share/common-lisp/source/slime/swank-loader.lisp" {AA713D1}> 5230) 0] Duong Thien Sy LINF09