Re: Waiting for swank-clojure to be ready.

2011-10-03 Thread Nicolas Buduroi
Thanks, this was really helpful. Here's what my shortcut looks like now: (global-set-key [f8] '(lambda () (interactive) (start-process "swank-clojure" "*swank-clojure*" "~/.lein/bin/swank-clojure") (set-process-filter (get-buffer-process "*swank-cloj

Re: Waiting for swank-clojure to be ready.

2011-10-03 Thread Phil Hagelberg
On Mon, Oct 3, 2011 at 5:12 PM, Nicolas Buduroi wrote: > Hi, I'm currently redoing my Clojure setup and I wonder how to make Emacs > wait for swank-clojure to be ready before calling slime-connect. You can use M-x clojure-jack-in, but that only works for Leiningen projects out of the box. The oth

Waiting for swank-clojure to be ready.

2011-10-03 Thread Nicolas Buduroi
Hi, I'm currently redoing my Clojure setup and I wonder how to make Emacs wait for swank-clojure to be ready before calling slime-connect. I've added a shortcut to start swank-clojure: (global-set-key [f8] '(lambda () (interactive) (start-process "swank-clojure" "swank-c