Klaus Harbo klaus@harbo.net writes:
Luke Gorrie luke@bluetail.com writes:
How well does SLIME work for you?
Well, it worked flawlessly for me on cmucl, but I have never been able to get it work properly with Lispworks. See below.
I have a set of instructions for setting up slime with LW Personal on Windows at http://home.comcast.net/~bc19191/blog/040315.html
My .slime.lisp file has the following for LW:
#+lispworks (swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)
These instructions have been tested and work on standard LW Enterprise as well. Are you using the standard LW executable (with IDE and patches) or have you created a console executable?
- Bill