[CM] f19, slime
James Hearon
j_hearon at hotmail.com
Wed Jul 10 17:45:55 PDT 2013
Hi,
re: slime not compiling in f19, XFce
I found a post about Ubuntu, not f19 but something about
...SLIME is using the name “lisp” to invoke Lisp, when it should be using “sbcl”.
Not sure why then .emacs is not doing the job
;;slime
(setq inferior-lisp-program "/usr/bin/sbcl")
(add-to-list 'load-path "/opt/slime")
(require 'slime)
(slime-setup)
(add-to-list 'auto-mode-alist '("\\.ins$" . lisp-mode))
But seems like creating a symlink from lisp to sbcl does the job, for now.
ln -s /usr/bin/sbcl /usr/bin/lisp
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/mailman/private/cmdist/attachments/20130711/ed796205/attachment.html
More information about the Cmdist
mailing list