help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to enforce unicode font for all charsets?


From: Robert Pluim
Subject: Re: How to enforce unicode font for all charsets?
Date: Sat, 14 Mar 2020 17:07:02 +0100

>>>>> On Fri, 13 Mar 2020 21:44:45 +0200, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Robert Pluim <rpluim@gmail.com>
    >> Cc: help-gnu-emacs@gnu.org
    >> Date: Fri, 13 Mar 2020 17:22:57 +0100
    >> 
    >> I can reproduce this with a Cairo+HarfBuzz build. Iʼm guessing itʼs
    >> because of font-encoding-alist.

    Eli> Please tell more.  My system has the same font-encoding-alist, so
    Eli> there must be some other factor at works that prevents me from seeing
    Eli> the issue.

The following makes the issue go away, so you maybe don't have any fonts
that match 'microsoft-cp1251'. Iʼm not entirely clear where
font-encoding-alist is applied.

diff --git i/lisp/international/fontset.el w/lisp/international/fontset.el
index 529c7bb88b..3d85d578c0 100644
--- i/lisp/international/fontset.el
+++ w/lisp/international/fontset.el
@@ -80,7 +80,7 @@
        ("big5" . big5)
        ("viscii" . viscii)
        ("tis620" . tis620-2533)
-       ("microsoft-cp1251" . windows-1251)
+;      ("microsoft-cp1251" . windows-1251)
        ("koi8-r" . koi8-r)
        ("jisx0213.2000-1" . japanese-jisx0213-1)
        ("jisx0213.2000-2" . japanese-jisx0213-2)



reply via email to

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