From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: beginning-on-line oddness Date: Mon, 31 Dec 2012 19:20:41 +0200 Message-ID: <83ehi6jfyu.fsf@gnu.org> References: <87obhj2z3g.fsf@gnus.org> <83vcbrnxwc.fsf@gnu.org> <87zk135o73.fsf@gnus.org> <83ip7qni16.fsf@gnu.org> <87licm2f71.fsf@gnus.org> <83hananf8h.fsf@gnu.org> <87mwx07vt9.fsf@lifelogs.com> <838v8kocht.fsf@gnu.org> <87a9su5ugh.fsf@lifelogs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1356974432 23705 80.91.229.3 (31 Dec 2012 17:20:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Dec 2012 17:20:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 31 18:20:49 2012 Return-path: Envelope-to: ged-emacs-devel@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 1Tpj2e-0004Ob-2N for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2012 18:20:48 +0100 Original-Received: from localhost ([::1]:46479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tpj2P-0005FL-6U for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2012 12:20:33 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tpj2L-0005EH-9X for emacs-devel@gnu.org; Mon, 31 Dec 2012 12:20:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tpj2J-0000AE-Os for emacs-devel@gnu.org; Mon, 31 Dec 2012 12:20:29 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:61008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tpj2J-0000AA-GO for emacs-devel@gnu.org; Mon, 31 Dec 2012 12:20:27 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MFW00B00O5GXY00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 31 Dec 2012 19:20:26 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MFW00BYYO61XO00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 31 Dec 2012 19:20:26 +0200 (IST) In-reply-to: <87a9su5ugh.fsf@lifelogs.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156034 Archived-At: > From: Ted Zlatanov > Date: Mon, 31 Dec 2012 06:31:26 -0500 > > On Wed, 26 Dec 2012 21:10:54 +0200 Eli Zaretskii wrote: > > >> From: Ted Zlatanov > >> Date: Wed, 26 Dec 2012 09:05:38 -0500 > >> > EZ> Got it. You need to use '(move-beginning-of-line 1)', which considers > EZ> display lines. By contrast, 'beginning-of-line' moves by text lines > EZ> in logical order, which is not what you want. > >> > >> Can this please be xref-ed in the `beginning-of-line' docstring? > > EZ> Don't you have write access? > > Yes, thank you for noting that. I am not familiar, however, with the > changes to `beginning-of-line' you noted above, so I feel I should not > be documenting them. I was talking about adding a cross-reference to move-beginning-of-line to the doc string of beginning-of-line, which is what I thought you were asking for. (And I'm not aware of any changes done to 'beginning-of-line' lately, FWIW.)