[slime-devel] Re: Loading slime for clisp in xemacs on Windows

Surendra Singhi efuzzyone at netscape.net
Thu Dec 23 11:12:13 UTC 2004


Reini Urban wrote:

> Andrei Stebakov schrieb:
> 
>> Hi,
>>
>> I have xemacs and clisp that came with the cygwin distribution.
>> I just downloaded slime-1.0 and put the following in my custom.el file:
>>
>> (add-to-list 'load-path "C:\\Linux\\slime-1.0\\")
>> (add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
>> (add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
>> (setq inferior-lisp-program "clisp -K full")
>> (require 'slime)
>> (slime-setup)
>>
>> Now, when I load slime (via M-x slime) I got:
>> [1]> *** - PARSE-NAMESTRING: syntax error in filename
>> "c:\\Linux\\slime-1.0\\swank-loader.lisp" at position 2
>> Break 1 [2]> *** - READ from #<IO TERMINAL-STREAM>: there is no 
>> package with name "SWANK"
>> Break 2 [3]> "C:\\DOCUME~1\\stebakov\\LOCALS~1\\Temp\\slime.2036"
>> Break 2 [3]>
>> Could anyone give me some info what I can do to fix it?
> 

I am also facing a similar problem. I first tried to use a native 
version of Xemacs with clisp distributed by cygwin, but I ran into the 
above trouble..

So, I decided to download and install clisp separately from the cygwin 
distribution and then I changed the inferior lisp program to the new 
clisp program. But I am still getting the old error.

Any suggestions on what should I do to ensure that slime and inferior 
lisp connects to the right clisp and starts up properly.

Thanks.

-- 
Surendra Singhi

www.public.asu.edu/~sksinghi/




More information about the slime-devel mailing list