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 10:19:33 +0300 Message-ID: <831tfnwk56.fsf@gnu.org> References: <836150vx9l.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1438413605 26262 80.91.229.3 (1 Aug 2015 07:20:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2015 07:20:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Koppelman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 01 09:19:56 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 1ZLR5H-0006Rj-Fc for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2015 09:19:55 +0200 Original-Received: from localhost ([::1]:46991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLR5G-0001lb-NV for ged-emacs-devel@m.gmane.org; Sat, 01 Aug 2015 03:19:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLR55-0001lW-TD for emacs-devel@gnu.org; Sat, 01 Aug 2015 03:19:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLR50-0004O6-S2 for emacs-devel@gnu.org; Sat, 01 Aug 2015 03:19:43 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:44003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLR50-0004Nx-K7 for emacs-devel@gnu.org; Sat, 01 Aug 2015 03:19:38 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NSE00M006GEHN00@mtaout26.012.net.il> for emacs-devel@gnu.org; Sat, 01 Aug 2015 10:23:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSE00KF776DX030@mtaout26.012.net.il>; Sat, 01 Aug 2015 10:23:01 +0300 (IDT) In-reply-to: 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.182 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:188257 Archived-At: > From: David Koppelman > Cc: emacs-devel@gnu.org > Date: Fri, 31 Jul 2015 16:29:12 -0500 > > > 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. Then I'm afraid I cannot reproduce it. What I see is that once the expression is evaluated, the window is not redisplayed, although it should have, with the larger line spacing. Typing just "M-x" causes redisplay, and then mouse clicks work for me as expected. Can you show a reproducible recipe for the problem, starting with "emacs -Q", and including all the details, like what you have in the visible portion of the buffer, where you click, and where does the cursor move? I suggest to use "M-x report-emacs-bug RET" for that, as bugs should be discussed and logged there anyway. Thanks.