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 jo...@zeekat.nl wrote: On May 18, 9:38 pm, Robbie Vanbrabant robbie.vanbrab...@gmail.com wrote: - use slime-connect and say yes on this: versions differ: nil (slime) vs. 20100404 (swank) continue? - works For completeness, I started from an

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 chris.mcclel...@gmail.com 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

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 robbie.vanbrab...@gmail.com 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

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

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

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-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,

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 mikk...@gmail.com 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

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 p...@hagelb.org 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

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 the1physic...@gmail.com wrote: On Apr 8, 10:56 pm, Phil Hagelberg p...@hagelb.org 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

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 work

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 ska2...@googlemail.com 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

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 p...@hagelb.org wrote: On Thu, Apr 8, 2010 at 3:32 PM, Stefan Kamphausen ska2...@googlemail.com 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

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 ska2...@googlemail.com 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

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

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 ska2...@googlemail.com 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

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 ska2...@googlemail.com 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