Hi,
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.
Is there a way in which I can install clojure-mode from marmalade and still have clojure test mode working?
Thanks.