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: Fri, 31 Jul 2015 16:29:12 -0500 Message-ID: References: <836150vx9l.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438378169 17987 80.91.229.3 (31 Jul 2015 21:29:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2015 21:29:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 31 23:29: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 1ZLHrs-0000IE-8D for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2015 23:29:28 +0200 Original-Received: from localhost ([::1]:46085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLHrr-0005Pz-H4 for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2015 17:29:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLHrh-0005MY-6e for emacs-devel@gnu.org; Fri, 31 Jul 2015 17:29:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLHrd-0003SR-VH for emacs-devel@gnu.org; Fri, 31 Jul 2015 17:29:17 -0400 Original-Received: from [2620:105:b002:4500:222:19ff:feba:29a3] (port=53753 helo=email.ece.lsu.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLHrd-0003Ra-Oz for emacs-devel@gnu.org; Fri, 31 Jul 2015 17:29:13 -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 8F1D8C80049; Fri, 31 Jul 2015 16:29:12 -0500 (CDT) In-Reply-To: <836150vx9l.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 01 Aug 2015 00:21:26 +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:188248 Archived-At: > Does the problem go away if you follow the above setting with "M-x > redraw-display RET"? No. The problem is robust in the sense that it occurs as soon as the setting is applied (including when set in .emacs) and doesn't seem to go away. Eli Zaretskii writes: >> From: David Koppelman >> Date: Fri, 31 Jul 2015 15:29:12 -0500 >> >> Mouse clicks map to the wrong line on recent versions (including >> 8a7a99) when line-spacing is set to a non-default value. For >> example, set >> >> (setq-default line-spacing 10) >> >> and try clicking on a line towards the bottom of the window. The >> cursor moves to a point well above the mouse pointer. > > Does the problem go away if you follow the above setting with "M-x > redraw-display RET"?