help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: why I cannot run lisp in emacs?? :(


From: thinkreverse
Subject: Re: why I cannot run lisp in emacs?? :(
Date: Mon, 12 Nov 2007 18:45:28 -0800
User-agent: G2/1.0

On Oct 17, 4:44 am, Giorgos Keramidas <keram...@ceid.upatras.gr>
wrote:
> On Tue, 16 Oct 2007 09:00:03 -0400, jadam...@partners.org (Joel J. Adamson) 
> wrote:
>
> > thinkreverse <ferocioush...@gmail.com> writes:
> > [...]
> >> but the emacs report "Searching for projram: no such file or
> >> directory, lisp"...... :(
>
> > (setq inferior-lisp-program clisp) ; for example if your lisp program
> >                                    ; is clisp
>
> You might want to quote the value of `inferior-lisp-program':
>
>     (setq inferior-lisp-program "clisp")
>
> > You should change the variable "inferior-lisp-program" to your
> > installation of a Common Lisp interpreter.  By default it's set to
> > "lisp" --- I had to change it to "clisp."
>
> Alternatively, you can arrange for `lisp' to be a symlink to the proper
> binary.  In my case, this is:
>
> keramida@kobe:/usr/local/bin> ls -l lisp
> lrwxr-xr-x  1 root  wheel  - 4 Jun  4 23:39 lisp -> sbcl
> keramida@kobe:/usr/local/bin>

Thank you for your kindly helping. :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]