[slime-devel] SLIME+Allegro on Windows
Edi Weitz
edi at agharta.de
Thu Feb 23 23:29:51 UTC 2006
On Thu, 23 Feb 2006 14:47:20 -0800, mikel evins <mevins at mac.com> wrote:
> Thanks very much, Edi. I'll start with this.
Bill Clementson reminded me that I forgot to post the contents of my
~/.slime.lisp file, so here it is:
(load "c:/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)
The first line loads the stock swank-loader.lisp from SLIME.
Thanks Bill... :)
More information about the slime-devel
mailing list