From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Re: Strange behavior of M-RET with new list improvements Date: Tue, 7 Sep 2010 08:05:24 -0400 Message-ID: <0730BCD6-E053-41C3-ADEB-E41B36E880DE@yahoo.com> References: <87ocdzw7gq.wl%n.goaziou@gmail.com> <43BA920D-4EA2-4C51-B941-33A60D097EB3@gmail.com> <87hbi6uprt.fsf@fastmail.fm> <87y6bhajrm.wl%n.goaziou@gmail.com> <87wrr1aexq.wl%n.goaziou@gmail.com> <448D9DB2-71DE-4B9B-BF5B-B575735D794D@yahoo.com> <87fwxlu681.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OswvZ-0004bc-H8 for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 08:05:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OswvW-00086b-3y for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 08:05:29 -0400 Received: from smtp103.prem.mail.ac4.yahoo.com ([76.13.13.42]:20619) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OswvV-00086U-Vd for emacs-orgmode@gnu.org; Tue, 07 Sep 2010 08:05:26 -0400 In-Reply-To: <87fwxlu681.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Org Mode List , Nicolas Goaziou On 7-Sep-10, at 7:46 AM, Bernt Hansen wrote: > Anthony Lander writes: > >> I've noticed some strange behavior with the new list code when >> pressing M-RET: >> >> Firstly, if I have a construct like this: >> >> <------------- >> *** Some heading >> - Bullet >> - Bullet >> - Bullet | >> <------------- >> >> With the cursor at |, M-RET correctly adds another list item >> (indented, and started with -). But now there is no way to make a new >> heading with M-RET, except to terminate the list with a blank line, >> and then press M-RET (even though list followed immediately by >> headline is a valid terminated list). Previously, if the cursor was >> at >> the beginning of the line after the last bullet, M-RET would >> produce a >> new heading: > > Hi Anthony, > > I noticed the same thing when I initially started using the new list > code. I've just trained my fingers to use C-RET for new headlines > instead. Thanks Brent. I use CUA mode pretty much all the time (dons flameproof suit), and rightly or wrongly, it steals C-RET. I will look at binding the new headline function to something, though. That's a good workaround. -Anthony > -Bernt >