From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "surendra singhi" Newsgroups: gmane.emacs.help Subject: xemacs, clisp and slime Date: Mon, 18 Oct 2004 19:17:40 -0700 Organization: Arizona State University Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098152570 786 80.91.229.6 (19 Oct 2004 02:22:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2004 02:22:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 19 04:22:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJje8-0000fI-00 for ; Tue, 19 Oct 2004 04:22:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJjlS-0007d5-Aw for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2004 22:30:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!news.asu.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: d1wwdm51.dhcp.asu.edu Original-X-Trace: news.asu.edu 1098152261 5296 149.169.176.38 (19 Oct 2004 02:17:41 GMT) Original-X-Complaints-To: postmaster@asu.edu Original-NNTP-Posting-Date: Tue, 19 Oct 2004 02:17:41 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Original-Xref: shelby.stanford.edu gnu.emacs.help:125941 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21312 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21312 Hi, I know it is not an xemacs forum but xemacs and emacs they are so similiar I thought that someone here might help me as emcas forum is much more active then the xemacs one. My question is, how to set inferior-lisp-program to clisp in xemacs? I am using windows machine and has the latest release of xemacs. I tried using M-x set-variable inferior-lisp-program "C:\\program files\\clisp-2.33.1\\base\\lisp.ede -I" but it doesn't seems to work. Especially when i start the lisp mode, slime starts up but the options to evaluate the expression are not enabled and in the bottom bar it shows (LISP Slime[??]). Any when i explicitly start up slime it gives me an error "Searching for program: No such file or directory, C:\program" Is the problem due to space, anyway to overcome it? I also tried removing the space and just used "C:\\clisp-2.33.1\\base\\lisp.ede -I" as the path of my clisp but it still didn't seem to work, is it a bug in slime or clisp or xemacs. Any help on this will be heartily appreciated. thanks in advance, Surendra Singhi