From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Outline cycling does not preserve point's position Date: Mon, 09 Sep 2013 10:38:10 +0200 Message-ID: <87eh8yo0el.fsf@bzg.ath.cx> References: <868uz8sufg.fsf@somewhere.org> <86vc2cqvnb.fsf@somewhere.org> <86y57676t1.fsf@somewhere.org> <89E7FDB6-0F5A-4362-959C-C4B9844A235C@gmail.com> <86txhu7696.fsf@somewhere.org> <0A62C6DE-B3AD-458A-9AB4-92B61A6D3D63@gmail.com> <86ppsi75st.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIwzX-0006TI-J7 for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 04:38:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIwzP-00060h-Gm for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 04:38:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:34999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIwzP-00060W-9s for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 04:38:31 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VIwzN-0007W4-Du for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 10:38:29 +0200 In-Reply-To: <86ppsi75st.fsf@somewhere.org> (Sebastien Vauban's message of "Mon, 09 Sep 2013 10:33:38 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: > Of course, the nicest would be to have both: the current `C-down' for text, > and the "programmatic" behavior when _in code blocks_. Maybe, that's not > possible, though... We could have org-ctrldown and friends the same way we have org-shift* commands. org-ctrldown would use `org-forward-element' when on some Org element, and `forward-paragraph' elsewhere. I acknowledge binding C-down to `org-forward-element' instead of `forward-paragraph' is a bit disruptive, and maybe not ideal in all situations. -- Bastien