emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.


From: Eli Zaretskii
Subject: Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.
Date: Thu, 05 Mar 2020 16:59:46 +0200

> From: Robert Pluim <address@hidden>
> Cc: address@hidden,  address@hidden
> Date: Thu, 05 Mar 2020 15:46:34 +0100
> 
> Of course, we could just decide a bunch of ranges from Block.txt
> that we want to treat as emoji, and hardcode that.

I think that is preferable.  But I think we should pick up block
names, not codepoint ranges.  I think I posted those ranges a while
back.

Thanks.

> (defun emoji-fontset-setup-default-fontset (&optional fname)
>   (let ((font (or fname) "Noto Color Emoji"))
>     (dolist (elt emoji-codepoint-list)
>       (set-fontset-font "fontset-default" elt
>                         font nil 'prepend))))

I think we should just produce the definition of the 'emoji' script in
charscript.el, and then modify fontset.el to use Not Color Emoji for
that script.



reply via email to

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