noob having a tough time with emacs setup

2009-10-09 Thread Paul Nakata
I'm trying to get set up in emacs to use clojure. When I try to fire up slime, I get this error: Clojure 1.0.0--SNAPSHOT user=> java.io.FileNotFoundException: Could not locate swank/ swank__init.class or swank/swank.clj on classpath: (NO_SOURCE_FILE:0) user=> user=> java.lang.ClassNotFoundExcep

Re: noob having a tough time with emacs setup

2009-10-09 Thread Krukow
On Oct 10, 7:10 am, Paul Nakata wrote: > I've tried the ELPA install method and installing with sources from > git and get this error. I'm currently set up with everything in ~/src/ > and I've pulled everything from git using the directions > fromhttp://riddell.us/tutorial/clojure/clojure.htm

Re: noob having a tough time with emacs setup

2009-10-10 Thread Paul Nakata
On Oct 9, 11:33 pm, Krukow wrote: > On Oct 10, 7:10 am, Paul  Nakata wrote: > > > I've tried the ELPA install method and installing with sources from > > git and get this error. I'm currently set up with everything in ~/src/ > > and I've pulled everything from git using the directions > > fromh