Hi,

I am trying to get clojure-test-mode working in emacs 
from https://github.com/technomancy/clojure-mode.

I have the nrepl working great, the problem is if I C-c, C-, in a test file 
then I get the 
"clojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException: 
clojure.test.mode, compiling:(NO_SOURCE_PATH:1:1)
 at clojure.lang.Compiler.analyze (Compiler.java:6380)
" error which seems pretty common according to google.

https://github.com/technomancy/clojure-mode/pull/99#issuecomment-9848355 
suggests 
removing them from load-packages and installing them manually, but is there 
a better option?  I am trying to consolidate the emacs config across the 
team so installing in init.el is much simpler.

Is there a way in which I can install clojure-mode from marmalade and still 
have clojure test mode working?

Thanks.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to