[CM] Cmdist Digest, Vol 63, Issue 6
James Hearon
j_hearon at hotmail.com
Thu Jul 11 18:04:19 PDT 2013
re: slime, XFce, emacs, f19
Ahh. Maybe that was it. In my hurry I think I just grabbed SBCL,not slime-sbcl. Will try that and see if that was the problem.
Thanks,
> From: cmdist-request at ccrma.Stanford.EDU
> Subject: Cmdist Digest, Vol 63, Issue 6
> To: cmdist at ccrma.Stanford.EDU
> Date: Thu, 11 Jul 2013 12:00:01 -0700
>
> Send Cmdist mailing list submissions to
> cmdist at ccrma.stanford.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
> or, via email, send a message with subject or body 'help' to
> cmdist-request at ccrma.stanford.edu
>
> You can reach the person managing the list at
> cmdist-owner at ccrma.stanford.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Cmdist digest..."
>
>
> Today's Topics:
>
> 1. Re: f19, slime (Ralf Mattes)
> 2. Re: f19, slime (Fernando Lopez-Lezcano)
> 3. f19, slime (James Hearon)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 10 Jul 2013 21:10:49 +0200
> From: Ralf Mattes <rm at seid-online.de>
> Subject: Re: [CM] f19, slime
> To: James Hearon <j_hearon at hotmail.com>
> Cc: "cmdist at ccrma.Stanford.EDU" <cmdist at ccrma.Stanford.EDU>
> Message-ID: <20130710191049.GA10832 at seid-online.de>
> Content-Type: text/plain; charset=us-ascii
>
> 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
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 10 Jul 2013 13:59:46 -0700
> From: Fernando Lopez-Lezcano <nando at ccrma.Stanford.EDU>
> Subject: Re: [CM] f19, slime
> To: cmdist at ccrma.Stanford.EDU
> Message-ID: <51DDCB42.1080503 at localhost>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 07/10/2013 11:50 AM, 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?
>
> Hmmm, strange. I just tested on my old laptop which has a fc19 install
> and it seems to work fine. Did you restart emacs after you added the
> incantations to ~/.emacs? Make sure you have the slime-sbcl package
> installed...
>
> -- Fernando
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 11 Jul 2013 00:45:55 +0000
> From: James Hearon <j_hearon at hotmail.com>
> Subject: [CM] f19, slime
> To: "cmdist at ccrma.Stanford.EDU" <cmdist at ccrma.Stanford.EDU>
> Message-ID: <BLU168-W36BFDD93B1565839197432E57B0 at phx.gbl>
> Content-Type: text/plain; charset="windows-1252"
>
> 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-0001.html
>
> ------------------------------
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>
>
> End of Cmdist Digest, Vol 63, Issue 6
> *************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/mailman/private/cmdist/attachments/20130712/d7c55383/attachment.html
More information about the Cmdist
mailing list