[ANN] avi 0.1.8

2016-01-07 Thread Jason Felice
This release is about WORDS! Motions implemented: w, W, e, E, b, B, ge, gE (all motions work with d). Fixes: * Fix wrong cursor position after J * {count} works correctly on t,T,f,F * dl at end of line deletes character * cancels command-line * Command-line cleared after or in position 0 * {co

Re: org-mode Clojure babel

2016-01-07 Thread Johannes Brauer
thanks a lot,Martin, upgrading leiningen from 2.5.1 to 2.5.3 solves the problem Johannes Am 07.01.2016 um 21:05 schrieb Martin Clausen mailto:martin.clau...@gmail.com>>: Have you tried updating leiningen? On Thu, Jan 7, 2016 at 9:02 PM Johannes Brauer mailto:bra...@nordakademie.de>> wrote: now

Re: org-mode Clojure babel

2016-01-07 Thread Martin Clausen
Have you tried updating leiningen? On Thu, Jan 7, 2016 at 9:02 PM Johannes Brauer wrote: > now my profiles.clj looks like > {:repl {:plugins [[cider/cider-nrepl "0.11.0-SNAPSHOT"] > [lein-pprint "1.1.2"]] > :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}} > > But r

Re: org-mode Clojure babel

2016-01-07 Thread Johannes Brauer
now my profiles.clj looks like {:repl {:plugins [[cider/cider-nrepl "0.11.0-SNAPSHOT"] [lein-pprint "1.1.2"]] :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}} But repl complains: ; CIDER 0.11.0snapshot (package: 20160104.1114) (Java 1.8.0_25, Clojure 1.6.0, nREPL 0.

Re: Pattern for service with multiple clients using two-way channels?

2016-01-07 Thread William la Forge
So use a mixed approach. Queries are likely best handled by including a return channel with the request. Updates are likely best handled with a flow approach. Complex queries may involve passing a return channel deeper into the process. Especially notification requests. No one answer is best fo

[ANN] prone-pedestal 0.1.1 - Prone for Pedestal

2016-01-07 Thread Eunmin Kim
Dear Clojurians, I just released a pedestal interceptor of Prone(https://github.com/magnars/prone). See: https://github.com/eunmin/prone-pedestal Clojars/Leiningen dependency: [prone-pedestal "0.1.1"] -- You received this message because you are subscribed to the Google Groups "Clojure" grou