M-x slime-redirect-inferior-output returns no inferior lisp process.

This is how I'm running the test in the slime-connect buffer:

user> (def my-thread (Thread. #(println "inside thread")))
#'user/my-thread
user> (.start my-thread)
nil
user>

I was hoping to see inside thread appear in the output.

On Nov 20, 4:56 pm, HiHeelHottie <[email protected]> wrote:
> 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 <[email protected]>
> 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 
> > <[email protected]>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 [email protected]
> > > Note that posts from new members are moderated - please be patient with
> > > your first post.
> > > To unsubscribe from this group, send email to
> > > [email protected]<clojure%[email protected]
> > >  >
> > > 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 [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to