|
From: | Angelo Graziosi |
Subject: | Re: Emacs pretest 25.0.93 |
Date: | Wed, 27 Apr 2016 10:52:58 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 |
Eli Zaretskii wrote:
diff --git a/lisp/faces.el b/lisp/faces.el index 612bd16..3d3adaa 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2281,7 +2281,9 @@ fixed-pitch :group 'basic-faces) (defface variable-pitch - '((t :family "Sans Serif")) + '((((type w32)) + :font "-outline-Arial-normal-normal-normal-sans-*-*-*-*-p-*-iso8859-1") + (t :family "Sans Serif")) "The basic variable-pitch face." :group 'basic-faces
Your patch seems to work. Attached is the result. Angelo
Immagine.png
Description: PNG image
[Prev in Thread] | Current Thread | [Next in Thread] |