From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: BUG: emacs orgmode ob-R.el function org-babel-R-evaluate-session over aggressively performs "; ; cleanup extra prompts left in output" and a possible workaround Date: Fri, 6 Nov 2015 15:11:29 -0800 Message-ID: References: <2a1b8832412e49b7a0a4d231c3e289cf@exchsrv2.sgc.loc> <87mvusob7j.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuqAT-0001kt-98 for emacs-orgmode@gnu.org; Fri, 06 Nov 2015 18:11:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuqAO-0002rD-7i for emacs-orgmode@gnu.org; Fri, 06 Nov 2015 18:11:37 -0500 Received: from iport-acv5-out.ucsd.edu ([132.239.0.10]:28311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuqAN-0002r8-VB for emacs-orgmode@gnu.org; Fri, 06 Nov 2015 18:11:32 -0500 In-Reply-To: <87mvusob7j.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: "Cook, Malcolm" , "emacs-orgmode@gnu.org" On Thu, 5 Nov 2015, Nicolas Goaziou wrote: > Hello, > > "Charles C. Berry" writes: > >> I have traced this back to its source, and the culprit appears to be me. >> >> See >> commit dc92eaa08d89e4bc9556f868ae65633196157a8d >> Author: Eric Schulte >> Date: Wed Jul 28 08:05:30 2010 -0600 >> and subsequent modifications. >> >> I believe the leading blank(s) in the regex were copied from ess, but >> nowadays I only see this in code in ess-traceback.el that is commented >> out. >> >> So I guess there would be no harm in pushing the latter regex. > > Would you want to provide a patch for that (and commit it while you're > at it)? Yes, but Babel seems to be broken - at least on my box - by this commit 40356ae3765d123fd9950a961718530219fa5cb8 Author: Aaron Ecay Date: Thu Nov 5 15:51:06 2015 +0000 Once that is resolved, I'll do something. Chuck