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

23 Nov
2004
23 Nov
'04
8:53 p.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

23 Nov
23 Nov
10:59 p.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
7630
Age (days ago)
7630
Last active (days ago)
1 comments
1 participants
participants (1)
-
Chris Capel