javajosh <[email protected]> writes: > (conflicting advice snipped) > > If we can reach consensus on best (easiest, least error-prone) path to > getting a working emacs clojure environment up on OSX I'll happily > execute and even write up my experience.
I think there is consensus; the respondents to this thread seem to have suggested that you should: 1. Get a working recent version of emacs 2. Install slime & clojure-mode from elpa (aka package.el) 3. Follow Phil's swank-clojure docs (https://github.com/technomancy/swank-clojure) Which particular Emacs you install isn't a big deal, but the implicit build of emacs via "port install slime" clearly isn't working. You should even be able to follow steps 2 and 3 with your currently working installation of Aquamacs. -Steve -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
