From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: BUG: State change eats headings beginning with "Read" or "Reading" Date: Sun, 5 Apr 2009 03:30:56 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqDvR-0002vn-Gj for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 18:01:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqDvO-0002qa-0J for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 18:01:17 -0400 Received: from [199.232.76.173] (port=38378 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqDvN-0002q9-K3 for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 18:01:13 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:41750) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqDvN-0004FL-13 for emacs-orgmode@gnu.org; Sat, 04 Apr 2009 18:01:13 -0400 Received: by ti-out-0910.google.com with SMTP id y8so1317500tia.10 for ; Sat, 04 Apr 2009 15:01:11 -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 Curiously state change causes the headings beginning with "Read" or "Reading to be chopped of those words. Example below. --8<---------------cut here---------------start------------->8--- # test file * Reading/RSS This heading becomes"/RSS" after S-right. * Read/RSS This heading also becomes "/RSS" after S-right. * Read RSS This heading becomes "RSS" after S-right. * Readingx/RSS This heading behaves correctly with S-right. * Readingx RSS This heading behaves correctly with S-right. * Rea/RSS This heading behaves correctly with S-right. * Rea RSS This heading behaves correctly with S-right. * RSS/Reading This heading behaves correctly with S-right. * RSS Read This heading behaves correctly with S-right. * Readx RSS This heading behaves correctly with S-right. * Tread carefully This heading behaves correctly with S-right. --8<---------------cut here---------------end--------------->8--- Thanks -- Manish PS: Does anyone know how to stop Emacs 23 from prefixing every line of a paragraph (after the first one) with tabs in message mode? It seems to work okay in other modes.