Hi all,

I just installed Clojure Box, for me, marvelous! Everything works as described except one small problem though, following these directions from the readme.rtf:

"

You can also add jars or source directories from custom locations by adding them to your classpath in in your .emacs. To make c:/dev/project/src/a.clj and everything in c:/dev/my-lib.jar available, put this:

(setq swank-clojure-classpath

(list “c:/dev/project/src” “c:/dev/my-lib.jar”))

"

well, this is (all )my .emacs file, cut and pasted from that file:


(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”


of course, these aren't my real paths, but I wanted to try this cut and paste to see if that was the problem.

Thanks!
Brian



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

Reply via email to