Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-22 Thread joseph hirn
uble I may have had installing it. On Feb 19, 11:05 am, Phil Hagelberg wrote: > On Tue, Feb 16, 2010 at 11:17 PM, joseph hirn wrote: > > I do not have a ~/.swank-clojure directory. I do have a swank- > > clojure-1.1.0 directory from the swank install via elpa in ~/.emacs.d/ > >

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-22 Thread joseph hirn
Thank you brother. This did the trick for me. On Feb 22, 2:39 pm, ajazz wrote: > hello, > I had the same problem. > > I created ~/.swank-clojure directory, and downloaded there swank- > clojure-1.1.0.jar fromhttp://repo.technomancy.us/. Now M-x slime > works. > > On Feb 20, 11:40 am, Paul Tarvyda

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-16 Thread joseph hirn
40 am, Phil Hagelberg wrote: > On Tue, Feb 16, 2010 at 10:34 PM, joseph hirn wrote: > > Hi Steve. Thanks for your help. I tried the up to date instructions > > per the readme file on swank-clojure homepage (using ELPA)  and now > > the problem is that slime never loads. The e

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-16 Thread joseph hirn
stuck with this at the bottom: Polling "/tmp/slime/28940".. (Abort with `M-x slime-abort-connection') On Feb 15, 7:07 pm, "Steven E. Harris" wrote: > joseph hirn writes: > > All seems to be well when I M-x slime, but if I enter (+ 1 2) it just > > hangs. I

Re: Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-16 Thread joseph hirn
nk/swank.clj on classpath: (NO_SOURCE_FILE:0) user=> user=> java.lang.ClassNotFoundException: swank.swank (NO_SOURCE_FILE:0) user=> user=> nil java.lang.ClassNotFoundException: swank.swank (NO_SOURCE_FILE:0) ******* On

Emacs/Slime -- Slime wont eval but *inferior-lisp* will (Help a newbie out)

2010-02-15 Thread joseph hirn
Hello. I've been trying to get emacs/slime running for a while on ubuntu 9.10. I used clojure box for Windows and that was excellent but this is not running very well for me. I compiled clojure and clojure-contrib.jar by cloning the repositories, checking out tag 1.1.0 and building them with ant.