For the record, we've compiled a page on using SLIME and Allegro CL at
http://www.franz.com/emacs/slime.lhtml
-Mikel Bancroft
Edi Weitz wrote:
On Thu, 23 Feb 2006 14:47:20 -0800, mikel evins mevins@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... :)