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
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
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
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?
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
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
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
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
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
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
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
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
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
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
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
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
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 "
17 matches
Mail list logo