Using SBCL, I\'m writing a small server and I would like to trace the server thread, but when I use mclide/swank, I do not see any output from the server thread.
My superficial understanding is that \'swank-clojure\' makes \'M-x slime-connect\' possible. I mean, it gives a connection to a clojure server something like \'lein swank\'. Is my understanding correc
As is asked and answered here. I could use \'lein swank\' to run clojure on Aquamacs. I need to automate running \'lein swank\', before running slime/clojure.
I just wanted opinion on good workflow using the emacs environment with clojure+swank+slime. I often find myself doing very repetitive keycommands and wonder if there is an obvious better way.
It seems that whenever I disconnect from clojure slime session, I cannot reconnect again. I am using leiningen to start the swank session (with lein-swank开发者_运维百科 plugin). So, every time I quit
Based on the Embedding section of http://github.com/technomancy/swank-clojure, I\'m using the following to test it out.Is there a better way to do
I\'m happily using swank-clojure, installed via elpa.But I\'d like to do some work with deftype, defprotocol, etc., which aren\'t aren\'t available in clojure 1.1.
I\'m using emacs with clojure-swank and slime and trying to set my development environment. And I ran into a problem. When I start a repl I\'m stuck in an unknown directory开发者_运维百科 preventing m