Re: clojure-test-mode

2011-11-06 Thread Chris Jenkins
Did you ever figure out what was causing this? I'm on clojure-mode 1.11.2 with Clojure 1.3. When I run clojure-test-run-tests from within emacs, I see "error in process filter: Invalid read syntax: "#"" in the status mini buffer. The tests do seem to run ok but I'm curious what is going on. On 19

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

2010-09-14 Thread alux
Just if any one is gets the same problem: I updated slime and slime- repl to the 20100404 version, and everything works again. Regards, alux PS.: For completeness: swank-clojure version 1.1.0 On 11 Sep., 12:40, alux wrote: > Hello Bruce, > > would you please provide the versions of the files yo

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, Win XP)

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 > version is out of date. > > ht

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

Re: clojure-test-mode overlays

2009-09-23 Thread Phil Hagelberg
Rick Moynihan writes: > Ahh, great! I have it working now... I was using clojure.test with > clojure 1.0 rather than test-is from contrib. My understanding was > that clojure.contrib.test-is was deprecated when test-is moved from > contrib into core. > > Does anyone know if this is the case?

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 results >> anywhere...  Though it does appear to ru

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 the tests as the mode line > displa