On Nov 22, 2007, at 1:05 PM, Jeff Cunningham wrote:
Clearly I don't fully understand the interactions between Slime, Swank and the inferior lisp. Is there another way I can launch SBCL from within Slime so it works the way CMUCL used to?
SBCL and SLIME work for me exactly as you described. The only time that queueing sometimes does not work is if I start a Hunchentoot server without threads enabled. Otherwise, I can interact with my Lisp environment by REPL or C-c C-c (this is on OS X).
John