[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] emacs-25 1c58fa1: Fix variable-pitch font on MS-Window
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] emacs-25 1c58fa1: Fix variable-pitch font on MS-Windows |
Date: |
Sat, 30 Apr 2016 10:33:42 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> 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⢠will have to step through that code
at some point to figure out what's going on.
Stefan