I'm using lein swank and doing a slime-connect from within emacs.  The
repl is in *slime-repl clojure* buffer, but I don't see an *inferior
lisp* buffer.  Or did you mean that there is some elisp-var tied to
the slime buffer.  Can you outline how I can find that?  I'm also new
to emacs.

On Nov 20, 4:16 pm, Moritz Ulrich <ulrich.mor...@googlemail.com>
wrote:
> 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