Are you using slime? If so, take a look at the *inferior lisp* buffer. There
is also a elisp-var you can set to redirect the inferior output to the repl.
I just don't remember the name ;)

On Sat, Nov 20, 2010 at 10:05 PM, HiHeelHottie <hiheelhot...@gmail.com>wrote:

>
> I'm trying to output a debug string from a thread:
>
> (def my-thread (Thread. #(println "inside thread")))
> (.start my-thread)
>
> In the repl, I don't see "inside thread" displayed.  Am I coding
> something incorrectly?  Any suggestions on how to get debug output
> from a thread?
>
> Thanks.
>
> --
> 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<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en




-- 
Moritz Ulrich
Programmer, Student, Almost normal Guy

http://www.google.com/profiles/ulrich.moritz
BB5F086F-C798-41D5-B742-494C1E9677E8

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