executing tests using clojure-test-mode in emacs throws ClassNotFoundException

2013-05-21 Thread Colin Yates
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.




Re: executing tests using clojure-test-mode in emacs throws ClassNotFoundException

2013-05-21 Thread Colin Yates
https://github.com/technomancy/clojure-mode/issues/146#issuecomment-15447065 
provides one solution - navigate to the source code and then start nrepl.


On Tuesday, 21 May 2013 11:37:19 UTC+1, Colin Yates wrote:

 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.