From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: R and babel on Windows problem Date: Fri, 6 Jul 2012 11:58:38 -0500 Message-ID: References: <87ipea3rfq.fsf@Rainer.invalid> <18442.1340998640@alphaville> <18840.1341001001@alphaville> <31262.1341264369@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnBrg-0008Oh-1U for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 12:58:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnBre-0005zb-3k for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 12:58:43 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:46357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnBrd-0005z9-KA for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 12:58:42 -0400 Received: by bkcjc3 with SMTP id jc3so6253607bkc.0 for ; Fri, 06 Jul 2012 09:58:38 -0700 (PDT) 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: nicholas.dokos@hp.com Cc: Achim Gratz , emacs-orgmode@gnu.org On Mon, Jul 2, 2012 at 5:16 PM, John Hendy wrote: >> >> Anyway: >> - Visited ob-R.el in emacs >> - Found org-babel-R-evaluate-external-process >> - Put the cursor on the line =(defun org-babel-R-evaluate-external-process= >> - Did =M-x C-M-x= and the minibuffer echoed the name of the function >> - Visited my file, test.org and did =C-c C-c= on the R babel block >> - Nothing different occurred; I just got "The system cannot find the >> path specified" >> >> I tried the above again with regular 'ol org-babel-R-evaluate just in >> case and had the same results. >> >> I'm clearly goofing something but have no idea what it is. >> > > Okay. I think I may have triggered =edebug-all-defs= when I was > tinkering around earlier and from the page about "instrumenting" > edebug it seemed like that could tweak some things undesirably. I got > that fixed and turned on edebug for > org-babel-R-evaluate-external-process and am getting nothing. The > modeline in my test file has turned to "Org *Debugging* Fill" but > still produces none of the incremental evaluation pauses I would have > expected. > > I tried the same with org-babel-execute-src-block in ob.el since > that's what's called first and am still getting no new activity from > edebug. Just the same message about the path. Any updates on this? Could someone provide a minimal example I could try? Or verify that my steps above are correct. I'm not sure why it's not triggering the step by step function execution described. Thanks! John