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

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

bug#51704: 29.0.50; set-fontset-font do not work well with :weight 'norm


From: Lars Ingebrigtsen
Subject: bug#51704: 29.0.50; set-fontset-font do not work well with :weight 'normal of font-spec
Date: Fri, 12 Nov 2021 07:35:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

tumashu <tumashu@163.com> writes:

> The below code does not work.
>
> ;; This is a test
> ;; 这是一个测试
> (dolist (charset '(kana han symbol cjk-misc bopomofo))
>   (set-fontset-font
>    t
>    charset
>    (font-spec :name "Microsoft Yahei"
>               :weight 'normal
>               :slant 'normal
>               :size 20)))
>
> when I remove :weight 'normal, it works again, I have tested, it relate
> to commit:

I've now fixed up another bug in this area -- could you build Emacs
again (from master) and check whether it fixes this issue, too?  (I'd
say it's a 50/50 chance.  😀)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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