On Apr 6, 10:33 am, MohanR <[email protected]> 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 ?
AFAIK run-lisp is not supposed to work with SLIME. If you want everything to work on slime, you should start a swank server and then use M-x slime-connect or run M-x swank-clojure-project -- 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
