From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: beginning-on-line oddness Date: Mon, 31 Dec 2012 06:31:26 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87a9su5ugh.fsf@lifelogs.com> 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> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356953497 17885 80.91.229.3 (31 Dec 2012 11:31:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Dec 2012 11:31:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 31 12:31:54 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 1Tpdaz-0002mx-SW for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2012 12:31:53 +0100 Original-Received: from localhost ([::1]:47488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tpdal-0006dl-2g for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2012 06:31:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tpdai-0006dd-VY for emacs-devel@gnu.org; Mon, 31 Dec 2012 06:31:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tpdah-0003xr-Pu for emacs-devel@gnu.org; Mon, 31 Dec 2012 06:31:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tpdah-0003xl-I4 for emacs-devel@gnu.org; Mon, 31 Dec 2012 06:31:35 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tpdav-0002lG-1p for emacs-devel@gnu.org; Mon, 31 Dec 2012 12:31:49 +0100 Original-Received: from c-65-96-148-157.hsd1.ma.comcast.net ([65.96.148.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Dec 2012 12:31:49 +0100 Original-Received: from tzz by c-65-96-148-157.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Dec 2012 12:31:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-65-96-148-157.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:rv0kw+BEGUeNpCFEAVdjz/cijl8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:156021 Archived-At: 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. Ted