Hi guys, I've just updated to the latest (1289) version of clojure, and swank- clojure (slime) doesn't work anymore
Here is what I'm getting from emacs: (add-classpath "file:////Users/malkia/p/swank-clojure/") (require 'swank.swank) (swank.swank/ignore-protocol-version "2009-02-14") (swank.swank/start-server "/var/folders/ZJ/ZJV0Kby2GRG1V7DOl0wtlU++ +TI/-Tmp-/slime.14893" :encoding "iso-latin-1-unix") Clojure user=> nil user=> user=> java.lang.Exception: Unable to resolve symbol: lazy-cons in this context (core.clj:70) user=> user=> java.lang.Exception: No such var: swank.swank/ignore- protocol-version (NO_SOURCE_FILE:5) user=> user=> java.lang.Exception: No such var: swank.swank/start- server (NO_SOURCE_FILE:7) user=> user=> Here is my update-script for clojure, etc: [email protected]:~/p > cat update-clojure.sh svn checkout http://clojure.googlecode.com/svn/trunk/ clojure svn checkout http://clojure-contrib.googlecode.com/svn/trunk/ clojure- contrib git clone git://github.com/jochu/clojure-mode.git cd clojure-mode && git pull && cd .. git clone git://github.com/jochu/swank-clojure.git cd swank-clojure && git pull && cd .. git clone git://github.com/jochu/clojure-extra.git cd clojure-extra && git pull && cd .. Usually what I'm doing is going to ~/p/clojure and calling "ant", and then the same for ~/p/clojure-contrib and my update-script for slime: [email protected]:~/p > cat update-slime.sh cvs -d :pserver:anonymous:[email protected]:/project/slime/ cvsroot co slime --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
