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: Thu, 05 Mar 2020 16:11:16 +0100

>>>>> On Thu, 05 Mar 2020 16:59:46 +0200, Eli Zaretskii <address@hidden> said:

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

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

OK, thatʼs just a modification of blocks.awk

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

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

OK. So basically weʼre inventing an 'emoji' script that has little to
do with Unicode's idea of emoji.

Robert



reply via email to

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