You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
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
Mike Hinchey
unread,
Oct 10, 2008, 12:40:31 PM10/10/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message