Re: Redirection from inferior lisp to clojure

2011-04-06 Thread MohanR
I think my question wasn't clearly stated but it has solved itself. Question was : How do I redirect stack traces and Sys out statements which are appearing in the inferior-lisp buffer to my repl so that I can view them there ? This line (add-hook 'slime-mode-hook 'slime-redirect-inferior-output

Re: Redirection from inferior lisp to clojure

2011-04-06 Thread Joost
MohanR wrote: > swank server is started and run-lisp works. I thought I don't need to > open it but view all the output in slime itself but it gets redirected > internally. But as far as I can tell, run-lisp does NOT connect to a swank server, and AFAIK also doesn't set up SLIME. run-lisp starts t

Re: Redirection from inferior lisp to clojure

2011-04-06 Thread MohanR
swank server is started and run-lisp works. I thought I don't need to open it but view all the output in slime itself but it gets redirected internally. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

Re: Redirection from inferior lisp to clojure

2011-04-06 Thread Joost
On Apr 6, 10:33 am, MohanR wrote: > Hi, > > I use clojure box and I have included (add-hook 'slime-mode-hook > 'slime-redirect-inferior-output) in .emacs > > I open M-x run-lisp and I still see the exception trace in inferior- > lisp > > I though it will be redirected to the slime repl. Will it be

Redirection from inferior lisp to clojure

2011-04-06 Thread MohanR
Hi, I use clojure box and I have included (add-hook 'slime-mode-hook 'slime-redirect-inferior-output) in .emacs I open M-x run-lisp and I still see the exception trace in inferior- lisp I though it will be redirected to the slime repl. Will it be ? Thanks, Mohan -- You received this message b