unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Axel Svensson <svenssonaxel@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 57072@debbugs.gnu.org
Subject: bug#57072: [BUG] update-glyphless-char-display and variation selectors
Date: Fri, 12 Aug 2022 09:57:32 +0200	[thread overview]
Message-ID: <CAJ40yawbTYaa++FpkKtqe0wU9EZKw_LHFJOk+=pXCUjM0=BxLw@mail.gmail.com> (raw)
In-Reply-To: <83h72indie.fsf@gnu.org>

> Or what am I missing?  IOW, to which part(s) of blocks.awk did you
> allude when you wrote "it currently handles only VS1 through VS16 and
> does so as if they were all for emoji use"?

I initially thought it was a mistake to exclude VS17 through VS256, but
now I believe it might be a mistake to include VS1 through VS14. I don't
understand the internals enough to be sure, but one possible fix could
be:

diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk
index 5f392b5ad3..c14fa09863 100755
--- a/admin/unidata/blocks.awk
+++ b/admin/unidata/blocks.awk
@@ -226,7 +226,7 @@ END {
     idx = 0
     # ## These are here so that font_range can choose Emoji presentation
     # ## for the preceding codepoint when it encounters a VS
-    override_start[idx] = "FE00"
+    override_start[idx] = "FE0E"
     override_end[idx] = "FE0F"

     for (k in override_start)
--





  reply	other threads:[~2022-08-12  7:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09  8:38 bug#57072: [BUG] update-glyphless-char-display and variation selectors Axel Svensson
2022-08-09  8:40 ` bug#57073: " Axel Svensson
2022-08-09 11:36 ` bug#57072: " Eli Zaretskii
2022-08-09 14:56   ` Axel Svensson
2022-08-09 16:23     ` Eli Zaretskii
2022-08-09 20:33       ` Axel Svensson
2022-08-10 13:10         ` Eli Zaretskii
2022-08-16 11:55           ` Robert Pluim
2022-08-16 12:01             ` Eli Zaretskii
2022-08-11 14:01     ` Eli Zaretskii
2022-08-11 14:58       ` Axel Svensson
2022-08-11 16:19         ` Eli Zaretskii
2022-08-12  3:33           ` Axel Svensson
2022-08-12  5:53             ` Eli Zaretskii
2022-08-12  6:50               ` Axel Svensson
2022-08-12  7:10                 ` Eli Zaretskii
2022-08-12  7:57                   ` Axel Svensson [this message]
2022-08-12 10:29                     ` Eli Zaretskii
2022-08-12 11:51                       ` Axel Svensson
2022-08-12 12:46                         ` Eli Zaretskii
2022-08-16  8:05                           ` Robert Pluim
2022-08-16 13:06                             ` Eli Zaretskii
2022-08-16 13:27                               ` Robert Pluim
2022-08-16 13:39                                 ` Axel Svensson
2022-08-16 14:48                                   ` Robert Pluim
2022-08-16 16:27                                     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ40yawbTYaa++FpkKtqe0wU9EZKw_LHFJOk+=pXCUjM0=BxLw@mail.gmail.com' \
    --to=svenssonaxel@gmail.com \
    --cc=57072@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).