Stas Boukarev stassats@gmail.com wrote:
Version difference means that the elisp part of slime loaded in your Emacs is older than CL part. Did you restart emacs?
OK, this goes away after restarting. Other problem remains though.
Do you have (slime-setup '(slime-fancy)) or (slime-setup '(slime-repl)) in .emacs?
Just (slime-setup). Been like this for years. But now it seems that explicitely specifying (slime-setup '(slime-repl)) fixes the problem.
Thanks !