technomancy / swank-clojure

Swank/slime support for clojure
Eclipse Public License 1.0
412 stars 83 forks source link

clojure-jack-out #65

Closed grammati closed 13 years ago

grammati commented 13 years ago

Enhancement request: a way to reverse the effects of clojure-jack-in.

If I need to restart the repl (eg: because I add or change a dependency), it's not obvious how to do it. At the moment I'm doing something with ps + grep clojure + kill, which is awkward.

There may already be a way to do this, but I don't see it documented.

Thanks.

technomancy commented 13 years ago

In the latest clojure-mode you should be able to just re-run M-x clojure-jack-in, though this may only be in the git version and not in marmalade yet.