unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Bob Rogers <rogers@rgrjr.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Uwe Brauer <oub@mat.ucm.es>, emacs-devel@gnu.org
Subject: Re: has the emoji support been enhanced on master?
Date: Sun, 12 Feb 2023 12:19:43 -0800	[thread overview]
Message-ID: <25577.18911.427878.971407@orion.rgrjr.com> (raw)
In-Reply-To: <83lel3ggsn.fsf@gnu.org>

   From: Eli Zaretskii <eliz@gnu.org>
   Date: Sun, 12 Feb 2023 15:22:00 +0200

   > From: Uwe Brauer <oub@mat.ucm.es>
   > 
   > "ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSELINUX LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS X11 XAW3D XDBE XIM XPM LUCID ZLIB"

   So what you have is a Cairo build with HarfBuzz, so it should support
   color Emoji display.  It sounds like the font configuration is the
   issue.

I also have Cairo and HarfBuzz, and the identical installed
NotoColorEmoji.ttf as Werner on 15.4 (not surprising, as it must be from
the same RPM.)  A diff of the describe-char from Werner's emacs and mine
is appended.  I note that auto-composition-mode is enabled in my
configuration -- and that "emacs -Q" does not display *either* of the
two emojis in Uwe's original post.  Is there other reason composition
might be disabled or broken for me?

					-- Bob

------------------------------------------------------------------------
rogers@orion> diff -u describe-char-werner.text describe-char-rgr.text 
--- describe-char-werner.text	2023-02-12 12:04:01.433510738 -0800
+++ describe-char-rgr.text	2023-02-12 12:03:41.045360669 -0800
@@ -1,4 +1,4 @@
-             position: 4887 of 5275 (93%), column: 29
+             position: 330 of 718 (46%), column: 29
             character: 🤷 (displayed as 🤷) (codepoint 129335, #o374467, #x1f937)
               charset: unicode (Unicode (ISO10646))
 code point in charset: 0x1F937
@@ -7,6 +7,10 @@
              category: .:Base
              to input: type "C-x 8 RET 1f937" or "C-x 8 RET SHRUG"
           buffer code: #xF0 #x9F #xA4 #xB7
-            file code: not encodable by coding system ctext-unix
-              display: composed to form "🤷‍♂️" (see below)
-     composition name: man shrugging
+            file code: #xF0 #x9F #xA4 #xB7 (encoded by coding system utf-8-unix)
+              display: no font available
+
+Character code properties: customize what to show
+  name: SHRUG
+  general-category: So (Symbol, Other)
+  decomposition: (129335) ('🤷')
rogers@orion> 



  reply	other threads:[~2023-02-12 20:19 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-11 14:39 has the emoji support been enhanced on master? Uwe Brauer
2023-02-11 15:31 ` Eli Zaretskii
2023-02-11 16:13   ` Uwe Brauer
2023-02-11 16:32     ` Eli Zaretskii
2023-02-11 17:06       ` Uwe Brauer
2023-02-11 17:13         ` Eli Zaretskii
2023-02-11 17:26           ` Uwe Brauer
2023-02-11 17:40             ` Eli Zaretskii
2023-02-11 19:17               ` Uwe Brauer
2023-02-11 19:21                 ` Eli Zaretskii
2023-02-11 19:38                   ` Uwe Brauer
2023-02-11 19:41                     ` Eli Zaretskii
2023-02-11 20:46                       ` Bob Rogers
2023-02-12  7:45                         ` Uwe Brauer
2023-02-12  8:05                           ` Eli Zaretskii
2023-02-12  9:26                             ` Uwe Brauer
2023-02-12 11:53                               ` Eli Zaretskii
2023-02-12 13:10                                 ` Uwe Brauer
2023-02-12 13:22                                   ` Eli Zaretskii
2023-02-12 20:19                                     ` Bob Rogers [this message]
2023-02-12 20:22                                       ` Eli Zaretskii
2023-02-12 20:44                                         ` Bob Rogers
2023-02-12  8:32                           ` Werner LEMBERG
2023-02-12  9:33                             ` Uwe Brauer
2023-02-12  9:59                               ` Werner LEMBERG
2023-02-12 10:34                                 ` Uwe Brauer
2023-02-12 12:14                                   ` Werner LEMBERG
2023-02-12 13:10                                     ` Uwe Brauer
2023-02-12 10:36                             ` Po Lu
2023-02-12 14:43                               ` Werner LEMBERG
2023-02-12 15:37                                 ` Po Lu
2023-02-12 16:56                               ` Benjamin Riefenstahl
2023-02-13  2:32                                 ` Po Lu
2023-02-13 14:25                                   ` Benjamin Riefenstahl
2023-02-13 15:08                                     ` Po Lu
2023-02-13 18:21                                       ` Benjamin Riefenstahl
2023-02-11 20:30                 ` Tim Cross

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=25577.18911.427878.971407@orion.rgrjr.com \
    --to=rogers@rgrjr.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=oub@mat.ucm.es \
    /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).