From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sergey A." Subject: Re: Re: Strange behavior of C-RET and C-S-RET Date: Mon, 3 Nov 2008 04:09:46 -0800 Message-ID: <3bff71aa0811030409t661783fdn3d9d2fb9fdefce23@mail.gmail.com> References: <3bff71aa0810271050u4274ba6fh45c88e477269e6b5@mail.gmail.com> <3bff71aa0810311822l1cda26d4ybce08054cccdf96b@mail.gmail.com> <1E3A6728-2E97-4522-B7AB-D21CB3862E85@uva.nl> 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 1KwyFq-0007A3-3O for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 07:09:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwyFm-000792-CO for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 07:09:57 -0500 Received: from [199.232.76.173] (port=53683 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwyFm-00078z-71 for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 07:09:54 -0500 Received: from fk-out-0910.google.com ([209.85.128.185]:30224) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwyFl-0000kS-6h for emacs-orgmode@gnu.org; Mon, 03 Nov 2008 07:09:54 -0500 Received: by fk-out-0910.google.com with SMTP id 18so3103866fkq.10 for ; Mon, 03 Nov 2008 04:09:46 -0800 (PST) In-Reply-To: <1E3A6728-2E97-4522-B7AB-D21CB3862E85@uva.nl> Content-Disposition: inline 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hello. I verified. The latest org-mode from git doesn't contain this bug. Thanks a lot! 2008/11/2 Carsten Dominik : > 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 > >