From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Poll: Who is using these commands Date: Sun, 09 May 2010 19:27:22 +0200 Message-ID: <874oihnfyd.fsf@gmx.de> References: <20100508202159.GA32505@taupan.ath.cx> <4BE5DF9C.909@gmail.com> <245881E6-B69D-4E6F-A1B1-C4EFA39AF7BC@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OBAHv-0005yy-4h for emacs-orgmode@gnu.org; Sun, 09 May 2010 13:27:35 -0400 Received: from [140.186.70.92] (port=41875 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBAHt-0005yT-RC for emacs-orgmode@gnu.org; Sun, 09 May 2010 13:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBAHs-0005bI-HG for emacs-orgmode@gnu.org; Sun, 09 May 2010 13:27:33 -0400 Received: from mail.gmx.net ([213.165.64.20]:47487) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OBAHs-0005b6-3u for emacs-orgmode@gnu.org; Sun, 09 May 2010 13:27:32 -0400 In-Reply-To: (Carsten Dominik's message of "Sun, 9 May 2010 17:24:16 +0200") 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, Leo Carsten Dominik writes: > Isn't this a legitimate case for overwriting these? The outline structure is a > hierarchical structure which can be traversed in a similar way as the > parenthesis structure in Lisp code.... Emacs major mode conventions allow > overwriting general commands when this makes sense for the mode and executed > similiar functionality. I guess it is the usual practice - and it definitively makes sense. Now C-M-e jumps to the end of the buffer. I.e. it's good for nothing and does _not_ what I would expect it to do: navigate to the end of the current syntactical structure element. Sebastian