emacs / swank / slime startup problem - ClassNotFoundException: swank.swank

2009-03-03 Thread Korny Sietsma
Hi folks; I have an intermittent problem that's driving me nuts. I'm running the emacs-starter-kit setup for editing clojure, recently updated from git, and when I first run M-x slime, I often get the following messages: user= user= java.lang.IllegalArgumentException: URI has an authority

Re: emacs / swank / slime startup problem - ClassNotFoundException: swank.swank

2009-03-03 Thread Bradbev
On Mar 3, 4:46 am, Korny Sietsma ko...@sietsma.com wrote: Hi folks; I have an intermittent problem that's driving me nuts. I'm running the emacs-starter-kit setup for editing clojure, recently updated from git, and when I first run M-x slime, I often get the following messages: user= user=

Re: emacs / swank / slime startup problem - ClassNotFoundException: swank.swank

2009-03-03 Thread Korny Sietsma
Thanks - that seemed to fix it! - Korny On Wed, Mar 4, 2009 at 1:34 AM, Bradbev brad.beveri...@gmail.com wrote: On Mar 3, 4:46 am, Korny Sietsma ko...@sietsma.com wrote: Hi folks; I have an intermittent problem that's driving me nuts. I'm running the emacs-starter-kit setup for editing