Gorsal <s...@tewebs.com> writes:
> How am i supposed to print to the output from another thread?
> I want, for example,
> (future (println "HI")) to print hi. It doesn't.

If you are using slime the default behaviour will be to print "HI" to
the *inferior-lisp* buffer. You can redirect output to the repl with

M-x slime-redirect-inferior-output

or place this line in your .emacs file

(add-hook 'slime-connected-hook 'slime-redirect-inferior-output)

--
jan

--~--~---------~--~----~------------~-------~--~----~
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