* 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.
Helmut