From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Knuesel Subject: Re: C-M-a, C-M-e Date: Mon, 3 Aug 2009 13:31:30 +0200 Message-ID: <89197d780908030431m132fbb18s9b3481aab14985d9@mail.gmail.com> References: <89197d780907300152g57afefabjd12b1fefb6e92ae3@mail.gmail.com> <87skgdk5ku.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXvlk-0004cl-8F for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 07:31:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXvlf-0004YP-Mz for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 07:31:55 -0400 Received: from [199.232.76.173] (port=35738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXvlf-0004YM-Ky for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 07:31:51 -0400 Received: from mail-yw0-f189.google.com ([209.85.211.189]:41469) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXvlf-0005RZ-AM for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 07:31:51 -0400 Received: by ywh27 with SMTP id 27so3835670ywh.26 for ; Mon, 03 Aug 2009 04:31:51 -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: Carsten Dominik Cc: Bastien , emacs-orgmode@gnu.org On Mon, Aug 3, 2009 at 6:39 AM, Carsten Dominik wrote: > I am not convinced that top-level heading is the right paradigm for > "beginning-of-defun" in Org. =A0I guess that subtrees of any level > could be contenders for this as well. =A0So I am not implementing > this right now, but you can bind Bastien's functions to keys. OK. I thought it would make sense since tree navigation is already possible with C-c C-p, C-c C-n and C-c C-u, and I often want to jump to the previous or next top-level entry. Jeremie