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,



                                          
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to