emacs-devel
[Top][All Lists]
Advanced

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

Re: Better emoji support


From: Robert Pluim
Subject: Re: Better emoji support
Date: Sat, 10 Jul 2021 11:45:47 +0200

>>>>> On Sat, 10 Jul 2021 12:37:09 +0300, Eli Zaretskii <eliz@gnu.org> said:

    Eli> I thought we also decided to introduce a new script, 'emoji', to make
    Eli> the fontset definition and customizations easier.  Was I dreaming?
    Eli> Because I cannot seem to be able to find that part in the patches
    Eli> posted to those two threads.

My version has the following. If more is needed tell me. Iʼve attached
the latest version.

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 3deaff9677..6cd95af76f 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -272,7 +272,8 @@ font-encoding-charset-alist
         (indic-siyaq-number #x1ec71)
         (ottoman-siyaq-number #x1ed01)
        (mahjong-tile #x1F000)
-       (domino-tile #x1F030)))
+       (domino-tile #x1F030)
+        (emoji #x1F300 #x1F600 #xFE0F)))
 
 (defvar otf-script-alist)
 
@@ -763,7 +764,8 @@ setup-default-fontset
                    counting-rod-numeral
                    adlam
                    mahjong-tile
-                   domino-tile))
+                   domino-tile
+                    emoji))
     (set-fontset-font "fontset-default"
                      script (font-spec :registry "iso10646-1" :script script)
                      nil 'append))

Robert
-- 

Attachment: 0001-emoji-using-blocks.txt.patch
Description: Text Data


reply via email to

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