[slime-devel] swank-loader.lisp": file does not exist?
Michael Rice
limitcase at gmail.com
Mon Apr 23 14:31:39 UTC 2012
Hi,
Any idea why I'm having a problem getting Slime to run on Fedora 16
(64-bit)? SBCL, Emacs, Slime, and ASDF all installed from Fedora repos.
I read some prior posts and the problem, on Ubuntu/Debian, seemed to have
been solved by "purging" slime and swank. Same solution on Fedora, with
re-install from Slime website?
Michael
My .emacs file:
[michael at sabal ~]$ cat .emacs
(add-to-list 'load-path "/usr/share/emacs/site-lisp/slime/") ; your SLIME
directory
(setq inferior-lisp-program "/usr/bin/sbcl") ; your Lisp system
(require 'slime)
(slime-setup)
[michael at sabal ~]$
Michael
============ Emacs complaint=============
(progn (load "/usr/share/emacs/site-lisp/slime/swank-loader.lisp" :verbose
t) (funcall (read-from-string "swank-loader:init")) (funcall
(read-from-string "swank:start-server") "/tmp/slime.18421" :coding-system
"iso-latin-1-unix"))
This is SBCL 1.0.51-1.fc16, 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.
*
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD
"initial thread"
RUNNING
{1002A68DC1}>:
Couldn't load "/usr/share/emacs/site-lisp/slime/swank-loader.lisp": file
does
not exist.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(LOAD
"/usr/share/emacs/site-lisp/slime/swank-loader.lisp"
:VERBOSE
T
:PRINT
NIL
:IF-DOES-NOT-EXIST
T
:EXTERNAL-FORMAT
:DEFAULT)
0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20120423/8a8a30ea/attachment.html>
More information about the slime-devel
mailing list