From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: help-gnu-emacs@gnu.org
Subject: Re: why I cannot run lisp in emacs?? :(
Date: Tue, 16 Oct 2007 23:44:53 +0300 [thread overview]
Message-ID: <87hckqu6uy.fsf@kobe.laptop> (raw)
In-Reply-To: 87zlyjtdt8.fsf@W0053328.mgh.harvard.edu
On Tue, 16 Oct 2007 09:00:03 -0400, jadamson@partners.org (Joel J. Adamson) wrote:
> thinkreverse <ferociousheep@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>
next prev parent reply other threads:[~2007-10-16 20:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-16 2:26 why I cannot run lisp in emacs?? :( thinkreverse
2007-10-16 6:41 ` Gijs Hillenius
2007-10-16 13:00 ` Joel J. Adamson
2007-10-16 20:44 ` Giorgos Keramidas [this message]
2007-11-13 2:45 ` thinkreverse
2007-10-17 6:36 ` thinkreverse
2007-10-17 17:00 ` Joel J. Adamson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hckqu6uy.fsf@kobe.laptop \
--to=keramida@ceid.upatras.gr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).