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: "... the window start at a meaningless point within a line." Date: Mon, 19 Oct 2015 14:28:54 +0300 Message-ID: <83a8rfgkqx.fsf@gnu.org> References: <837fmm65bl.fsf@gnu.org> <20151016201238.GD2779@acm.fritz.box> <83twpp51xz.fsf@gnu.org> <20151017115738.GA2522@acm.fritz.box> <83oafx4qsb.fsf@gnu.org> <83lhb14o6e.fsf@gnu.org> <20151018145356.GC1639@acm.fritz.box> <83k2qkhxx3.fsf@gnu.org> <20151019104507.GC2438@acm.fritz.box> <83d1wbgm95.fsf@gnu.org> <20151019112425.GD2438@acm.fritz.box> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445254178 12886 80.91.229.3 (19 Oct 2015 11:29:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 11:29:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 13:29:24 2015 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 1Zo8d1-0008Uw-HO for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 13:29:23 +0200 Original-Received: from localhost ([::1]:38373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo8d0-0007d9-Jo for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 07:29:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo8cc-0007Zc-IN for emacs-devel@gnu.org; Mon, 19 Oct 2015 07:28:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo8cX-0003Oy-Bk for emacs-devel@gnu.org; Mon, 19 Oct 2015 07:28:58 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:60628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo8cX-0003Or-34 for emacs-devel@gnu.org; Mon, 19 Oct 2015 07:28:53 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NWG00L00SZDJT00@mtaout25.012.net.il> for emacs-devel@gnu.org; Mon, 19 Oct 2015 14:26:31 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWG00E44T464O80@mtaout25.012.net.il>; Mon, 19 Oct 2015 14:26:31 +0300 (IDT) In-reply-to: <20151019112425.GD2438@acm.fritz.box> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 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:192074 Archived-At: > Date: Mon, 19 Oct 2015 11:24:25 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > I think I'd prefer to have the "actual" BOLs at the LHS. But the > symbols at the left are still useful for discussion about a scenario. If you insist. But then please make them consistent: there's no need to start with B, then go to A, then to C, then to C2 (what happened to C1?), etc. > 8. nlines = 3: > B------------------------------- > WS----A------------------------------- > L1----A2------------------------------\n > ^ > C------------------------------------- > C2------------------------------------\n > it > C3------------------------------------ > T > > ? > > Here, point starts between L1 and A2, our target BOL is C3 (3 actual > BOLs after L1) and Fvertical_motion puts `it' at C2 (3 xdisp BOLs after > A). I don't understand why "T" is always at bol. It can be any column.