2

I'm trying to enable Clojure development on Aquamacs. I followed this article: http://mischneider.net/?p=171
When I tried to run (alt+x) slime, Aquamacs asked me if I want to download Clojure and then it tried to download Clojure 1.1.0 , but it got the error:
"Unable to download Clojure jars"

Any way I have the Clojure jar, where I have to put it by hand? should I configure something?
Even better, instead of Clojure 1.1 , can I use Clojure 1.2?

Chiron
  • 20,081
  • 17
  • 81
  • 133

2 Answers2

1

You can easily use 1.2 and you should. I found setting up Clojure with Emacs easy with these instructions. I use Cocoa Emacs, but it should work with Aquamacs as well.

Matti Pastell
  • 9,135
  • 3
  • 37
  • 44
0

Most probably you have a problem because of your proxy server configuration. Try to set http_proxy environment variable or setup it directly from Emacs. If this doesn't help, check your steps with this tutorial.

You can also use custom version of Clojure with Leiningen's project.clj configuration file.

Community
  • 1
  • 1
ffriend
  • 27,562
  • 13
  • 91
  • 132