From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Bug? R: Org babel block execution *drastically* slower than in ESS session directly Date: Wed, 14 Nov 2012 01:32:25 -0500 Message-ID: <87a9ukr8xy.fsf@gmail.com> References: <874nlappb1.fsf@tajo.ucsd.edu> <878vam1jvh.fsf@tajo.ucsd.edu> <3477.1351723988@alphaville> <11876.1351784283@alphaville> <14621.1351795682@alphaville> <87d2zgrhhr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYWWW-0005Bj-3D for emacs-orgmode@gnu.org; Wed, 14 Nov 2012 01:32:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYWWT-0000pv-1b for emacs-orgmode@gnu.org; Wed, 14 Nov 2012 01:32:32 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:61122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYWWS-0000pr-Qi for emacs-orgmode@gnu.org; Wed, 14 Nov 2012 01:32:28 -0500 Received: by mail-vc0-f169.google.com with SMTP id fl17so113919vcb.0 for ; Tue, 13 Nov 2012 22:32:28 -0800 (PST) In-Reply-To: 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: John Hendy , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, cberry@tajo.ucsd.edu 2012ko azaroak 13an, John Hendy-ek idatzi zuen: [...] > Crazy. I really wondered if it had something to do with trying to spit > out the results into the minibuffer. Why is that behavior included? =E2=80=9C:results silent=E2=80=9D just means =E2=80=9Csilent except for the= minibuffer=E2=80=9D; IDK why. > Are you sure it's only on file import? I was generating some large > output when I first experienced this. Yes, that=E2=80=99s what I meant (and didn=E2=80=99t explain well). Org wr= ites R=E2=80=99s output to a file, and then imports it into Emacs (to print in the minibuffer). But it also does an expensive transformation before printing it =E2=80=93 whence the slowdown. > I have to > change to the R buffer to see if there were any errors. I agree that this is sub-optimal. I seem to remember that ob-R.el is unmaintained (or was at some point in the past). Once there is consensus on what a fix should look like, I can attempt to produce a patch implementing it. And I=E2=80=99ll take a cr= ack at error reporting in the minibuffer too. --=20 Aaron Ecay