Re: aquamacs, slime and clojure on OS X

2011-10-24 Thread Roberto Mannai
Confirm, as Jake said it is enough to delete the folder /Library/Application Support/Aquamacs Emacs/SLIME/; my problem was probably derived from having previously installed also Aquamacs-SLIME-2011-xxx.pkg.tgz, the SLIME plugin from http://aquamacs.org/download.shtml. (Lein's swank plugin uses an

Re: aquamacs, slime and clojure on OS X

2011-09-29 Thread Jake Penton
Thanks for all the answers, everyone. I did the original post and then immediately came down with some kind of nasty cold. So I just got back to it today, but have not had a chance to try the suggestions. I'll probably discover that my setup difficulties had a lot to do with feeling crummy

Re: aquamacs, slime and clojure on OS X

2011-09-29 Thread Jake Penton
Ok, I followed the simple instructions, but ran into a minor problem. It seems that the Aquamacs version of slime conflicts with the clojure setup, and should be disabled. This version of slime (as delivered by the Aquamacs folks) is installed in /Library/Application Support/Aquamacs

Re: aquamacs, slime and clojure on OS X

2011-09-25 Thread ngocdaothanh
Coming from Eclipse, I can't live without the file browser. I'm having this problem with ECB, please help: http://stackoverflow.com/questions/7541693/ecb-context-menu-in-aquamacs Thanks, Ngoc -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: aquamacs, slime and clojure on OS X

2011-09-25 Thread László Török
+1 for me too on Snow Leopard with latest Aquamacs 2011/9/23 Durgesh Mankekar durg...@gmail.com +1 here. These instructions have worked for me with Aquamacs. On Sep 23, 2011, at 2:46 PM, Justin Kramer wrote: * install Leiningen * install the swank-clojure plugin: lein plugin install

Re: aquamacs, slime and clojure on OS X

2011-09-25 Thread George Kangas
I'm quite happy using emacs's Scheme support. But then, I've never experienced the luxury of swank and slime. The Scheme modes work a bit better (for Clojure) than the Lisp modes, because: 1) it highlights matching square and curly brackets, not just parentheses; and 2) after you do C-u M-x

Re: aquamacs, slime and clojure on OS X

2011-09-25 Thread Roberto Mannai
I have some trouble. I'm on OSX Lion, and have a few hours ago installed Aquamacs and SLIME from http://aquamacs.org/download.shtml. Then installed lein/swank/and clojure-mode, as Phil suggested. In order to make it work I had to remove the autodoc option, by commenting line 20 from

Re: aquamacs, slime and clojure on OS X

2011-09-23 Thread Mark Rathwell
Intentionally avoiding leiningen on ideological grounds will make things more difficult and frustrating for yourself. If you do want to try it out, there are links below to get you started below. You can realistically be up and running with emacs and slime in less than an hour. lein:

Re: aquamacs, slime and clojure on OS X

2011-09-23 Thread Phil Hagelberg
On Thu, Sep 22, 2011 at 5:46 PM, Jake Penton jakepen...@gmail.com wrote: In the absence of reliable installation instructions (or perhaps even preferable to them), is there a description somewhere of the final target state that my system should be in? That is, I actually do NOT really want to

Re: aquamacs, slime and clojure on OS X

2011-09-23 Thread Justin Kramer
* install Leiningen * install the swank-clojure plugin: lein plugin install swank-clojure 1.3.2 * install clojure-mode (you can do this from git) * navigate to a project and do M-x clojure-jack-in That's all it takes. It might work with Aquamacs, but since that fork is not

Re: aquamacs, slime and clojure on OS X

2011-09-23 Thread MarisO
use this script to download everything you need for clojure development on emacs (aquamacs) git clone https://github.com/technomancy/clojure-mode.git wget -P framemove http://www.emacswiki.org/emacs/download/framemove.el wget -P paredit http://mumble.net/~campbell/emacs/paredit.el wget

Re: aquamacs, slime and clojure on OS X

2011-09-23 Thread Durgesh Mankekar
+1 here. These instructions have worked for me with Aquamacs. On Sep 23, 2011, at 2:46 PM, Justin Kramer wrote: * install Leiningen * install the swank-clojure plugin: lein plugin install swank-clojure 1.3.2 * install clojure-mode (you can do this from git) * navigate to a project and do