emacs-devel
[Top][All Lists]
Advanced

[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 09:48:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> -  '((t :family "Sans Serif"))
> +  '((((type w32))
> +     ;; This is a kludgey workaround for an issue discussed in
> +     ;; http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00746.html.
> +     :font "-outline-Arial-normal-normal-normal-sans-*-*-*-*-p-*-iso8859-1")
> +    (t :family "Sans Serif"))

This is really curious.  Why does Emacs pick a bold-italic face when we
don't specify bold (nor italic)?

I understand that the above defface doesn't explicitly specify ":slanted
nil", but it's still very puzzling.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]