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 f

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

Re: clojure-test-mode

2011-11-06 Thread Chris Jenkins
curious what is going on. On 19 June 2011 14:59, Gregg Reynolds wrote: > Hi folks, > > I somehow managed to get clojure-test-mode working, so I can execute > C-c C-, from a test file and see the test results in the slime repl. > However, in the mini-buffer I get the following messag

clojure-test-mode

2011-06-19 Thread Gregg Reynolds
Hi folks, I somehow managed to get clojure-test-mode working, so I can execute C-c C-, from a test file and see the test results in the slime repl. However, in the mini-buffer I get the following message: error in process filter: Invalid read syntax: "#" Any idea what that means?

Re: clojure-test-mode elpa version still out of date?

2010-09-14 Thread alux
the files you are using. > > I use clojure-mode 1.7.1 and clojure-test-mode 1.4 from technomancy, > but still get this error > java.lang.Exception: Unmatched delimiter: ) > > I'm completely at loss here. (Clojure 1.2, Maven - or Leiningen 1.3.1, > Win XP) > > (Btw.: Is

Re: clojure-test-mode elpa version still out of date?

2010-09-11 Thread alux
Hello Bruce, would you please provide the versions of the files you are using. I use clojure-mode 1.7.1 and clojure-test-mode 1.4 from technomancy, but still get this error java.lang.Exception: Unmatched delimiter: ) I'm completely at loss here. (Clojure 1.2, Maven - or Leiningen 1.3.1, W

Re: clojure-test-mode elpa version still out of date?

2010-09-10 Thread Bruce Durling
Hi, On Fri, Sep 10, 2010 at 18:15, User7 wrote: > > I'm using emacs starter kit and clojure-test-mode 1.4 installed using > elpa.  Running clojure-tests-run-tests seems to work fine, but clojure- > test-run-test seems flakey.  This blog post from May says the elpa > ve

Re: clojure-test-mode elpa version still out of date?

2010-09-10 Thread User7
I downloaded clojure-mode from http://github.com/technomancy/clojure-mode and installed both clojure-mode.el and clojure-test-mode.el using M-x package-install-from-buffer. On the following set of tests, M-x clojure-test-run-tests seems to work, but M-x clojure-test-run-test on just the pass func

clojure-test-mode elpa version still out of date?

2010-09-10 Thread User7
I'm using emacs starter kit and clojure-test-mode 1.4 installed using elpa. Running clojure-tests-run-tests seems to work fine, but clojure- test-run-test seems flakey. This blog post from May says the elpa version is out of date. http://otfrom.wordpress.com/2010/05/16/leiningen-clojur

Re: can not install clojure-test-mode using elpa (package.el)

2010-06-14 Thread B Smith-Mannschott
On Mon, Jun 14, 2010 at 07:16, B Smith-Mannschott wrote: > On Sun, Jun 13, 2010 at 23:26, Phil Hagelberg wrote: >> There are some bugs in package.el that I have fixed in my personal fork but >> have not yet made it upstream yet. Try clearing out .emacs.d/elpa and trying >> again with the version

Re: can not install clojure-test-mode using elpa (package.el)

2010-06-13 Thread B Smith-Mannschott
On Sun, Jun 13, 2010 at 23:26, Phil Hagelberg wrote: > There are some bugs in package.el that I have fixed in my personal fork but > have not yet made it upstream yet. Try clearing out .emacs.d/elpa and trying > again with the version at http://GitHub.com/technomancy/package.el and it > should wor

Re: can not install clojure-test-mode using elpa (package.el)

2010-06-13 Thread Phil Hagelberg
ot back, I looked in M-x package-list-packages to see that there had been updates to clojure-mode (1.7.2), clojure-test-mode (1.4), slime (20100404). (swank-clojure is still at 1.1.0 though 1.2.0 is tagged in git; is that bad?) I'm tearing my hair out trying to get this crap to install, and it

can not install clojure-test-mode using elpa (package.el)

2010-06-13 Thread B Smith-Mannschott
Hi Clojurians, This weekend, while off the grid, I discovered that mvn clojure:swank and M-x slime-connect no longer talk to eachother. When I got back, I looked in M-x package-list-packages to see that there had been updates to clojure-mode (1.7.2), clojure-test-mode (1.4), slime (20100404

Re: clojure-test-mode overlays

2009-09-23 Thread Phil Hagelberg
f this is the case? That's right. I think test-is was replaced by a stub that just wraps clojure.test though. > Anyway, I've switched to test-is for now and the overlays work beautifully! Great! I've updated clojure-test-mode to work with clojure.test and the 1.1 snapshot, thoug

Re: clojure-test-mode overlays

2009-09-17 Thread Rick Moynihan
2009/9/17 Phil Hagelberg : > > Rick Moynihan writes: > >> I'm using the latest clojure-mode with slime, (setup through >> clojure-install) and have started playing with clojure-test-mode. >> >> Unfortunately it doesn't appear to display the test resul

Re: clojure-test-mode overlays

2009-09-16 Thread Phil Hagelberg
Rick Moynihan writes: > I'm using the latest clojure-mode with slime, (setup through > clojure-install) and have started playing with clojure-test-mode. > > Unfortunately it doesn't appear to display the test results > anywhere... Though it does appear to run t

clojure-test-mode overlays

2009-09-16 Thread Rick Moynihan
Hi all, I'm using the latest clojure-mode with slime, (setup through clojure-install) and have started playing with clojure-test-mode. Unfortunately it doesn't appear to display the test results anywhere... Though it does appear to run the tests as the mode line displays "