Re: Slime - Clojure Installation

2009-07-20 Thread Phil Hagelberg
Glen Foy writes: > I'm trying to set up Clojure, Slime and Aquamacs on a powerbook. > > I obtained http://github.com/technomancy/clojure-mode > > M-x clojure-install produces this error: > > Checking out source... this will take a while... > Loading cl-macs...done > Initialized empty Git reposit

Re: Slime - Clojure Installation

2009-07-19 Thread Dimiter "malkia" Stanev
Here is my script for updating clojure on Mac/Linux - update-clojure.sh or on Windows (uses cygwin git) - update-clojure.bat git clone git://github.com/richhickey/clojure.git cd clojure git pull ant clean ant cd .. git clone git://github.com/richhickey/clojure-contrib.git cd clojure-contrib git

Slime - Clojure Installation

2009-07-18 Thread Glen Foy
Hi, I'm trying to set up Clojure, Slime and Aquamacs on a powerbook. I obtained http://github.com/technomancy/clojure-mode M-x clojure-install produces this error: Checking out source... this will take a while... Loading cl-macs...done Initialized empty Git repository in /Users/gef/src/clojure/