
23 Feb
2006
23 Feb
'06
11:29 p.m.
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... :)