Re: Problem installing slime

2010-09-13 Thread Oskar
Thank you! I'll check it out. On Sep 12, 9:03 pm, Phil Hagelberg wrote: > On Sat, Sep 11, 2010 at 7:55 PM, Oskar wrote: > > I am trying to set up clojure for emacs. I use ubuntu and gnu emacs > > 23. I followed this > > guidehttp://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html > > Those in

Re: Problem installing slime

2010-09-12 Thread Andy Fingerhut
Oskar: I once did installations like this of SLIME for interaction with SBCL on my computers, and I did it once for Clojure about a year ago, but when I tried to upgrade that SLIME/Clojure interaction software recently, I had trouble trying to do so in a similar way that I had done it in

Re: Problem installing slime

2010-09-12 Thread Phil Hagelberg
On Sat, Sep 11, 2010 at 7:55 PM, Oskar wrote: > I am trying to set up clojure for emacs. I use ubuntu and gnu emacs > 23. I followed this guide > http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html Those instructions are a lot more complicated since they have you install everything by hand

Problem installing slime

2010-09-12 Thread Oskar
Hey! I am trying to set up clojure for emacs. I use ubuntu and gnu emacs 23. I followed this guide http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html In particular, I did: ~$ cd opt ~/opt$ git clone git://github.com/jochu/clojure-mode.git ~/opt$ git clone git://git.boinkor.net/slime.git ~