[slime-devel] Improvement to slime-maybe-start-lisp
Chris Capel
pdf23ds at gmail.com
Wed Nov 24 02:53:55 UTC 2004
Sorry, I don't have the resources to send a diff from here.
When slime starts an inferior lisp process, it should probably check to make
sure swank isn't already loaded (by an init file, or being in the default
lisp image) before it calls load. This can take lots of extra time on a slow
machine. So here's what I have it send the lisp process in
slime-maybe-start-lisp:
"(when (null (find-package :swank)) (load %S))\n"
Chris Capel
More information about the slime-devel
mailing list