I want to redirect my swank server output to an emacs buffer. I put this in ~/.swank.lisp, but this does not work-
(setf swank:*globally-redirect-io* t)
Im using Clojure box.
Thanks.
|
I want to redirect my swank server output to an emacs buffer. I put this in ~/.swank.lisp, but this does not work- (setf swank:*globally-redirect-io* t) Im using Clojure box. Thanks.
| ||||
|
feedback
|
|
If you're using I you aren't using clojure-jack-in, you can still get the same effect by starting your swank server within emacs. Here's how I start mine:
This starts up a swank server, and pushes all of the output into a buffer named | |||
|
feedback
|
|
Have you looked at elein? It will allow you to start the swank server right within emacs. See the elein-swank emacs buffer to see the server output. | |||
|
feedback
|