diff options
| -rw-r--r-- | itches/emacs/emoji.org | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/itches/emacs/emoji.org b/itches/emacs/emoji.org index d38066f..7b39eb4 100644 --- a/itches/emacs/emoji.org +++ b/itches/emacs/emoji.org @@ -2,11 +2,9 @@ Support for color fonts [[https://lists.gnu.org/archive/html/emacs-devel/2019-04 Remaining issues: * DONE Fix font-hinting =--with-cairo= - Bug#35781 fixed by Yamamoto Mitsuharu. -* TODO Check whether combining sequences work - +* DONE Check whether combining sequences work For example: regional flags, ZWJ sequences from - ZWJ sequences from @@ -15,7 +13,10 @@ For example: regional flags, ZWJ sequences from - 🐕🦺 - regional indicators: 🇪🇺, 🇫🇷 -* DONE Add a convenient way to set a font for all emojis +Implemented by Robert Pluim in Emacs 28 🫡. +* DONE Add a convenient way to set a font for all emojis Robert Pluim added an =emoji= script that can be used with ~set-fontset-font~ in Emacs 28. + +* TODO Handle variation selectors |
