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

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

bug#33019: 26.1; can not set fontset as frame font by set-frame-font


From: Lars Ingebrigtsen
Subject: bug#33019: 26.1; can not set fontset as frame font by set-frame-font
Date: Mon, 21 Feb 2022 15:57:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

ynyaaa@gmail.com writes:

> Evaluating the form below, five U+4E00s are inserted with same glyphs.
> C-u C-x = on each character shows the same information.
>
>>              display: by this font (glyph code)
>>    uniscribe:-outline-Noto Sans CJK JP
>> Regular-normal-normal-normal-sans-17-*-*-*-p-*-iso8859-1 (#x2667)
>
> (let ((prefix "-outline-Noto Serif CJK 
> JP-normal-normal-normal-serif-*-*-*-*-p-*-"))
>   (set-frame-font "Noto Mono")
>   (set-fontset-font "fontset-default" '(#x4E00 . #x9FFF)
>                     "Noto Sans CJK JP Regular")
>   (insert "\x4E00"
>           (propertize "\x4E00" 'face '(:family "Noto Serif CJK JP"))
>           (propertize "\x4E00" 'face '(:font "Noto Serif CJK JP"))
>           (propertize "\x4E00" 'face (list :font (concat prefix 
> "iso10646-1")))
>           (propertize "\x4E00" 'face (list :font (concat prefix 
> "jisx0208-sjis")))
>           ))

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

Trying this in Emacs 29, I get a different font on the second char:

PNG image

But I'm not sure I understand this bug report fully.  Are you still
seeing this problem in recent Emacs versions?

-- 
(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]