From mboxrd@z Thu Jan 1 00:00:00 1970 From: SabreWolfy Subject: eval-line-and-step broken in org mode buffer Date: Fri, 7 Jun 2013 11:57:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkvIh-00006z-9e for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 07:57:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkvId-0003nH-Ci for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 07:57:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:49485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkvId-0003n9-5y for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 07:57:43 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkvIb-0002LP-W1 for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 13:57:41 +0200 Received: from 41-135-53-181.dsl.mweb.co.za ([41.135.53.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jun 2013 13:57:41 +0200 Received: from sabrewolfy by 41-135-53-181.dsl.mweb.co.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jun 2013 13:57:41 +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 http://comments.gmane.org/gmane.emacs.ess.general/7239 I can confirm this with Org 7.8 and ESS 13.05 and R 3.0.1 under Ubuntu 12.04 LTS. eval-line-and-step (F9) when in an Org file evaluates the line in R, and then jumps the cursor elsewhere as described, instead of advancing it. eval-line-and-step-invisibly advances the cursor to the next line, but does not skip blank lines or comments. Is this an ESS or Org issue?