From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Trouble evaluating R source code blocks with C-c C-c Date: Thu, 26 May 2016 13:52:18 -0500 Message-ID: References: <2BE21056-50D3-49CE-8B0D-5467D182B7B5@agrarianresearch.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b60OL-0002nY-Bj for emacs-orgmode@gnu.org; Thu, 26 May 2016 14:52:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b60OJ-0005au-CN for emacs-orgmode@gnu.org; Thu, 26 May 2016 14:52:20 -0400 Received: from mail-vk0-x22b.google.com ([2607:f8b0:400c:c05::22b]:35790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b60OJ-0005ao-7Z for emacs-orgmode@gnu.org; Thu, 26 May 2016 14:52:19 -0400 Received: by mail-vk0-x22b.google.com with SMTP id f66so114655999vkh.2 for ; Thu, 26 May 2016 11:52:19 -0700 (PDT) In-Reply-To: <2BE21056-50D3-49CE-8B0D-5467D182B7B5@agrarianresearch.org> 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" To: Vikas Rawal Cc: org-mode mailing list Could you give a minimal example? The behavior does ring a bell, but I can't recall what the solution might have been. I'd be happy to try and reproduce if you'd like. I think my typical go-to is to wipe ESS and re-download/make... That's all I'm good for without more info. Sorry! John On Thu, May 26, 2016 at 9:33 AM, Vikas Rawal wrote: > I face a strange problem with evaluating R source code blocks. Occasional= ly, they take much longer to produce the results when I try to evaluate the= m with C-c C-c. On the other hand, if I do C-c =E2=80=98, go to a temporary= R buffer, and evaluate the code, everything works fine. In face, when I us= e C-c C-c, the session would sometimes get stuck. Then I have to stop the p= rocess using C-g, I find that the code had run in R, but the result was not= being inserted in Org buffer. > > Has anyone else faced this problem? > > I am on OS-X, Emacs 24, Org-mode version 8.3.4 (release_8.3.4-748-g7e320e= , and ess-version: 15.09-devel [elpa: 20150913.638] > > Vikas > > > >