Hello,
The slime command can prompt the user to start a new inferior-lisp, but what is the right way to force slime to start a new process without prompting?
Thank you, John Foerch
John J Foerch jjfoerch@earthlink.net writes:
Hello,
The slime command can prompt the user to start a new inferior-lisp, but what is the right way to force slime to start a new process without prompting?
Thank you, John Foerch
I answered my own question.. If anybody wants to know, here it is:
(slime-start :buffer (generate-new-buffer "*inferior-lisp*"))
--John