Slime fails to start with the latest clojure, svn 1057.  swank-clojure
doesn't use the new ## feature, but there was a change to #' and that
seems to be the line that fails.

user=> java.lang.UnsupportedOperationException: Vars are not values
(basic.clj:12)
user=> java.lang.Exception: No such var: swank/ignore-protocol-version
(NO_SOURCE_FILE:5)(defslimefn connection-info []
user=> java.lang.Exception: No such var: swank/start-server
(NO_SOURCE_FILE:7)

I suspect this is the problem code:
(defmacro defslimefn
  ([fname & body]
     `(alter-var-root #'slime-fn-map

Thanks,
Mike

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to