From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#14346: 24.3; beginning-of-visual-line jumps to previous line in org-mode Date: Sat, 04 May 2013 14:01:21 +0300 Message-ID: <8338u3m2ke.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1367665348 3615 80.91.229.3 (4 May 2013 11:02:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 May 2013 11:02:28 +0000 (UTC) Cc: 14346@debbugs.gnu.org To: E Sabof Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat May 04 13:02:26 2013 Return-path: Envelope-to: geb-bug-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 1UYaER-0006EP-0I for geb-bug-gnu-emacs@m.gmane.org; Sat, 04 May 2013 13:02:23 +0200 Original-Received: from localhost ([::1]:41266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYaEQ-0008B2-Hv for geb-bug-gnu-emacs@m.gmane.org; Sat, 04 May 2013 07:02:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYaEM-0008Ar-Mk for bug-gnu-emacs@gnu.org; Sat, 04 May 2013 07:02:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYaEL-0000ko-Ui for bug-gnu-emacs@gnu.org; Sat, 04 May 2013 07:02:18 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYaEL-0000kJ-Qr for bug-gnu-emacs@gnu.org; Sat, 04 May 2013 07:02:17 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UYaF4-0006NF-6n for bug-gnu-emacs@gnu.org; Sat, 04 May 2013 07:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 May 2013 11:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14346 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14346-submit@debbugs.gnu.org id=B14346.136766534524352 (code B ref 14346); Sat, 04 May 2013 11:03:02 +0000 Original-Received: (at 14346) by debbugs.gnu.org; 4 May 2013 11:02:25 +0000 Original-Received: from localhost ([127.0.0.1]:57581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UYaES-0006Kj-QZ for submit@debbugs.gnu.org; Sat, 04 May 2013 07:02:25 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:47991) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UYaEQ-0006KK-Fe for 14346@debbugs.gnu.org; Sat, 04 May 2013 07:02:23 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MM900F00T99NM00@a-mtaout20.012.net.il> for 14346@debbugs.gnu.org; Sat, 04 May 2013 14:01:36 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MM900FYJTANEB60@a-mtaout20.012.net.il>; Sat, 04 May 2013 14:01:36 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:73941 Archived-At: > Date: Sat, 4 May 2013 10:08:46 +0100 > From: E Sabof > > In a buffer with org-mode and visual line-mode, paste this text: > > text > [[TEXT]] > > Put cursor on E > Press [left arrow]. > Press [home] (or C-a, bound to org-beginning-of-line) > The cursor will go to the end of the previous line > > The behavior is correct, if one invokes either of those functions through > M-x or M-: That's point adjustment feature in action: it moves point further in the same direction if point winds up in invisible text. Customize disable-point-adjustment to a non-nil value, if you don't want that to happen. Does anyone (Stefan? Glenn? anyone else?) see any reasons to try and fix this, as opposed to deciding that this is a "feature"?