[CM] f19, slime

Ralf Mattes rm at seid-online.de
Wed Jul 10 12:10:49 PDT 2013


On Wed, Jul 10, 2013 at 06:50:47PM +0000, James Hearon wrote:
> Hi,I'm trying a new install of f19, with Xcfe.  Not having any luck getting emacs to compile slime.
> Wondering if anyone  else is having a similar problem, and if you've found the solution?
> M - x slime [no match]
> in .emacs, I have:
> ;;slime(setq inferior-lisp-program "/usr/bin/sbcl")(add-to-list 'load-path "/usr/share/slime")(require 'slime)(slime-setup)(add-to-list 'auto-mode-alist '("\\.ins$" . lisp-mode))
> Still new to emacs, slime, and not sure how to troubleshoot yet.  SBCL is working and slime package is installed [planetccrma repo], but maybe there's something I forgot to tweak?
> Regards,

Well, looks like you want to use CM with Common Lisp. In that case i strongly
suggest to use quicklisp[1] and the slime version distributed with quicklisp.
Follow the installation instruction on the quicklisp website[2], the eval the following:

 (ql:quickload "quicklisp-slime-helper")

This  should install slime and print some instructions on what to add to your emacs
init file.


HTH, Ralf Mattes

[1] http://www.quicklisp.org/
[2] http://www.quicklisp.org/beta/#installation



More information about the Cmdist mailing list