From: Marc Battyani
Subject: Slime with LWW and XEmacs
Date: 
Message-ID: <ct95dr$dt3@library1.airnews.net>
I'm trying to setup Slime with LWW and XEmacs.
I've just made a checkout of Slime from the CVS.

First I load Slime in LW and start :
(swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)

Then in XEmacs I use Bill Clementson's setup:
;;;; SLIME Setup by Bill Clementson

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

(defun my-setup-slime ()
  "Set up common variables used by slime."
  (interactive)
  (setq slime-multiprocessing t)
  (require 'completer)
  (require 'slime)
  (modify-coding-system-alist 'process "lisp" 'undecided-unix)
  (slime-setup))

I call my-setup-slime then slime-connect.

No errors so far.

Now I try "Show REPL", I get a Lisp prompt but when I try to evaluate a form
I just get:
;pipelined request... (swank:listener-eval "(+ 1 2)
")

I tried to run slime-run-tests and get: assertion failed: (not
(slime-busy-p))

Any idea ?

Marc

From: John Thingstad
Subject: Re: Slime with LWW and XEmacs
Date: 
Message-ID: <opsk85ontdpqzri1@mjolner.upc.no>
On Wed, 26 Jan 2005 23:26:28 +0100, Marc Battyani  
<·············@fractalconcept.com> wrote:

> I'm trying to setup Slime with LWW and XEmacs.
> I've just made a checkout of Slime from the CVS.
>
> First I load Slime in LW and start :
> (swank::create-swank-server 4005 :spawn  
> #'swank::simple-announce-function t)
>
> Then in XEmacs I use Bill Clementson's setup:
> ;;;; SLIME Setup by Bill Clementson
>
> (require 'slime)
> (add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
> (add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
> (slime-autodoc-mode)
>
> (defun my-setup-slime ()
>   "Set up common variables used by slime."
>   (interactive)
>   (setq slime-multiprocessing t)
>   (require 'completer)
>   (require 'slime)
>   (modify-coding-system-alist 'process "lisp" 'undecided-unix)
>   (slime-setup))
>
> I call my-setup-slime then slime-connect.
>
> No errors so far.
>
> Now I try "Show REPL", I get a Lisp prompt but when I try to evaluate a  
> form
> I just get:
> ;pipelined request... (swank:listener-eval "(+ 1 2)
> ")
>
> I tried to run slime-run-tests and get: assertion failed: (not
> (slime-busy-p))
>
> Any idea ?
>
> Marc
>
>

take a look at Bill Clementson's Blog:

http://home.comcast.net/~bc19191/blog/

He describes in detail how to set up LW both the proffesional and personal  
version.
-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
From: Edi Weitz
Subject: Re: Slime with LWW and XEmacs
Date: 
Message-ID: <u3bwnmc2a.fsf@agharta.de>
On Thu, 27 Jan 2005 09:25:25 +0100, "John Thingstad" <··············@chello.no> wrote:

> On Wed, 26 Jan 2005 23:26:28 +0100, Marc Battyani
> <·············@fractalconcept.com> wrote:
>
>> Then in XEmacs I use Bill Clementson's setup:
>> [...]
>
> take a look at Bill Clementson's Blog:
>
> http://home.comcast.net/~bc19191/blog/
>
> He describes in detail how to set up LW both the proffesional and
> personal version.

Maybe you should first read the posting before you reply...

Edi.

-- 

Lisp is not dead, it just smells funny.

Real email: (replace (subseq ·········@agharta.de" 5) "edi")
From: John Thingstad
Subject: Re: Slime with LWW and XEmacs
Date: 
Message-ID: <opsk9ax7vjpqzri1@mjolner.upc.no>
On Thu, 27 Jan 2005 10:54:53 +0100, Edi Weitz <········@agharta.de> wrote:

> On Thu, 27 Jan 2005 09:25:25 +0100, "John Thingstad"  
> <··············@chello.no> wrote:
>
>> On Wed, 26 Jan 2005 23:26:28 +0100, Marc Battyani
>> <·············@fractalconcept.com> wrote:
>>
>>> Then in XEmacs I use Bill Clementson's setup:
>>> [...]
>>
>> take a look at Bill Clementson's Blog:
>>
>> http://home.comcast.net/~bc19191/blog/
>>
>> He describes in detail how to set up LW both the proffesional and
>> personal version.
>
> Maybe you should first read the posting before you reply...
>
> Edi.
>
??!
Go to the site and search for LispWorks. (I did so)
I don't claim it works for XEmacs but it's as
good a suggestion as I've got.)


-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
From: Edi Weitz
Subject: Re: Slime with LWW and XEmacs
Date: 
Message-ID: <ud5vrkvvp.fsf@agharta.de>
On Thu, 27 Jan 2005 11:19:09 +0100, "John Thingstad" <··············@chello.no> wrote:

> ??!

I was just pointing out that Marc obviously already visited Bill's
site - he specifically mentioned that he used Bill's setup.  To make
this more clear I repeated the relevant lines in my previous posting.
Get it know?

Cheers,
Edi.

-- 

Lisp is not dead, it just smells funny.

Real email: (replace (subseq ·········@agharta.de" 5) "edi")
From: John Thingstad
Subject: Re: Slime with LWW and XEmacs
Date: 
Message-ID: <opsk9a58gspqzri1@mjolner.upc.no>
On Thu, 27 Jan 2005 10:54:53 +0100, Edi Weitz <········@agharta.de> wrote:

> On Thu, 27 Jan 2005 09:25:25 +0100, "John Thingstad"  
> <··············@chello.no> wrote:
>
>> On Wed, 26 Jan 2005 23:26:28 +0100, Marc Battyani
>> <·············@fractalconcept.com> wrote:
>>
>>> Then in XEmacs I use Bill Clementson's setup:
>>> [...]
>>
>> take a look at Bill Clementson's Blog:
>>
>> http://home.comcast.net/~bc19191/blog/
>>
>> He describes in detail how to set up LW both the proffesional and
>> personal version.
>
> Maybe you should first read the posting before you reply...
>
> Edi.
>

finally got it.. sory! Missed the Bill Clemenson part. lol

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/