From: ·······@gmail.com
Subject: is slime&cygwin combo possible?
Date: 
Message-ID: <1172390184.777670.51900@s48g2000cws.googlegroups.com>
I'm trying to set up slime with a lisp in cygwin but (slime-setup)
gets interrupted by an error.

1. Here is the error shown in *inferior-lisp* buffer in emacs
'(Comint:no process)' when I try to setup by 'M-x slime':

(progn (load "/home/peatey/lisp/slime/swank-loader.lisp" :verbose t)
(funcall (\
read-from-string "swank:start-server") "/cygdrive/c/Temp/slime.
1612" :coding-sy\
stem "iso-latin-1-unix"))


Process inferior-lisp exited abnormally with code 53

===
Polling "/cygdrive/c/Temp/slime.1612".. (Abort with `M-x slime-abort-
connection\
'.)

2. Here is my environment:

Cygwin 1.5.24-2 (most recent)
GNU CLISP 2.41 (most recent Cygwin package)
GNU Emacs 21.2.1 (most recent Cygwin package, not NTEmacs)
SLIME 2.0 (same error using most recent cvs as of 20070225)

3. Here is the relevant .emacs file:

(add-to-list 'load-path (expand-file-name "~/lisp/slime/"))
(require 'slime)

(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
(add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode
t)))

(setq inferior-lisp-program "/usr/bin/clisp -K full"
      lisp-indent-function 'common-lisp-indent-function
      slime-complete-symbol-function 'slime-fuzzy-complete-symbol
      common-lisp-hyperspec-root (expand-file-name "~/lisp/
HyperSpec/")
      slime-startup-animation nil)

(setf slime-save-buffers nil)
(slime-setup :autodoc t)

4. Any helps would be greatly appreciated.

From: Thierry Pirot
Subject: Re: is slime&cygwin combo possible?
Date: 
Message-ID: <83649ox5vq.fsf@thierrypirot.net>
PeateyK writes:

> I'm trying to set up slime with a lisp in cygwin 
> ...
> (setq inferior-lisp-program "/usr/bin/clisp -K full"
> 
   clisp -K full 

fails in my up to date cygwin installation.  
I use 

   clisp -ansi -I

and the combo works. 

> Any helps would be greatly appreciated.
>
Hth
-- 
   Take it Easy          Don't worry            Be Happy

                           Thierry

�������o�o��������o�o��������o�o��������o�o��������o�o�������
From: ·······@gmail.com
Subject: Re: is slime&cygwin combo possible?
Date: 
Message-ID: <1172556643.851211.226830@p10g2000cwp.googlegroups.com>
On Feb 26, 11:04 am, Thierry Pirot <····@thierrypirot.net> wrote:
> PeateyK writes:
> > I'm trying to set up slime with a lisp in cygwin
> > ...
> > (setq inferior-lisp-program "/usr/bin/clisp -K full"
>
>    clisp -K full
>
> fails in my up to date cygwin installation.
> I use
>
>    clisp -ansi -I
>
> and the combo works.

Thank you very much, slime compiles successfully!
From: funkyj
Subject: Re: is slime&cygwin combo possible?
Date: 
Message-ID: <1172798667.271865.117370@31g2000cwt.googlegroups.com>
On Feb 26, 10:10 pm, ·······@gmail.com wrote:
> On Feb 26, 11:04 am, Thierry Pirot <····@thierrypirot.net> wrote:
>
> > PeateyK writes:
> > > I'm trying to set up slime with a lisp in cygwin
> > > ...
> > > (setq inferior-lisp-program "/usr/bin/clisp -K full"
>
> >    clisp -K full
>
> > fails in my up to date cygwin installation.
> > I use
>
> >    clisp -ansi -I
>
> > and the combo works.
>
> Thank you very much, slime compiles successfully!

I had been using cygwin's CLISP + SLIME about a year ago but then I
upgraded CLISP and everything broke.  I spent some time trying to get
it to work but eventually gave up.

If the above works for me then I may be up and running again.
From: rurban
Subject: Re: is slime&cygwin combo possible?
Date: 
Message-ID: <1172784107.994965.268140@8g2000cwh.googlegroups.com>
On Feb 26, 5:04 pm, Thierry Pirot <····@thierrypirot.net> wrote:
> PeateyK writes:
> > I'm trying to set up slime with a lisp in cygwin
> > ...
> > (setq inferior-lisp-program "/usr/bin/clisp -K full"
>
>    clisp -K full
>
> fails in my up to date cygwin installation.
> I use
>
>    clisp -ansi -I
>
> and the combo works.

Could you please post that to ·············@cygwin.com also?
Since I'm the maintainer I would have liked to know that problem also,
and I only got that message by accident.