From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Giasson Subject: Re: ob-clojure: possible to display results as soon as something is written to STDOUT? Date: Wed, 30 Mar 2016 08:04:58 -0400 Message-ID: <56FBC0EA.6080000@fgiasson.com> References: <56FABF0C.5030808@fgiasson.com> <87mvpgnun2.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alErt-0004MY-LX for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 08:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alErq-0002ot-Gs for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 08:05:01 -0400 Received: from s052.panelboxmanager.com ([72.55.186.33]:35134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alErq-0002ol-CQ for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 08:04:58 -0400 Received: from mailnull by s052.panelboxmanager.com with sa-checked (Exim 4.86_1) (envelope-from ) id 1alErn-003YTr-UE for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 08:04:56 -0400 Received: from modemcable161.56-23-96.mc.videotron.ca ([96.23.56.161]:50238 helo=[192.168.0.13]) by s052.panelboxmanager.com with esmtpsa (TLSv1.2:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.86_1) (envelope-from ) id 1alErn-003YTJ-Fs for emacs-orgmode@gnu.org; Wed, 30 Mar 2016 08:04:55 -0400 In-Reply-To: <87mvpgnun2.fsf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Eric, >> Note: I am not sure if this is something related to Org-mode, or >> ob-clojure or Cider. > None of these directly. It's Emacs, basically: it has very minimal > support for threading so the whole process (Emacs) is waiting for the > sub-process (Clojure) to finish before doing anything else. Ok good, thanks for confirming! Take care, Fred