1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Support unqualified keycap emoji

* admin/unidata/emoji-zwj.awk: Add U+20E3 as a trigger codepoint
so that U+0023 U+20E3 and similar are displayed using the emoji
font.
This commit is contained in:
Robert Pluim 2025-11-13 15:12:20 +01:00
parent ff2383a00f
commit a0c69d3d44

View file

@ -67,7 +67,7 @@ END {
# The following codepoints are not emoji, but they are part of
# emoji sequences. We have code in font.c:font_range that will
# try to display them with the emoji font anyway.
# try to display those sequences with the emoji font anyway.
trigger_codepoints[1] = "261D"
trigger_codepoints[2] = "26F9"
@ -82,6 +82,7 @@ END {
trigger_codepoints[11] = "1F574"
trigger_codepoints[12] = "1F575"
trigger_codepoints[13] = "1F590"
trigger_codepoints[14] = "20E3"
print "(setq auto-composition-emoji-eligible-codepoints"
print "'("