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: Robert Pluim
Subject: Re: emacs-27 60c84ad: ; * etc/TODO: Fix last change.
Date: Tue, 03 Mar 2020 13:51:14 +0100

>>>>> On Mon, 02 Mar 2020 21:55:32 +0100, Robert Pluim <address@hidden> said:
    Robert> One thing we could do with emoji-data.txt is extract which 
codepoints
    Robert> are emoji and use that to set up the fontsets appropriately.

That looks easy enough. Of course the fontsets end up not being used
for certain codepoints because of use-default-font-for-symbols
defaulting to t.

What should be done here? Create another char table analagous to
char-script-table, add all the emojis from emoji-data.txt to it, and
check whether the char is in that table in fontset.c:face_for_char?

Robert



reply via email to

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