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 00:21:26 +0300 Message-ID: <836150vx9l.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1438377713 10926 80.91.229.3 (31 Jul 2015 21:21:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2015 21:21:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Koppelman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 31 23:21:46 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 1ZLHkP-0002AW-Ou for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2015 23:21:45 +0200 Original-Received: from localhost ([::1]:46045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLHkP-0002w3-1g for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2015 17:21:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLHkE-0002vn-Ls for emacs-devel@gnu.org; Fri, 31 Jul 2015 17:21:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLHkB-0007R1-Cn for emacs-devel@gnu.org; Fri, 31 Jul 2015 17:21:34 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLHkB-0007Qi-47 for emacs-devel@gnu.org; Fri, 31 Jul 2015 17:21:31 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NSD00J00EMPZ100@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 01 Aug 2015 00:21:29 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSD00JPLFBSR650@a-mtaout22.012.net.il>; Sat, 01 Aug 2015 00:21:29 +0300 (IDT) In-reply-to: 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:188247 Archived-At: > 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"?