Re: Working Slackware Linux / emacs 23.3.1 / lein 1.6.2 / swank-1.4.0 / clj 1.3.0 REPL

2011-12-12 Thread David Brunell
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

Re: Working Slackware Linux / emacs 23.3.1 / lein 1.6.2 / swank-1.4.0 / clj 1.3.0 REPL

2011-12-12 Thread C. Arel
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 )

Re: Working Slackware Linux / emacs 23.3.1 / lein 1.6.2 / swank-1.4.0 / clj 1.3.0 REPL

2011-12-11 Thread Phil Hagelberg
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

Working Slackware Linux / emacs 23.3.1 / lein 1.6.2 / swank-1.4.0 / clj 1.3.0 REPL

2011-12-11 Thread Richard "Tiger" Melville
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