[slime-devel] Using SLIME with several CMUCL flavors

I use more than one CMUCL "flavor": vanilla CMUCL, CMUCL with a particular dumped image (e.g. McCLIM), vanilla SBCL, etc. What is the SLIME idiom, if any, for running a specific flavor? The only one I am aware of is setting `inferior-lisp-program' before invoking SLIME with `M-x slime', but this looks kludgey. Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film

Paolo Amoroso <amoroso@mclink.it> writes:
I use more than one CMUCL "flavor": vanilla CMUCL, CMUCL with a particular dumped image (e.g. McCLIM), vanilla SBCL, etc. What is the SLIME idiom, if any, for running a specific flavor? The only one I am aware of is setting `inferior-lisp-program' before invoking SLIME with `M-x slime', but this looks kludgey.
You can use C-u M-x slime, and Emacs ask for the Lisp program. Would you like something better? Helmut.

Helmut Eller writes:
You can use C-u M-x slime, and Emacs ask for the Lisp program. Would you like something better?
This does the job nicely, I hadn't realized about it. Thanks, Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
participants (2)
-
Helmut Eller
-
Paolo Amoroso