all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* set-fontset-font do not work again.
@ 2021-11-08  2:06 tumashu
  2021-11-08  3:30 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: tumashu @ 2021-11-08  2:06 UTC (permalink / raw)
  To: emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

Hello:


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)))


[-- Attachment #2: Type: text/html, Size: 845 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-11-09 23:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08  2:06 set-fontset-font do not work again tumashu
2021-11-08  3:30 ` Eli Zaretskii
2021-11-08  3:33   ` tumashu
2021-11-08 12:59     ` Eli Zaretskii
2021-11-09  0:39       ` tumashu
2021-11-09  3:12         ` Yuan Fu
2021-11-09  3:22           ` Lars Ingebrigtsen
2021-11-09  5:35             ` tumashu
2021-11-09  6:28               ` Lars Ingebrigtsen
2021-11-09 12:36             ` Eli Zaretskii
2021-11-09 23:40               ` Lars Ingebrigtsen
2021-11-09 12:35           ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.