From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Strange behavior of C-RET and C-S-RET Date: Sun, 2 Nov 2008 08:43:45 +0100 Message-ID: <1E3A6728-2E97-4522-B7AB-D21CB3862E85@uva.nl> References: <3bff71aa0810271050u4274ba6fh45c88e477269e6b5@mail.gmail.com> <3bff71aa0810311822l1cda26d4ybce08054cccdf96b@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwXcq-0004bM-N3 for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 02:43:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwXcp-0004aL-W0 for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 02:43:56 -0500 Received: from [199.232.76.173] (port=56258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwXcp-0004aC-Kh for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 02:43:55 -0500 Received: from mx20.gnu.org ([199.232.41.8]:14637) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KwXco-0001ZW-Ve for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 02:43:55 -0500 Received: from nf-out-0910.google.com ([64.233.182.186]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwXcl-0003Bb-WA for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 02:43:54 -0500 Received: by nf-out-0910.google.com with SMTP id c7so973421nfi.26 for ; Sun, 02 Nov 2008 00:43:48 -0700 (PDT) In-Reply-To: <3bff71aa0810311822l1cda26d4ybce08054cccdf96b@mail.gmail.com> 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: "Sergey A." Cc: emacs-orgmode@gnu.org I believe this is fixed now, please verify. - Carsten On Nov 1, 2008, at 2:22 AM, Sergey A. wrote: > Hello. > > I didn't think that the bug will be so difficult to reproduce. > > In my case, the bug always happens with the following file: > > *** foo > ***** bar > > Below is the steps to reproduce that 100% works to me: > > 1) File is opened, headline is folded, cursor is on the second > asterisk: > > *[*]* foo... > > 2) After pressing C-, I see the following: > > *** foo > ... > *** > > If instead of "***** bar" there is " bar", then the bug doesn't > happen. > > I've deleted some tweaks to orgmode, so my config now is: > > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cb" 'org-iswitchb) > > (add-hook 'org-mode-hook 'turn-on-font-lock) > > I've rebuild my emacs from CVS before testing. > > P.S. I use Archlinux. > > -- > Sergey. > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode