Re: Nailgun, swank & lein

2010-03-22 Thread Bradbev
Apparently starting the server with swank-clojure-project does not work, but starting it with "lein swank" and then connecting from Emacs works. Perhaps this is a problem with launching from inside Emacs. Either way, I now have something of a work around. Brad -- You received this message becau

Re: Nailgun, swank & lein

2010-03-22 Thread Bradbev
I've traced my hang issue down to these lines in NGServer synchronized(System.in) { if (!(System.in instanceof ThreadLocalInputStream)) { System.setIn(new ThreadLocalInputStream(in)); System.setO