From: Nick Kiguta
Subject: Installing SLIME
Date: 
Message-ID: <1135657059.799663.108400@g47g2000cwa.googlegroups.com>
Im using GNU CLISP 2.35 (2005-08-29) (built on
winsteingoldlap.bluelnk.net [192.168.7.100]) on Cygwin 1.5.18-1 and
having problems installing slime.  I un-tar'd the slime tar file (tar
-xvzf slime....tar.tar), edited my .emacs file as required but when i
try to bring slime in emacs up (M -x slime)  I get the following error
message.

.....
;;  Loading file /home/Nick
Kiguta/.slime/fasl/clisp-2.35-unix-pc386/swank-clisp.fas ...
WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
          #<STANDARD-GENERIC-FUNCTION CALL-WITHOUT-INTERRUPTS>

WARNING: Replacing method #<STANDARD-METHOD NIL> in
          #<STANDARD-GENERIC-FUNCTION LISP-IMPLEMENTATION-TYPE-NAME>

WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
          #<STANDARD-GENERIC-FUNCTION SET-DEFAULT-DIRECTORY>

WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
          #<STANDARD-GENERIC-FUNCTION ARGLIST>

*** - READ: input stream
       #<INPUT BUFFERED FILE-STREAM CHARACTER
         #P"/home/Nick
Kiguta/.slime/fasl/clisp-2.35-unix-pc386/swank-clisp.fas"
         @402>
      ends within a token after multiple escape character
The following restarts are available:
SKIP           :R1      skip (COMPILE-FILES-IF-NEEDED-SERIALLY #)
STOP           :R2      stop loading file /home/Nick
Kiguta/slime-1.2.1/swank-loader.lisp
ABORT          :R3      ABORT

*** - UNIX error 13 (EACCES): Permission denied
The following restarts are available:
SKIP           :R1      skip (COMPILE-FILES-IF-NEEDED-SERIALLY #)
STOP           :R2      stop loading file /home/Nick
Kiguta/slime-1.2.1/swank-loader.lisp
ABORT          :R3      ABORT
Break 1 SWANK-BACKEND[2]>

I dont know what Im doing wrong. I performed the same steps at my
brothers laptop without any failures and cant understand why this is
happening. Anyone know what Im doing wrong or how to fix it? I would
really appreciate any help resolving this issue. Thanks.

From: Nick Kiguta
Subject: Re: Installing SLIME
Date: 
Message-ID: <1135657814.626377.47150@f14g2000cwb.googlegroups.com>
Im sorry..the cygwin version Im running is version 2.510.22 not
1.5.18-1. My bad.
From: Surendra Singhi
Subject: Re: Installing SLIME
Date: 
Message-ID: <3bkfxc6v.fsf@netscape.net>
"Nick Kiguta" <·········@gmail.com> writes:

> Im using GNU CLISP 2.35 (2005-08-29) (built on
> winsteingoldlap.bluelnk.net [192.168.7.100]) on Cygwin 1.5.18-1 and
> having problems installing slime.  I un-tar'd the slime tar file (tar
> -xvzf slime....tar.tar), edited my .emacs file as required but when i
> try to bring slime in emacs up (M -x slime)  I get the following error
> message.
>
> .....
> ;;  Loading file /home/Nick
> Kiguta/.slime/fasl/clisp-2.35-unix-pc386/swank-clisp.fas ...

> I dont know what Im doing wrong. I performed the same steps at my
> brothers laptop without any failures and cant understand why this is
> happening. Anyone know what Im doing wrong or how to fix it? I would
> really appreciate any help resolving this issue. Thanks.

Try removing the .slime folder and installing slime again. If it still doesn't
work ask in the slime mailing list, you may get a better response. 

HTH.
-- 
Surendra Singhi
http://www.public.asu.edu/~sksinghi/index.html

,----
| "War is Peace! Freedom is Slavery! Ignorance is Strength!"
|     -- Orwell, 1984, 1948
`----
From: Nick Kiguta
Subject: Re: Installing SLIME
Date: 
Message-ID: <1135715853.868078.144720@f14g2000cwb.googlegroups.com>
Hey thanks a dozen!

Removing the .slime directory and re-installing slime from the CVS did
it. No problems this time round. Thanks Surendra.