Re: Slime errors with clojure_20090320

2009-03-23 Thread suresh
When I was faced with the very same issue, removing .slime directory from my home directory seems to have 'fixed' the issue. Cheers, suresh On Mar 23, 6:51 am, Dan Pomohaci wrote: > Hi, > > When I start slime with the new clojure_20090320 in classpath I get the > messages: > user=> user=> java

Re: Slime errors with clojure_20090320

2009-03-23 Thread Paul Stadig
There was some talk in the IRC channel on Friday about "releases" http://clojure-log.n01se.net/date/2009-03-20.html#10%3a17 One of the things mentioned was adding some way to detect (at runtime) the version of Clojure. I realize it is more complicated because we're on the bleeding edge here and w

Re: Slime errors with clojure_20090320

2009-03-23 Thread David Nolen
You need to make sure all the different moving parts are based on the newest version of Clojure as well. This includes swank-clojure, clojure-mode, and any other libs you might be using. On Mon, Mar 23, 2009 at 9:51 AM, Dan Pomohaci wrote: > > Hi, > > When I start slime with the new clojure_20090

Slime errors with clojure_20090320

2009-03-23 Thread Dan Pomohaci
Hi, When I start slime with the new clojure_20090320 in classpath I get the messages: user=> user=> java.lang.Exception: Unable to resolve symbol: lazy-cons in this context (core.clj:70) user=> user=> java.lang.Exception: No such var: swank.swank/ignore-protocol-version (NO_SOURCE_FILE:5) user=