ok i see it Brian
Shawn Hoover wrote:
On Thu, Jan 14, 2010 at 3:17 AM, brian <[email protected] <mailto:[email protected]>> wrote:The above didn't work, but apparently it doesn't pick up my .emacs file, which has (setq swank-clojure-classpath (list "c:/shcloj-code/code/examples")) itknows where home is, when it boots up, the default is my home dir, where .emacs is when i do C-h v swank-clojure-classpath is a variable defined in `swank-clojure.el'. Its value is ("c:/Program Files/Clojure Box/emacs/site-lisp/../../swank-clojure/src" "c:/shcloj-code/code/examples" "c:/Program Files/Clojure Box/lib/clojure-contrib.jar" "c:/Program Files/Clojure Box/lib/clojure.jar" "c:/Program Files/Clojure Box/lib/commons-codec-1.3.jar" "c:/Program Files/Clojure Box/lib/commons-fileupload-1.2.1.jar" "c:/Program Files/Clojure Box/lib/commons-io-1.4.jar" "c:/Program Files/Clojure Box/lib/compojure.jar" "c:/Program Files/Clojure Box/lib/grizzly-http-servlet-1.9.10.jar" "c:/Program Files/Clojure Box/lib/grizzly-http-webserver-1.9.10.jar" "c:/Program Files/Clojure Box/lib/jetty-6.1.15.jar" "c:/Program Files/Clojure Box/lib/jetty-util-6.1.15.jar" "c:/Program Files/Clojure Box/lib/servlet-api-2.5-20081211.jar")Actually it's there, buried between the swank-clojure/src and clojure-contrib.jar. It's Clojure Box's fault on the ordering, but it would only matter if you were trying to put your own version of swank-clojure on the classpath.
-- 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
