all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Howard Melman <hmelman@gmail.com>
Cc: larsi@gnus.org, alan@idiocy.org, 54970@debbugs.gnu.org
Subject: bug#54970: 28.1; Some emoji no longer display
Date: Sat, 16 Apr 2022 21:26:03 +0300	[thread overview]
Message-ID: <83o810zxz8.fsf@gnu.org> (raw)
In-Reply-To: <7F25712C-DDA8-4BB1-951A-B3445C35834F@gmail.com> (message from Howard Melman on Sat, 16 Apr 2022 13:17:45 -0400)

> From: Howard Melman <hmelman@gmail.com>
> Date: Sat, 16 Apr 2022 13:17:45 -0400
> Cc: Alan Third <alan@idiocy.org>,
>  Lars Ingebrigtsen <larsi@gnus.org>,
>  54970@debbugs.gnu.org
> 
> 
> 
> > On Apr 16, 2022, at 12:42 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > 
> >> From: Howard Melman <hmelman@gmail.com>
> >> Date: Sat, 16 Apr 2022 12:21:20 -0400
> >> Cc: Lars Ingebrigtsen <larsi@gnus.org>, 54970@debbugs.gnu.org
> >> 
> >>>   (set-fontset-font t 'symbol "Apple Color Emoji")
> >>> 
> >>> Please let us know if that makes any difference.
> >> 
> >> As I said in my initial report, that (or something similar) did solve it for me.
> >> 
> >> But the NEWS report said to do this:
> >> 
> >>    (set-fontset-font t 'emoji
> >>                      '("My New Emoji Font" . "iso10646-1") nil 'prepend)
> >> 
> >> Which did not work for me, but this did:
> >> 
> >>    (set-fontset-font t 'symbol
> >>                     '("Apple Color Emoji" . "iso10646-1") nil 'prepend)
> > 
> > That's because we don't want to advertise the (non-free) Apple font.
> 
> That's fine, but the first is for the script symbol 'emoji and the second
> is for the script symbol 'symbol and using the first with the Apple font
> didn't work.

Which is how it should be, AFAIU.  That character is not in the
Unicode Emoji sequences database.

> >> I'm not clear about what the iso10646-1 part does or if it's needed.  
> > 
> > It makes the setting work more reliably in this case.
> 
> Not in my experience :) What I'm not clear about is why the registry
> "iso10646-1" is needed if I'm specifying a script for emoji which I think
> is always unicode.

Nobody knows.  You are welcome to read the font-related code in Emacs,
and if you figure that out, please be sure to tell us.





  reply	other threads:[~2022-04-16 18:26 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16 13:07 bug#54970: 28.1; Some emoji no longer display Howard Melman
2022-04-16 14:18 ` Lars Ingebrigtsen
2022-04-16 14:55   ` Lars Ingebrigtsen
2022-04-16 15:27     ` Howard Melman
2022-04-16 16:02       ` Alan Third
2022-04-16 16:21         ` Howard Melman
2022-04-16 16:42           ` Eli Zaretskii
2022-04-16 17:17             ` Howard Melman
2022-04-16 18:26               ` Eli Zaretskii [this message]
2022-04-16 19:19                 ` Howard Melman
2022-04-16 19:22                   ` Eli Zaretskii
2022-04-16 20:07                     ` Howard Melman
2022-04-17  5:53                       ` Eli Zaretskii
2022-04-17 13:34                         ` Robert Pluim
2022-04-17 14:35                           ` Howard Melman
2022-04-17 15:14                             ` Robert Pluim
2022-04-17 18:44                               ` Howard Melman
2022-04-17 18:49                                 ` Lars Ingebrigtsen
2022-04-17 18:56                                   ` Howard Melman
2022-04-17 18:58                                 ` Eli Zaretskii
2022-04-17 19:40                                   ` Howard Melman
2022-04-17 22:03                           ` Howard Melman
2022-04-18  5:12                             ` Eli Zaretskii
     [not found]                               ` <0AC9BAB0-35AA-4088-BEEB-66D5B0459FC2@gmail.com>
2022-04-18 13:19                                 ` Howard Melman
2022-04-22 21:56                                   ` Howard Melman
2022-04-23  7:51                                     ` Eli Zaretskii
2022-04-23 16:35                                       ` Howard Melman
2022-04-23 16:58                                         ` Eli Zaretskii
2022-04-23 17:22                                           ` Howard Melman
2022-04-23 17:46                                             ` Eli Zaretskii
2022-04-23 19:12                                               ` Howard Melman
2022-04-23  9:46                                     ` Eli Zaretskii
2022-04-17 14:35                         ` Howard Melman
2022-04-17 14:44                           ` Eli Zaretskii
2022-04-17 14:50                             ` Howard Melman
2022-04-17 15:50                               ` Eli Zaretskii
2022-04-17 15:54                                 ` Howard Melman
2022-04-17 16:17                                   ` Eli Zaretskii
2022-04-17 16:48                                     ` Howard Melman
2022-04-17 18:00                                       ` Eli Zaretskii
2022-04-17 18:09                                         ` Howard Melman
2022-04-17 18:27                                           ` Lars Ingebrigtsen
2022-04-17 18:36                                             ` Eli Zaretskii
2022-04-17 18:45                                               ` Lars Ingebrigtsen
2022-04-17 18:54                                                 ` Howard Melman
2022-04-17 18:58                                                 ` Eli Zaretskii
2022-04-17 19:27                                                   ` Alan Third
2022-04-17 19:47                                                     ` Alan Third
2022-04-17 20:34                                                       ` Alan Third
2022-04-17 21:05                                                         ` Howard Melman
2022-04-18  4:29                                                         ` Eli Zaretskii
2022-04-18 13:19                                                           ` Alan Third
2022-04-18 14:23                                                             ` Eli Zaretskii
2022-04-18 19:28                                                               ` Alan Third
2022-04-19  1:04                                                                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-04-19  3:51                                                                   ` Alan Third
2022-04-17 18:34                                           ` Eli Zaretskii
2022-04-17 18:46                                             ` Howard Melman
2022-04-17 19:00                                               ` Eli Zaretskii
2022-04-17 19:47                                                 ` Howard Melman

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

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

  git send-email \
    --in-reply-to=83o810zxz8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=54970@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=hmelman@gmail.com \
    --cc=larsi@gnus.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.