From: =?ISO-8859-15?Q?Andr=E9_Thieme?=
Subject: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <d7lh4j$i4p$1@ulric.tng.de>
I would like to use all the key-bindings from slime when writing code
for Lispworks. I remember that Bill Clementson has a detailed description
of how to connect Slime with Lispworks. I would have read it if Bills
site where available, which it isn't for me.
Does anyone have a copy of his article?


Andr�
-- 

From: GP lisper
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <1117674902.43ee340871a0273480dd9f6b337dc285@teranews>
On Thu, 02 Jun 2005 01:43:34 +0200, <······························@justmail.de> wrote:
>
> for Lispworks. I remember that Bill Clementson has a detailed description
> of how to connect Slime with Lispworks. I would have read it if Bills

You need to load swank-loader first in Lispworks via

(load "c:/Program\ Files/emacs/site-lisp/slime/swank-loader.lisp")
#-clisp (swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)
#+clisp (swank::create-swank-server 4005)

then in Emacs

M-x slime-connect 

and take the defaults.

----

Full Lispworks has a method to automate the swank loading, otherwise
there is AutoIt.



-- 
With sufficient thrust, pigs fly fine.
From: =?ISO-8859-15?Q?Andr=E9_Thieme?=
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <d7louq$oo4$1@ulric.tng.de>
GP lisper schrieb:
> On Thu, 02 Jun 2005 01:43:34 +0200, <······························@justmail.de> wrote:
> 
>>for Lispworks. I remember that Bill Clementson has a detailed description
>>of how to connect Slime with Lispworks. I would have read it if Bills
> 
> 
> You need to load swank-loader first in Lispworks via
> 
> (load "c:/Program\ Files/emacs/site-lisp/slime/swank-loader.lisp")
> #-clisp (swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)
> #+clisp (swank::create-swank-server 4005)
> 
> then in Emacs
> 
> M-x slime-connect 
> 
> and take the defaults.
> 
> ----
> 
> Full Lispworks has a method to automate the swank loading, otherwise
> there is AutoIt.


What do you have in your .emacs?


Andr�
-- 
From: GP lisper
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <1117692002.6db0dcdbedc69c0b9bce78245d5742e7@teranews>
On Thu, 02 Jun 2005 03:57:03 +0200, <······························@justmail.de> wrote:
> GP lisper schrieb:
>> On Thu, 02 Jun 2005 01:43:34 +0200, <······························@justmail.de> wrote:
>> 
>>>for Lispworks. I remember that Bill Clementson has a detailed description
>>>of how to connect Slime with Lispworks. I would have read it if Bills
>> 
>> 
>> You need to load swank-loader first in Lispworks via
>> 
>> (load "c:/Program\ Files/emacs/site-lisp/slime/swank-loader.lisp")
>> #-clisp (swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)
>> #+clisp (swank::create-swank-server 4005)
>> 
>> then in Emacs
>> 
>> M-x slime-connect 
>> 
>> and take the defaults.
>> 
>> ----
>> 
>> Full Lispworks has a method to automate the swank loading, otherwise
>> there is AutoIt.
>
>
> What do you have in your .emacs?

Oh forgot that side.

; SLIME
(add-to-list 'load-path "c:/Program Files/emacs/site-lisp/slime")
(require 'slime)
;(setq inferior-lisp-program "c:/Program\ Files/Xanalys/Lispworks\ Personal/lispworks-personal-4300.exe")
(slime-setup :autodoc t)
;(add-hook 'slime-connected-hook 'slime-ensure-typeout-frame)

only the first two lines are required.  I actually keep this in the
global default.el.


-- 
With sufficient thrust, pigs fly fine.
From: =?ISO-8859-15?Q?Andr=E9_Thieme?=
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <d7qplu$66a$2@ulric.tng.de>
GP lisper schrieb:

>>What do you have in your .emacs?
> 
> 
> Oh forgot that side.
> 
> ; SLIME
> (add-to-list 'load-path "c:/Program Files/emacs/site-lisp/slime")
> (require 'slime)
> ;(setq inferior-lisp-program "c:/Program\ Files/Xanalys/Lispworks\ Personal/lispworks-personal-4300.exe")
> (slime-setup :autodoc t)
> ;(add-hook 'slime-connected-hook 'slime-ensure-typeout-frame)
> 
> only the first two lines are required.  I actually keep this in the
> global default.el.


Yes thanks, it does now work for me.


Andr�
-- 
From: Paolo Amoroso
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <87hdghytg2.fsf@plato.moon.paoloamoroso.it>
Andr� Thieme <······························@justmail.de> writes:

> for Lispworks. I remember that Bill Clementson has a detailed description
> of how to connect Slime with Lispworks. I would have read it if Bills
> site where available, which it isn't for me.

Bill is moving from the US to Canada.  His blog is currently down
because he no longer uses the old ISP, but should be back online with
a new one soon--for appropriate values of "soon".


Paolo
-- 
Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools (see also http://clrfi.alu.org):
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- UFFI: Foreign Function Interface
From: André Thieme
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <d7noqv$ilr$1@ulric.tng.de>
Paolo Amoroso schrieb:
> Andr� Thieme <······························@justmail.de> writes:
> 
> 
>>for Lispworks. I remember that Bill Clementson has a detailed description
>>of how to connect Slime with Lispworks. I would have read it if Bills
>>site where available, which it isn't for me.
> 
> 
> Bill is moving from the US to Canada.  His blog is currently down
> because he no longer uses the old ISP, but should be back online with
> a new one soon--for appropriate values of "soon".

Thanks for the info Paolo, good to know. If the blog wouldn't have been 
down for several days now I would have waited to ask here. But now it's 
clear, thanks.


Andr�
-- 
From: Paolo Amoroso
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <87u0kbix59.fsf@plato.moon.paoloamoroso.it>
Paolo Amoroso <·······@mclink.it> writes:

> Bill is moving from the US to Canada.  His blog is currently down
> because he no longer uses the old ISP, but should be back online with
> a new one soon--for appropriate values of "soon".

It's back online at:

  http://bc.tech.coop/blog/


Paolo
-- 
Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools (see also http://clrfi.alu.org):
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- UFFI: Foreign Function Interface
From: André Thieme
Subject: Re: Lispworks+Slime - where is Bill Clementsons Blog?
Date: 
Message-ID: <d82aee$p3r$1@ulric.tng.de>
Paolo Amoroso schrieb:
> Paolo Amoroso <·······@mclink.it> writes:
> 
> 
>>Bill is moving from the US to Canada.  His blog is currently down
>>because he no longer uses the old ISP, but should be back online with
>>a new one soon--for appropriate values of "soon".
> 
> 
> It's back online at:
> 
>   http://bc.tech.coop/blog/

Great, thanks!


Andr�
--