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 /Library/Application Support/Aquamacs
Emacs/SLIME/contrib/slime-fancy.el:
;(slime-autodoc-init)

So by starting swank manually with "lein swank" (or swank-clojure) +
M-x slime-connect I can now evaluate Clojure code in the REPL; instead
when doing a "clojure-jack-in" I get the following error:

(from *Messages* buffer)
<< Starting swank server...
<< error in process filter: progn: Invalid read syntax: ")"
<< error in process filter: Invalid read syntax: ")"

(last lines from *swank* buffer)
<< (provide 'slime-repl)
<< ;;; slime-repl.el ends here
<< (run-hooks 'slime-load-hook)

Any idea?

On Sun, Sep 25, 2011 at 5:52 PM, László Török <ltoro...@gmail.com> wrote:
> +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 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 portable it's impossible for me to test on it. So GNU Emacs is
>>> recommended.
>>
>> For what it's worth, I use this setup with Aquamacs and everything works
>> perfectly.
>> Justin
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>
>
> --
> László Török
> Skype: laczoka2000
> Twitter: @laczoka
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to