On Sat, May 22, 2010 at 11:22 PM, Joost <jo...@zeekat.nl> wrote: > On May 18, 9:38 pm, Robbie Vanbrabant <robbie.vanbrab...@gmail.com> > wrote: >> - use slime-connect and say yes on this: versions differ: nil (slime) vs. >> 20100404 (swank) continue? >> - works >> >> For completeness, I started from an emacs-starter-kit installation and then >> installed swank-clojure and SLIME using ELPA. Removing swank-clojure with >> elpa does not get rid of the warning. Is there another way to get rid of it? >> (I also don't get how my SLIME version can be nil). > > To get rid of the warning/question, you can do > > (require 'slime) > (setq slime-protocol-version 'ignore) > > somewhere in your emacs init script. > > As this thread shows, using incompatible swank/slime versions can > cause problems, but personally I find the warning too intrusive so > I've switched it off.
This is due to a bug in SLIME--the protocol version is fixed at byte-compile-time, but when it's compiled your old version of slime is still loaded. You can either do this setq or you can remove the slime.elc file from ~/.emacs.d/elpa/slime to fix it. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en