[slime-devel] Improvement to slime-maybe-start-lisp

24 Nov
2004
24 Nov
'04
2:53 a.m.
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

24 Nov
24 Nov
4:59 a.m.
New subject: [slime-devel] Re: Improvement to slime-maybe-start-lisp
Chris Capel wrote:
When slime starts an inferior lisp process, it should probably check to
Actually nevermind. I was using a tarball and not CVS SLIME, whereas on my main computer I use CVS. I was confoosd. Chris Capel
7451
Age (days ago)
7451
Last active (days ago)
1 comments
1 participants
participants (1)
-
Chris Capel