[slime-devel] Running Emacs 23.0.0.1 - wire-protocol-version problem

Hi, Not sure what's going on, but I needed to do this to start latest CVS of SBCL and Slime just now: cvs diff: Diffing . Index: swank.lisp =================================================================== RCS file: /project/slime/cvsroot/slime/swank.lisp,v retrieving revision 1.414 diff -r1.414 swank.lisp 1245c1245 < :wire-protocol-version ,(wire-protocol-version))) ---
:style ,(wire-protocol-version)))
I'm running Emacs 23.0.0.1 btw. - GTK+ and XFT is a must. -- Lars Rune Nøstdal http://lars.nostdal.org/

Lars Rune Nøstdal <larsnostdal@gmail.com> writes:
Hi, Not sure what's going on, but I needed to do this to start latest CVS of SBCL and Slime just now:
the only thing i can think of is that you've not reloaded slime.el and hence don't have the elisp code to deal with the new keyword. i guess it makes sense that the new wire-protocol-version, which exists to alert people of protocol changes, would in fact silently break things due to being an undected protocol change... -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen
participants (2)
-
Lars Rune Nøstdal
-
Marco Baringer