From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#13724: Calling 'org-babel-mark-block' with 'M-x cmd' and 'M-: (cmd)' Date: Fri, 15 Feb 2013 21:41:09 +0100 Message-ID: <87ip5te2e2.fsf__25146.5012239807$1360962073$gmane$org@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6S6v-0000lx-CS for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 15:42:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6S6r-0006tU-NJ for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 15:42:21 -0500 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: (Stefan Monnier's message of "Fri, 15 Feb 2013 12:30:55 -0500") 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: Stefan Monnier Cc: Thorsten Jolitz , 13724@debbugs.gnu.org Let me restate the issue: M-x mark-word RET will highlight the word at point. M-: (mark-word) RET will *not* highlight the word at point. My understanding was that interactive call of mark-word highlight the region, while non-interactive call do not highlight it. Is this wrong? `org-mark-element' and `org-babel-mark-block' are not different to `mark-word' here. -- Bastien