Re: Using swank-clojure with clojure-1.2.0-master-SNAPSHOT

2010-05-11 Thread nipra
Hi, On May 9, 7:15 pm, Benjamin Teuber wrote: > Hi nipra, > > and which swank-clojure do you use on the emacs side? I guess not the > one from ELPA, right? I've not made any changes on the emacs side. I'm using swank-clojure from ELPA. Regards, nipra -- You received this message because you a

Re: Using swank-clojure with clojure-1.2.0-master-SNAPSHOT

2010-05-09 Thread Benjamin Teuber
I'm using the following workaround for now: - remove clojure-snapshots from the secttion of the pom.xml - delete all jar's that are "too new" (guess sth. near the end of april) from maven_repository/org/clojure/clojure/1.2.0-master-SNAPSHOT - be happy This works as without the repository-declar

Re: Using swank-clojure with clojure-1.2.0-master-SNAPSHOT

2010-05-09 Thread Benjamin Teuber
Hi nipra, and which swank-clojure do you use on the emacs side? I guess not the one from ELPA, right? Cheers, Benjamin -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from

Re: Using swank-clojure with clojure-1.2.0-master-SNAPSHOT

2010-05-08 Thread nipra
Hi, On May 7, 10:01 pm, Benjamin Teuber wrote: > Hi, > > I think many people (including me) have the problem that ELPA-swank > uses clojure's old ^-syntax and therefore breaks with clojure-1.2.0- > master-SNAPSHOT > > Does anyone have a plan what I can do assuming I want to keep both the > new cl

Using swank-clojure with clojure-1.2.0-master-SNAPSHOT

2010-05-07 Thread Benjamin Teuber
Hi, I think many people (including me) have the problem that ELPA-swank uses clojure's old ^-syntax and therefore breaks with clojure-1.2.0- master-SNAPSHOT Does anyone have a plan what I can do assuming I want to keep both the new clojure version and swank? I'm using Maven, if that matters. Che