I've spent most of the afternoon trying to get swank-clojure to work for me. I tried ELPA. I tried Lein. I tried directly pulling in the git repositories.
No matter what I try, I get the following: java.lang.Exception: Unable to resolve symbol: with-bindings in this context (basic.clj:469) And, then slime never finishes connecting to it. Very simply, from the command-line, this is what I get: ================================================================= % CLOJURE="/Users/pat/tmp/clojure/clojure/clojure.jar" % SWANK="/Users/pat/.emacs.d/site-lisp/swank-clojure/swank- clojure.jar" % java -server -cp "${CLOJURE}:${SWANK}" clojure.main --repl Clojure 1.1.0-alpha-SNAPSHOT user=> (require 'swank.swank) java.lang.Exception: Unable to resolve symbol: with-bindings in this context (basic.clj:469) user=> ================================================================= Do I need to use an older version of Clojure instead? I just checked out Clojure from the trunk today. Same for swank-clojure (which is where basic.clj lives). It doesn't work with svn/tags/1.0 version of Clojure either for me. I have tried dozens of combinations, but I am using the latest svn/ trunk for Clojure and the latest git HEAD of swank-clojure. I am on Mac OS X using this Java: java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025) Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode) Any clues? Thanks, Patrick -- 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