From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: C-c ' and mail sources Date: Wed, 13 Nov 2013 00:16:43 -0500 Message-ID: <87r4akkhj8.fsf@iro.umontreal.ca> 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]:41011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgSot-00056a-43 for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 00:16:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgSom-0001LO-Qs for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 00:16:51 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:61754 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgSom-0001KU-Lk for emacs-orgmode@gnu.org; Wed, 13 Nov 2013 00:16:44 -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: emacs-orgmode@gnu.org Hi, Org people. Just observing this little nit. If I insert an email message (copy and pasted from Gnus in my case) within: #+BEGIN_SRC mail #+END_SRC the header lines of the message are highlighted with a reasonable set of colors. However, with the cursor within the message, I hid "C-c '" twice, this has the effect of shifting the inserted message two columns to the right, the highlighting of the header is then lost. Not a big problem, and I expect that someone on this list will reply that this is an Org limitation (a way to say that the bug is innocuous enough to not deserve a correction). I rather use the word limitation for a bug which has been documented :-). In any case, this is a bug. I do not know what would be the reasonable way to correct it: preventing the shifting, or changing how highlighting interpret beginning of lines, in case of Org? Fran=C3=A7ois