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: [email protected]
> Subject: Cmdist Digest, Vol 63, Issue 6
> To: [email protected]
> Date: Thu, 11 Jul 2013 12:00:01 -0700
> 
> Send Cmdist mailing list submissions to
>       [email protected]
> 
> 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
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> 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 <[email protected]>
> Subject: Re: [CM] f19, slime
> To: James Hearon <[email protected]>
> Cc: "[email protected]" <[email protected]>
> Message-ID: <[email protected]>
> 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 <[email protected]>
> Subject: Re: [CM] f19, slime
> To: [email protected]
> Message-ID: <51DDCB42.1080503@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 <[email protected]>
> Subject: [CM] f19, slime
> To: "[email protected]" <[email protected]>
> Message-ID: <[email protected]>
> 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
> [email protected]
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
> 
> 
> End of Cmdist Digest, Vol 63, Issue 6
> *************************************
                                          
_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to