On Sun, 3 Jun 2012, Helmut Eller wrote:
The following message is a courtesy copy of an article that has been posted to gmane.lisp.slime.devel as well.
- Faheem Mitha [2012-06-03 11:13] writes:
I'm not aware of setting slime-lisp-implementations anywhere. I do have some third-party slime code in my .emacs, but it doesn't mention slime-lisp-implementations. How can I check whether I am using slime-lisp-implementations?
Just evaluate the variable slime-lisp-implementations, e.g. with M-x eval-expression. If it's nil or not bound then it will not be used.
Hmm. it returns
(("sbcl" ("sbcl")) ("clisp" ("clisp")) ("ecl" ("ecl")) ("cmucl" ("cmucl")))
What does this mean? Regards, Faheem