Re: ritz / nrepl.el / cljsbuild auto / cljsbuild repl-listen ... in same session?

2012-11-19 Thread Timothy Washington
Hey, just commented on the created issueof how to get *cljsbuild auto* and for *cljsbuild repl-listen* setup as nrepl middleware. Is it a matter or passing those as arguments into the nrepl eval middlewar

Re: ritz / nrepl.el / cljsbuild auto / cljsbuild repl-listen ... in same session?

2012-10-15 Thread Timothy Washington
Oh this is great. Thanks for the feedback. I tried the "*M-x nrepl-ritz-lein *" command. But I got this error eventhough I definitely have cljsbuild in my project. lein trampoline cljsbuild repl-listen ;; ( "*lein cljsbuild repl-listen*" also fails ) 'cljsbuild' is not a task. See 'lein help'. Sup

Re: ritz / nrepl.el / cljsbuild auto / cljsbuild repl-listen ... in same session?

2012-10-15 Thread Hugo Duncan
Timothy Washington writes: > I have a ritz and nrepl.el session running. I'd also like to be able to > > *i)* auto compile cljs ("lein cljsbuild auto") and > *ii)* have a browser repl ("lein trampoline cljsbuild repl-listen") in the > same session. The latest ritz has a M-x nrepl-ritz-lein comma

ritz / nrepl.el / cljsbuild auto / cljsbuild repl-listen ... in same session?

2012-10-14 Thread Timothy Washington
Hi all, I have a ritz and nrepl.el session running. I'd also like to be able to *i)* auto compile cljs ("lein cljsbuild auto") and *ii)* have a browser repl ("lein trampoline cljsbuild repl-listen") in the same session. I can do them in separate sessions. But it would be nice to have it all ins