Hello,

Frederick Giasson <f...@fgiasson.com> 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