[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set-fontset-font do not work again.
From: |
Eli Zaretskii |
Subject: |
Re: set-fontset-font do not work again. |
Date: |
Mon, 08 Nov 2021 05:30:34 +0200 |
> Date: Mon, 8 Nov 2021 10:06:37 +0800 (CST)
> From: tumashu <tumashu@163.com>
>
> I have found that the below code does not work in emacs-29 git, any
> suggestion? thanks.
>
> ;; 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 16)))
"Does not work" in what sense? What happens if you execute this code?
- set-fontset-font do not work again., tumashu, 2021/11/07
- Re: set-fontset-font do not work again.,
Eli Zaretskii <=
- Re:Re: set-fontset-font do not work again., tumashu, 2021/11/07
- Re: set-fontset-font do not work again., Eli Zaretskii, 2021/11/08
- Re:Re: set-fontset-font do not work again., tumashu, 2021/11/08
- Re: set-fontset-font do not work again., Yuan Fu, 2021/11/08
- Re: set-fontset-font do not work again., Lars Ingebrigtsen, 2021/11/08
- Re:Re: set-fontset-font do not work again., tumashu, 2021/11/09
- Re: set-fontset-font do not work again., Lars Ingebrigtsen, 2021/11/09
- Re: set-fontset-font do not work again., Eli Zaretskii, 2021/11/09
- Re: set-fontset-font do not work again., Lars Ingebrigtsen, 2021/11/09
- Re: set-fontset-font do not work again., Eli Zaretskii, 2021/11/09