On Mon, Jan 11, 2010 at 5:36 PM, brian <[email protected]> wrote: > > (setq swank-clojure-classpath > > (list “c:/dev/project/src” “c:/dev/my-lib.jar”)) > > > > and I get this error when I bring clojure box up: > > Warning (initialization): An error occurred while loading `c:/Documents and > Settings/brian/.emacs': > > Symbol's value as variable is void: “c:/dev/project/src” >
The problem is the curly quotes. Replace them with normal " and it should work. I'll see if I can fix that doc. Shawn
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
