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: Clicks map to wrong line with line-spacing > nil. Date: Sat, 01 Aug 2015 15:21:33 +0300 Message-ID: <83r3nnurle.fsf@gnu.org> References: <836150vx9l.fsf@gnu.org> <831tfnwk56.fsf@gnu.org> <87egjnpibn.fsf@gnu.org> <83si83uy09.fsf@gnu.org> <87a8ubpb15.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1438431723 14873 80.91.229.3 (1 Aug 2015 12:22:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2015 12:22:03 +0000 (UTC) Cc: koppel@ece.lsu.edu, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 01 14:21:52 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 1ZLVnT-0002uG-TD for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2015 14:21:52 +0200 Original-Received: from localhost ([::1]:53658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLVnT-0002Fb-1E for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2015 08:21:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLVnP-0002FK-6G for emacs-devel@gnu.org; Sat, 01 Aug 2015 08:21:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLVnL-0005MB-Vl for emacs-devel@gnu.org; Sat, 01 Aug 2015 08:21:47 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:46060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLVnL-0005Kv-NT; Sat, 01 Aug 2015 08:21:43 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NSE00200KKSRF00@a-mtaout22.012.net.il>; Sat, 01 Aug 2015 15:21:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSE002NKKZYQI20@a-mtaout22.012.net.il>; Sat, 01 Aug 2015 15:21:34 +0300 (IDT) In-reply-to: <87a8ubpb15.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:188270 Archived-At: > From: Tassilo Horn > Cc: koppel@ece.lsu.edu, emacs-devel@gnu.org > Date: Sat, 01 Aug 2015 12:18:14 +0200 > > > Could it be that the problem depends on how many empty lines are > > between the window start and the location of the click? If so, this > > might be one consequence of bug#21165, which I fixed a few minutes > > ago. > > Yes, that seems to be it. At least now with the current master HEAD, > point always jumps to exact the click position regardless of the > `line-spacing' value. OK, thanks. I will wait for David to confirm that his problem is solved as well by that commit.