Re: emacs - some output goes to stdout when using cider

2014-05-27 Thread Don Hill
Thanks for the explanation. I will also check out emacs-live On Mon, May 26, 2014 at 10:31 PM, Carlo Zancanaro wrote: > On Mon, May 26, 2014 at 08:32:45AM -0700, Don Hill wrote: > > I am in a project with a test.clj file and if I do a (println "Hi") C-x > C-e > > it goes to repl as expected. If

Re: emacs - some output goes to stdout when using cider

2014-05-26 Thread Carlo Zancanaro
On Mon, May 26, 2014 at 08:32:45AM -0700, Don Hill wrote: > I am in a project with a test.clj file and if I do a (println "Hi") C-x C-e > it goes to repl as expected. If I do something like (+ 1 2 3) it seems to > go to stdout below the status bar. This is the correct behaviour. When you evalua

Re: emacs - some output goes to stdout when using cider

2014-05-26 Thread Josh Kamau
Any particular reason why you cant use emacs-live? Its comes configured for clojure among other stuff out of the box. Josh On Mon, May 26, 2014 at 6:32 PM, Don Hill wrote: > > I am making a switch to emacs and trying to get cider setup. I think for > the most part everything is working correct

emacs - some output goes to stdout when using cider

2014-05-26 Thread Don Hill
I am making a switch to emacs and trying to get cider setup. I think for the most part everything is working correctly. I am in a project with a test.clj file and if I do a (println "Hi") C-x C-e it goes to repl as expected. If I do something like (+ 1 2 3) it seems to go to stdout below the s