I also had trouble installing elpa I went the more roundabout route.
What I did was download clojuremode.el here: http://github.com/technomancy/clojure-mode I got this code snippet (add-to-list 'load-path "~/clojure/clojure-mode") > (setq inferior-lisp-program "clj") > (require 'clojure-mode) > (setq auto-mode-alist > (cons '("\\.clj$" . clojure-mode) > auto-mode-alist)) > > (add-hook 'clojure-mode-hook > '(lambda () > (define-key clojure-mode-map "\C-c\C-e" 'lisp-eval-last-sexp))) > from here: http://paulbarry.com/articles/2008/07/02/getting-started-with-clojure-and-aquamacs put it in your *customizations.el* file found in > ~/Library/Preferences/Aquamacs Emacs/ > put then I believed I restarted aquamacs, out of habit, don't think I needed to. then, M-x clojure-install (I don't remember but I think if you haven't installed git you have to..) follow the prompts I'm not sure how properly I did things but whatever works. Hope this helps. ===== angol ===== -----|-^...@^_^, =====|+^_^X++~_~,@----- "The only thing worse than a hopeless romantic is a hopeful one" Magbasa bago Mamuna. Mag-isip bago mambatikos Without Truth there is no Justice, Without Justice, there is Tyranny Semper fi Proof of Desire is Pursuit www.onthe8spot.com http://www.facebook.com/giancarlo.angulo http://twitter.com/Neoryder 09173822367 On Tue, Dec 1, 2009 at 2:32 PM, Charras <guido.carba...@gmail.com> wrote: > Hello; > > I already install Clojure using MacPorts, and I can use it with clj. > But the environment is not what I will like. I'm trying to set up > clojure, so I can use it in Aquamacs. I already download the clojure- > mode.el, in there says that I can install it using ELPA, but I don't > know how to install ELPA in aquamacs. > > Please, if someone can help me to setup clojure, in my Mac, and be > able to use it, with Aquamacs, I'll appreciated very much. > > Regards! > > Guido > > -- > 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<clojure%2bunsubscr...@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