I figured out that I can run the command 'slime-repl' and get a valid
repl.
So the code I posted is all that is required to allow emacs to connect
to your running process. Amazingly short.
Chris
On Jan 25, 10:35 am, chris wrote:
> I have embedded clojure-swank in my program like so:
>
> (defn
I have embedded clojure-swank in my program like so:
(defn ui-start-swank-server
"Start a swank server. I think this prints out
a port number but I am not certain"
[logger-ref]
(with-bindings
(let [fname (.getCanonicalPath (fs-get-temp-file "swank"))]
(start-server fname)
(log