emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] new :async feature for org-babel-clojure


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] new :async feature for org-babel-clojure
Date: Wed, 20 Apr 2016 23:59:25 +0200

Hello,

Frederick Giasson <address@hidden> writes:

> Any news regarding these latest fixes to that patch?

They look good. Thank you for the heads-up.

Could you merge patches 1 2 and 5 (Org series) into a single one for
inclusion?

As for 3 and 4, I think a more general mechanism for asynchrnous
eval'ing would be preferable. Besides, AFAIU, because of

   ; Wait until the nREPL code finished to be processed
   (while (not (member "done" status))
     (nrepl-dict-put response "status" (remove "need-input" status))
     (accept-process-output nil 0.01)
     (redisplay))

`org-babel-execute:clojure' is still somewhat synchronous, isn't it?


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]