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: Emacs pretest 25.0.93 Date: Tue, 26 Apr 2016 20:26:41 +0300 Message-ID: <83vb34z3fy.fsf@gnu.org> References: <87r3dxbln9.fsf@petton.fr> <877ffmf19z.fsf@russet.org.uk> <83oa8y2dm2.fsf@gnu.org> <83twio2aa4.fsf@gnu.org> <87lh40xql2.fsf@russet.org.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1461691635 24414 80.91.229.3 (26 Apr 2016 17:27:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2016 17:27:15 +0000 (UTC) Cc: chriszheng99@gmail.com, emacs-devel@gnu.org To: phillip.lord@russet.org.uk (Phillip Lord) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 26 19:27:10 2016 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 1av6lQ-0004gl-L9 for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2016 19:27:08 +0200 Original-Received: from localhost ([::1]:38923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av6lP-0001zV-MD for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2016 13:27:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av6lL-0001x3-EC for emacs-devel@gnu.org; Tue, 26 Apr 2016 13:27:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1av6lI-0000y7-8O for emacs-devel@gnu.org; Tue, 26 Apr 2016 13:27:03 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av6lI-0000xu-5H; Tue, 26 Apr 2016 13:27:00 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2438 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1av6lH-0007vG-6c; Tue, 26 Apr 2016 13:26:59 -0400 In-reply-to: <87lh40xql2.fsf@russet.org.uk> (phillip.lord@russet.org.uk) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203352 Archived-At: > From: phillip.lord@russet.org.uk (Phillip Lord) > Cc: Chris Zheng , emacs-devel@gnu.org > Date: Tue, 26 Apr 2016 17:49:45 +0100 > > I had a go at bisecting this, and the results are so surprising, that I > need to replicate them on a different machine.... I don't know what happened with your bisecting, because the culprit is indeed 7eba90c12227d86636aaa3da8d68b0c213fb3910. What happens is that the variable-pitch face picks up a bold-italic font. This is why tooltips also display in that font: they use variable-pitch. The strange thing is, I cannot see the problem on my main development system. only on another box. Maybe it has something to do with font setup, I don't know. I cannot just revert that commit, because it fixed a problem that is no less serious. Ideas welcome.