I found that clojure-jack-in worked fine for me once I installed the latest
clojure-mode from Marmalade. Don't use the one in the gnu repo. Be sure
to use the package.el linked to on the marmalade-repo.org home page in
order to access the repo.
On Dec 11, 2011 10:11 PM, "Richard "Tiger" Melville
Just do like this:
1.clone https://github.com/technomancy/clojure-mode.git into preferred
directory e.g ./~git.
add (add-to-list 'load-path "~/git/clojure-mode")
(require 'clojure-mode)
to .emacs
2.Install leiningen
3.(from terminal) lein plugin install swank-clojure 1.3.3
4.(from terminal )
On Fri, Dec 9, 2011 at 2:17 PM, Richard "Tiger" Melville
wrote:
> 4. Use bleeding edge lein to create the project
That's actually not the bleeding-edge version. But anyway, if you are
using your own custom shell script to launch swank it should be
irrelevant what leiningen version you use.
I'm
Spent a day with the getting started instructions - everything failed:
clojure-jack-in, cdt, package.el,
you name it.
This brute force method using M-x slime-connect is working for me:
1. eswank script
#!/bin/sh
LISPDIR=/usr/local/lisp
CLASSPATH="$LISPDIR/swank-clojure-1.4.0.jar:$LISPDIR/cloj