From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Koppelman Newsgroups: gmane.emacs.devel Subject: Re: Clicks map to wrong line with line-spacing > nil. Date: Sat, 01 Aug 2015 10:31:09 -0500 Message-ID: References: <836150vx9l.fsf@gnu.org> <831tfnwk56.fsf@gnu.org> <87egjnpibn.fsf@gnu.org> <83si83uy09.fsf@gnu.org> <87a8ubpb15.fsf@gnu.org> <83r3nnurle.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438443095 26041 80.91.229.3 (1 Aug 2015 15:31:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2015 15:31:35 +0000 (UTC) Cc: emacs-devel@gnu.org, Tassilo Horn To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 01 17:31:29 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 1ZLYkz-0000ir-Bn for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2015 17:31:29 +0200 Original-Received: from localhost ([::1]:54060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLYky-0003zI-G2 for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2015 11:31:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLYkm-0003zD-Iw for emacs-devel@gnu.org; Sat, 01 Aug 2015 11:31:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLYkl-0000yp-KD for emacs-devel@gnu.org; Sat, 01 Aug 2015 11:31:16 -0400 Original-Received: from [2620:105:b002:4500:222:19ff:feba:29a3] (port=56558 helo=email.ece.lsu.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLYkg-0000y0-VC; Sat, 01 Aug 2015 11:31:11 -0400 Original-Received: from sky.ece.lsu.edu (unknown [130.39.148.12]) (using TLSv1.1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by email.ece.lsu.edu (Postfix) with ESMTPS id BBDB1C8008B; Sat, 1 Aug 2015 10:31:09 -0500 (CDT) In-Reply-To: <83r3nnurle.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 01 Aug 2015 15:21:33 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2620:105:b002:4500:222:19ff:feba:29a3 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:188277 Archived-At: > OK, thanks. I will wait for David to confirm that his problem is > solved as well by that commit. I've tried 08d65696c947b0, and the problem no longer occurs, thanks! FWIW, the cursor ended up 'well above' the mouse pointer only for larger values of line-spacing. For the value that I usually use it was just OB1. Eli Zaretskii writes: >> 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.