From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: outline-mode : cursor and point mismatch ? Date: Thu, 14 Jun 2012 12:10:33 +0000 (UTC) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1339679438 3946 80.91.229.3 (14 Jun 2012 13:10:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 13:10:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 14 15:10:37 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sf9oo-0006LY-Rt for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 15:10:34 +0200 Original-Received: from localhost ([::1]:48341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9oo-0004Kw-LB for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 09:10:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9ob-0004Ke-14 for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 09:10:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf9oR-0006XE-6k for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 09:10:20 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf9oQ-0006X2-W9 for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 09:10:11 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sf9oJ-00050e-7r for help-gnu-emacs@gnu.org; Thu, 14 Jun 2012 15:10:03 +0200 Original-Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jun 2012 15:10:03 +0200 Original-Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jun 2012 15:10:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 52 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: geodiff-mac3.ulb.ac.be User-Agent: Pan/0.138 (Der Gerät; GIT 1bd9042 git://git.gnome.org/pan2) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85238 Archived-At: Hello, I have GNU Emacs 24.1.1 (i686-pc-linux-gnu) of 2012-06-14. I experience a strange behaviour with outline-mode (and also in org-mode) : (emacs is started with emacs -Q) Say I have a buffer with the two lines: * A Some text and I hit C-c C-d (hide-subtree) and M-<. Now I have: * A... ^ where '...' indicates hidden text and '^' indicates the position of the cursor (on the title line). Then hitting C-f a few times will advance the cursor successively : * A... ^ * A... ^ * A... ^ <- I did not expect this. * A... ^ The behaviour that I expected was : * A... ^ * A... ^ * A... ^ <- different * A... ^ And in fact, adding 'text' when in the situation * A... ^ gives the following situation: * Atext... ^ I am a little bit worried that I do not find references to this behaviour on the net ; am I the only one experiencing this ? Thanks for your help. -- Nico.