Re: Screencast: Clojure + Emacs + slime + swank + cake + Overtone

2011-06-17 Thread John Toohey
Excellent screencast. On Thu, Jun 16, 2011 at 11:16, Sam Aaron samaa...@gmail.com wrote: Hi there, I just finished making a screencast primarily for new Overtone users on how to get set up with Emacs as a primary editor: http://vimeo.com/25190186 It turns out that this should be pretty

Re: Clojure, Swank, and Leiningen with Emacs on Mac OS X

2011-06-07 Thread John Toohey
I have a fully working AquaEmacs/Swank/Slime system under OSX. Can you tell me what you tried, and I may be able to help you. To start with, what is the content of you ~/.clojure directory? On Tue, Jun 7, 2011 at 18:00, Randy J. Ray rj...@blackperl.com wrote: I am also having some big problems

Re: swank-clojure/lein/emacs

2011-06-06 Thread John Toohey
I had this problem on OSX. To fix it, I removed the swank dependency from my project.clj file, then I ran lein deps to clear any old copies. Follow that with lein plugin install clojure-swank 1.3.1 and finally lein swank. On Sun, Jun 5, 2011 at 17:26, Bhinderwala, Shoeb