On Sat, Sep 10, 2011 at 10:29, Curran <curran.kelle...@gmail.com> wrote:
> I would greatly appreciate any guidance on where to find a working and > complete set of instructions for how to set up Emacs with swank- > clojure. I am in Ubuntu. > > I have followed exactly every step of the instructions on this page > http://dev.clojure.org/display/doc/Getting+Started+with+Emacs, and > also (with a fresh install of Emacs) the version using Git in the > comment on that page by Martin Blais. With both methods, when I > execute "M-x clojure-jack-in", the message "Starting swank server" > appears and hangs. Swank never starts, the message never changes, and > I don't see any error messages anywhere (not sure where to look, maybe > I'm missing them?). I do believe that is the same error I recently hit. To use `clojure-jack-in` you need a quite recent version of the `lein-swank` plugin. You *also* need to make sure that nothing else on the load path has an older version. That means anything in your current project, *and* any either leinengein plugins. (I got bitten be the later.) You need to see ";;; proceed to jack in" output from `lein jack-in 1234` for that all to work together. This was tricky to diagnose, and the bundled version in the other plugin stumped me for quite some time. Daniel -- ♲ Made with 100 percent post-consumer electrons -- 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