Hello,
this morning, after an upgrade (although I'm not sure if it has anything to do with the problem), I start slime and I'm told:
Version differ: 2009-10-19 (slime) vs. 2009-12-07 (swank). Continue ?
If I say "yes", then I'm thrown into the *inferior-lisp* buffer, but I've got no slime repl.
Any help would be appreciated !
Didier Verna didier@lrde.epita.fr writes:
Hello,
this morning, after an upgrade (although I'm not sure if it has anything to do with the problem), I start slime and I'm told:
Version differ: 2009-10-19 (slime) vs. 2009-12-07 (swank). Continue ?
Version difference means that the elisp part of slime loaded in your Emacs is older than CL part. Did you restart emacs?
If I say "yes", then I'm thrown into the *inferior-lisp* buffer, but I've got no slime repl.
Do you have (slime-setup '(slime-fancy)) or (slime-setup '(slime-repl)) in .emacs?
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 !
Stas Boukarev stassats@gmail.com writes:
Version difference means that the elisp part of slime loaded in your Emacs is older than CL part. Did you restart emacs?
I usually find that "M-x load-library slime" is sufficient to reload the elisp part of slime (i.e. every time after I've fetched a new slime, which I usually do when I need to restart the lisp).
"Frode V. Fjeld" frode@netfonds.no writes:
Stas Boukarev stassats@gmail.com writes:
Version difference means that the elisp part of slime loaded in your Emacs is older than CL part. Did you restart emacs?
I usually find that "M-x load-library slime" is sufficient to reload the elisp part of slime (i.e. every time after I've fetched a new slime, which I usually do when I need to restart the lisp).
But that doesn't reload contribs.