On Mon, Oct 17, 2011 at 8:32 PM, Bruce Gordon <brucebgor...@gmail.com> wrote: > I am trying to follow the directions at > http://dev.clojure.org/display/doc/Getting+Started+with+Emacs. > 1. I want to install the Emacs Starter Kit. The directions at > http://dev.clojure.org/display/doc/Getting+Started+with+Emacs mention > "GNU Emacs 23 or 24 is recommended", however > https://github.com/technomancy/emacs-starter-kit > says "You'll need Emacs 24".
Emacs 23 or newer is needed for Clojure support. Emacs 24 is needed for the Starter Kit. > I'm using a Debian > based system. so I went to http://emacs.naquadah.org/. > a. I executed> wget -q -O - http://emacs.naquadah.org/key.gpg | sudo > apt-key add - > b. I'm now confused as to which version I want: Stable? If so I should > then follow the directions to add 2 lines to /etc/apt/sources.list, > and then what do I do? That page lists a number of packages all starting with "emacs-snapshot". So if you want to use the terminal version only, try emacs-snapshot-nox; if you want a debug build, emacs-snapshot-dbg, etc. > 2. Once I get emacs 24 installed, the directions sort of leave off > with " In both cases, you need to launch a Clojure instance with the > correct classpath settings. This is most commonly done using a build > tool such as Leiningen. For instructions see the Build Tools section > of Getting Started." The next section labeled "Slime and Swank Clojure" links to the readme for swank-clojure, which explains how to use M-x clojure-jack-in; the simplest way to get a slime session going. It should probably be cleaned up a bit since it's accumulated some cruft over the months, but it's all correct. -Phil -- 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