Re: Error when tried to compile with C-c C-k in emacs.

2010-05-24 Thread Phil Hagelberg
On Sat, May 22, 2010 at 11:22 PM, Joost wrote: > On May 18, 9:38 pm, Robbie Vanbrabant > wrote: >> - use slime-connect and say yes on this: versions differ: nil (slime) vs. >> 20100404 (swank) continue? >> - works >> >> For completeness, I started from an emacs-starter-kit installation and then >

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-23 Thread Joost
On May 18, 9:38 pm, Robbie Vanbrabant wrote: > - use slime-connect and say yes on this: versions differ: nil (slime) vs. > 20100404 (swank) continue? > - works > > For completeness, I started from an emacs-starter-kit installation and then > installed swank-clojure and SLIME using ELPA. Removing s

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-23 Thread Ramakrishnan Muthukrishnan
On Sun, May 23, 2010 at 10:08 AM, Chris McClellen wrote: > I only got it to half work.  Using elpa, have done the same as > others.  Using mvn w/clojure plugin to do "mvn clojure:swank"; > changed to use swank 1.2.1. > > C-c C-k works fine... > > C-c C-c bombs with Java.lang.exception (No such nam

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-22 Thread Chris McClellen
I only got it to half work. Using elpa, have done the same as others. Using mvn w/clojure plugin to do "mvn clojure:swank"; changed to use swank 1.2.1. C-c C-k works fine... C-c C-c bombs with Java.lang.exception (No such namespace) like so: Backtrace: 0: swank.commands.basic $eval__1235$com

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-19 Thread Robbie Vanbrabant
OK I got it to work, but it was painful. - I didn't see a swank-clojure 1.2.1 on GitHub (1.2.0 is listed as the latest release) - Decided to follow the Leinigen instructions on http://github.com/technomancy/swank-clojure. It magically found a 1.2.1 - Also copied the clojure and clojure-contrib ja

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-17 Thread Hugo Duncan
On Mon, 17 May 2010 10:38:43 -0400, grav wrote: clojure-mode 1.7.1 slime 20100404 slime-repl 20100404 swank-clojure 1.1.0 You'll need swank-clojure 1.2.1 to work with that version of slime. -- Hugo Duncan -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-17 Thread Robbie Vanbrabant
I am seeing the same issue, also with ELPA. Has anyone been able to resolve this issue? Used the emacs starter kit (http://github.com/technomancy/emacs- starter-kit) and then installed swank-clojure using ELPA. All the other functionality seems to be working just fine. Thanks Robbie On May 17, 4:

Re: Error when tried to compile with C-c C-k in emacs.

2010-05-17 Thread grav
> You'll notice 90% of the "I'm having trouble with Emacs" posts have > one thing in common: they all start with "I'm trying to install > without ELPA". I have this exact problem, and I have installed everything using ELPA. clojure-mode 1.7.1 slime 20100404 slime-repl 20100404 swank-clojure 1.1.0

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-15 Thread Phil Hagelberg
On Thu, Apr 15, 2010 at 8:22 PM, kyle smith wrote: > On Apr 8, 10:56 pm, Phil Hagelberg wrote: >> You'll notice 90% of the "I'm having trouble with Emacs" posts have >> one thing in common: they all start with "I'm trying to install >> without ELPA". > > You're assuming people haven't already tri

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-15 Thread kyle smith
On Apr 8, 10:56 pm, Phil Hagelberg wrote: > You'll notice 90% of the "I'm having trouble with Emacs" posts have > one thing in common: they all start with "I'm trying to install > without ELPA". You're assuming people haven't already tried ELPA before resorting to manual installation. I tried li

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-10 Thread Phil Hagelberg
On Sat, Apr 10, 2010 at 1:16 AM, Stefan Kamphausen wrote: >> Understood. But I'm not one of those people. I'm lucky if I have a >> couple hours each week to work on this, and that time must be split >> between reviewing incoming contributions *and* writing new code. I >> hope you'll forgive me > >

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-10 Thread Stefan Kamphausen
Hi, > Understood. But I'm not one of those people. I'm lucky if I have a > couple hours each week to work on this, and that time must be split > between reviewing incoming contributions *and* writing new code. I > hope you'll forgive me whoa, nothing to forgive here. I am very thankful for the w

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-09 Thread Phil Hagelberg
On Fri, Apr 9, 2010 at 12:53 AM, Stefan Kamphausen wrote: >> I would like to keep swank in line with upstream slime, but it is a >> lot of work. There are just so many more valuable things to work on >> right now... when using an older version of slime is such a >> low-friction solution, it's hard

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-09 Thread Preecha P
Thanks for the answer. It's pretty clear for me now. Little off topic here, I just installed everything using elpa, where does clojure.jar go ? and how to add some classpath to it ? I assume that it could be add by specifying folder swank-clojure-classpath, but this variable only appear after I ca

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-09 Thread Stefan Kamphausen
Hi, On Apr 9, 4:56 am, Phil Hagelberg wrote: > On Thu, Apr 8, 2010 at 3:32 PM, Stefan Kamphausen > > wrote: > > In the long run the Clojure community should either create an > > "official" fork of SLIME (and try to port the good stuff, that happens > > in SLIME) or try to work closer together wi

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-08 Thread Phil Hagelberg
On Thu, Apr 8, 2010 at 3:32 PM, Stefan Kamphausen wrote: > In the long run the Clojure community should either create an > "official" fork of SLIME (and try to port the good stuff, that happens > in SLIME) or try to work closer together with the fine SLIME folks.  I > don't think that we should ri

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-08 Thread Hugo Duncan
On Thu, 08 Apr 2010 18:32:56 -0400, Stefan Kamphausen wrote: you're using a rather recent checkout of CVS SLIME. They added keyword args to compile-file-for-emacs which is currently not understood on the clojure swank side. The quickest way to fix that would be changing that part of SLIME.

Re: Error when tried to compile with C-c C-k in emacs.

2010-04-08 Thread Stefan Kamphausen
Hi, you're using a rather recent checkout of CVS SLIME. They added keyword args to compile-file-for-emacs which is currently not understood on the clojure swank side. The quickest way to fix that would be changing that part of SLIME. Yes, this is ugly. It's really a pity that SLIME and clojure

Error when tried to compile with C-c C-k in emacs.

2010-04-08 Thread Preecha P
Hi, I setup my emacs/swank-clojure/clojure without using elpa. I could run slime/swank-clojure and evaluate an expression just fine, but when I try to compile with C-c C-k, it give me this error. Wrong number of args passed to: basic$eval--2073$compile-file-for- emacs [Thrown class jav