From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: [BABEL] Reverse inheritance of active region? Date: Sat, 30 Oct 2010 16:46:40 +0530 Message-ID: <81y69gorqf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PC9Qk-0004eG-Iv for emacs-orgmode@gnu.org; Sat, 30 Oct 2010 07:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PC9Qj-0007oc-FR for emacs-orgmode@gnu.org; Sat, 30 Oct 2010 07:17:02 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:34131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PC9Qj-0007oV-98 for emacs-orgmode@gnu.org; Sat, 30 Oct 2010 07:17:01 -0400 Received: by pwi1 with SMTP id 1so1793642pwi.0 for ; Sat, 30 Oct 2010 04:17:00 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I am trying to mark a xml sexp (for later copying) as below 1. C-SPC 2. C-c C-v C-x C-M-n I would like the sexp to be offered as a marked region in the Org-mode buffer. Note that In (2) the cursor moves as expected. May be point and mark should round-trip? #+begin_src xml Heading8 #+end_src I have transient mark mode on. Jambunathan K.