From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 1c58fa1: Fix variable-pitch font on MS-Windows Date: Sat, 30 Apr 2016 10:33:42 -0400 Message-ID: References: <20160430095647.11601.56460@vcs.savannah.gnu.org> <834majp520.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1462026844 538 80.91.229.3 (30 Apr 2016 14:34:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 14:34:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 30 16:33:55 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 1awVxy-0002Fu-74 for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 16:33:54 +0200 Original-Received: from localhost ([::1]:58620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVxu-0000Kb-CL for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 10:33:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVxk-00005l-Mr for emacs-devel@gnu.org; Sat, 30 Apr 2016 10:33:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awVxZ-0006r4-8i for emacs-devel@gnu.org; Sat, 30 Apr 2016 10:33:35 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:40296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVxZ-0006n8-3s; Sat, 30 Apr 2016 10:33:29 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u3UEXBpD021036; Sat, 30 Apr 2016 10:33:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 83BE26633C; Sat, 30 Apr 2016 10:33:42 -0400 (EDT) In-Reply-To: <834majp520.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 30 Apr 2016 17:03:19 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5658=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5658> : inlines <4747> : streams <1627766> : uri <2200344> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:203455 Archived-At: > One thing is clear: Emacs doesn't know that the resulting face is > bold-italic, because manually forcing the corresponding attributes to > be "normal"/"roman" doesn't fix this. (Specifying those attributes > explicitly was a solution I tried first, because it seems like > less ugly.) Even more puzzling. > I very much agree. Unfortunately, font selection logic is something I > have only a very vague idea about. It's non-trivial, indeed. Someone=E2=84=A2 will have to step through that = code at some point to figure out what's going on. Stefan