From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Outline cycling does not preserve point's position Date: Wed, 11 Sep 2013 21:01:33 +0530 Message-ID: <878uz3e5nu.fsf@gmail.com> References: <7CB7B681-DD2E-446C-AE45-DDCA204EE95C@gmail.com> <5855E8E1-9730-4A29-89FF-E35C64E54EDD@gmail.com> <20130910073257.GO20690@kuru.dyndns-at-home.com> <20130910075345.GP20690@kuru.dyndns-at-home.com> <25A21DB7-B2E5-47BB-8A64-594A15CB24B8@gmail.com> <20130910085057.GQ20690@kuru.dyndns-at-home.com> <4ED2509E-8A2E-4ED2-BFCF-CB7B27F1D2B4@gmail.com> <20130910095043.GR20690@kuru.dyndns-at-home.com> <87a9jk8wmr.fsf@gmail.com> <20130910185843.GA20690@kuru.dyndns-at-home.com> <871u4w8nkq.fsf@gmail.com> <8761u8m5sd.fsf@gmail.com> <87ioy78vib.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJmM8-0004Rt-I5 for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 11:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJmM1-00064p-Fe for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 11:29:24 -0400 Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:52405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJmM1-00064l-96 for emacs-orgmode@gnu.org; Wed, 11 Sep 2013 11:29:17 -0400 Received: by mail-pb0-f50.google.com with SMTP id uo5so9243762pbc.37 for ; Wed, 11 Sep 2013 08:29:16 -0700 (PDT) In-Reply-To: <87ioy78vib.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 11 Sep 2013 13:09:48 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Carsten Dominik --=-=-= Content-Type: text/plain Nicolas Goaziou writes: > I don't understand. Are you talking about the error message? There is no > "canonical" C-down position, so I'm a bit confused. Put your cursor on the blank line between. Do a C-down. You will see the cursor moving and also an error reported. So, the "empty line" is a position where a C-down operation would land you in. It is a position from nowhere. ---------------------------------------------------------------- I see some issues when the point is position some where deep inside invisible parts of the tree. For example, visit "~/src/worg/org-tutorials/org-reference-guide-es.org" Get in to a state where ALL headlines are visible but none of body text is visible. Position your cursor randomly, like so. M-: (goto-char (mod (random) (point-max))) Then C-down. Within let's say 10 attempts, you will see that a headline is skipped and the cursor lands on subsequent headline. --=-=-= Content-Type: text/x-org Content-Disposition: attachment; filename=cdown.org * Footnotes [fn:1] http://www.mail-archive.com/emacs-orgmode@gnu.org/msg08669.html --=-=-=--