From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [babel, R] Commands are not copied in the iESS buffer upon evaluation Date: Mon, 1 Sep 2014 16:58:28 +0000 (UTC) Message-ID: References: <8638cfr7ua.fsf@somewhere.org> <8761h9u81b.fsf@gmail.com> <86k35ng5yg.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOUwP-0005pp-DU for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 12:59:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOUwH-0002pk-Sk for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 12:58:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:58563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOUwH-0002pX-Mm for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 12:58:45 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOUwC-0001np-JO for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 18:58:40 +0200 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 18:58:40 +0200 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 18:58:40 +0200 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 Sebastien Vauban writes: > > Hi Aaron, > > Aaron Ecay wrote: > > 2014ko abuztuak 29an, Sebastien Vauban-ek idatzi zuen: > > > >> Does it have something to do with `ess-eval-visibly' not being respected > >> (whose default is `t')? > > > > Indeed, babel’s R support let-binds this variable to nil when evaluating > > value-type results in a session. > > OK. Can we put it to `t' by default [1] or, at least, have Org Babel > respect our ESS setting? If you Google `ess-eval-visibly slow' you will get a bunch of hits that show why people prefer `nil' and why that is a good default. But it may be OK to allow a user to override. HTH, Chuck