Re: ANN: ClojureScript 0.0-2814, Nashorn REPL, async testing, and much more

2015-02-10 Thread Mikey Griffiths
According to GitHub, ClojureScript now has 104 contributors to Clojure's 102 - and has had more commits since around December. Congrats to all involved! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goog

Re: scrolling content of ac-nrepl-popup-doc

2014-04-01 Thread Mikey Griffiths
Hi Nehal, You can use "scroll-other-window" and "scroll-other-window-up", which are bound to "C-M-v" and "C-M-S-v" respectively. These will scroll the next window (i.e. the window that "C-x o" would switch to) up or down by a page. Check out the help page for "scroll-other-window" for more info