My recollection of how cake did it was probably wrong.

As for how I would like to have it, I would like to have all output
from all threads appear in the emacs repl buffer, similar to how it
behaves in "console" mode, and that is what I haven't figured out how
to do or found any workaround for, except not running it from an emacs
repl. Assuming that is not easy, or even possible, right now, I'll
stick with a simple repl console for the server/threaded stuff.

Thanks,

Marius K.

On Sep 12, 12:06 am, Phil Hagelberg <p...@hagelb.org> wrote:
> Putting *all* output in a file (so nothing is visible in the repl) is
> never going to be the default behaviour. The question is whether swank
> should use alter-var-root instead of binding to change the value of
> *out*. I don't personally work with any multithreaded programs that
> don't use a logging framework, so I haven't run into this myself, but
> it seems like as long as you're not relying on the stdout of the
> process it might be better to use the alter-var-root approach, at
> least when swank is launched via lein. Does that sound helpful?
>
> -Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to