From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: thinkreverse Newsgroups: gmane.emacs.help Subject: Re: why I cannot run lisp in emacs?? :( Date: 16 Oct 2007 23:36:21 -0700 Organization: http://groups.google.com Message-ID: <1192592802.996821.309860@v23g2000prn.googlegroups.com> References: <1192501571.275260.310720@t8g2000prg.googlegroups.com> <87zlyjtdt8.fsf@W0053328.mgh.harvard.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ger.gmane.org 1192603249 30622 80.91.229.12 (17 Oct 2007 06:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 06:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 17 08:40:49 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ii2aE-0000EY-6T for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 08:40:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii2a7-0003OM-3L for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 02:40:39 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v23g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 192.165.214.193 Original-X-Trace: posting.google.com 1192602993 22179 127.0.0.1 (17 Oct 2007 06:36:33 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 17 Oct 2007 06:36:33 +0000 (UTC) In-Reply-To: <87zlyjtdt8.fsf@W0053328.mgh.harvard.edu> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 netcache2 (NetCache NetApp/6.0.6) Complaints-To: groups-abuse@google.com Injection-Info: v23g2000prn.googlegroups.com; posting-host=192.165.214.193; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.help:152996 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48499 Archived-At: On Oct 16, 9:00 pm, jadam...@partners.org (Joel J. Adamson) wrote: > thinkreverse 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 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." > > Joel > > -- > Joel J. Adamson > Biostatistician > Pediatric Psychopharmacology Research Unit > Massachusetts General Hospital > Boston, MA 02114 > (617) 643-1432 > (303) 880-3109 Thank you:) My problem is solved by your solution.