From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Patch] M-Right and M-Left behave differently on headings and list items Date: Wed, 21 Apr 2010 14:53:20 +0200 Message-ID: <42881A23-3B5E-4423-B068-F543CE5B6AA7@gmail.com> References: 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4ZQp-0006ds-0m for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 08:53:31 -0400 Received: from [140.186.70.92] (port=49181 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4ZQi-0006aB-OL for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 08:53:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4ZQh-0004Xc-6y for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 08:53:24 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:44778) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4ZQh-0004XO-2N for emacs-orgmode@gnu.org; Wed, 21 Apr 2010 08:53:23 -0400 Received: by ewy6 with SMTP id 6so2435599ewy.32 for ; Wed, 21 Apr 2010 05:53:22 -0700 (PDT) In-Reply-To: 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: Matti De Craene Cc: emacs-orgmode@gnu.org Hi, do others agree with Matti's view? Thanks. - Carsten On Apr 20, 2010, at 12:29 AM, Matti De Craene wrote: > Hello all, > > When operating on a heading, M-Right/M-Left promotes or demotes one > heading only, and M-S-Right/M-S-Left promotes or demotes an entire > subtree. > > When operating on list items however, there is no distinction between > M-Right/M-Left and M-S-Right/M-S-Left. Both key combinations operate > on the current item and on all subitems > > Example: No difference between M-Right and M-S-Right on item 1 below: > - item 1 > - item 2 > - item 3 > > I find this behaviour somewhat confusing. > > Attached patch seems to fix that for me. > > Kind Regards, > > Matti > items.patch>_______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten