> This isn't true anymore. All that's needed is to use the Emacs Lisp > package manager (http://tromey.com/elpa) to grab swank-clojure, and it > will download all the dependent elisp and precompiled jars. Currently > that's 2 manual steps, but in Emacs 24 ELPA will be included, so you > will be able to skip that step.
I'm sure that's how it's supposed to work, but just this afternoon I had a lot of trouble using a _fresh install_ of Carbon Emacs to install swank-clojure through ELPA; kept hitting undefined functions*, and that was after a few failed attempts to install. Fortunately I'm not a completely clueless n00b, so I fetched someone's recent swank-clojure repo off GitHub, wrote my own ant build.xml (because this one only came with a Maven POM, and I don't use Maven), and fixed up the b0rked ELPA install using the included .el files. I now have a working Slime connection to my own Swank Clojure server, and a working Clojure mode... but it's by no means as simple as "just hit 'i' on swank-clojure and ELPA will do the rest". * E.g., swank-clojure-slime-mode-hook. -- 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