unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: larsi@gnus.org,  juri@linkov.net,  emacs-devel@gnu.org
Subject: Re: master 371c4f642a 1/2: Add new commands to zoom emojis
Date: Mon, 04 Jul 2022 19:23:29 +0200	[thread overview]
Message-ID: <86zghog5bi.fsf@gnu.org> (raw)
In-Reply-To: <83o7y495dw.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 04 Jul 2022 20:03:55 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

> Works for me here.  Which font are you using for the "character at
> point"?

            character: 😀 (displayed as 😀) (codepoint 128512, #o373000, #x1f600)
              charset: unicode (Unicode (ISO10646))
code point in charset: 0x1F600
               script: emoji
               syntax: w 	which means: word
             category: .:Base
             to input: type "C-x 8 RET 1f600" or "C-x 8 RET GRINNING FACE"
          buffer code: #xF0 #x9F #x98 #x80
            file code: #xF0 #x9F #x98 #x80 (encoded by coding system utf-8-unix)
              display: by this font (glyph code):
    harfbuzz:-outline-Segoe UI Emoji-regular-normal-normal-sans-12-*-*-*-p-*-iso10646-1 (#x2DA0)

Character code properties: customize what to show
  name: GRINNING FACE
  general-category: So (Symbol, Other)
  decomposition: (128512) ('😀')

My config in .emacs is:

(set-fontset-font t 'emoji
                  (font-spec :family   "Segoe UI Emoji"
                             :registry "iso10646-1"
                             :size     9.3)
                  nil 'prepend)

Best, Arash



  reply	other threads:[~2022-07-04 17:23 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <165657886980.22137.11785189028438514501@vcs2.savannah.gnu.org>
     [not found] ` <20220630084754.DED31C016A1@vcs2.savannah.gnu.org>
2022-06-30  9:18   ` master 371c4f642a 1/2: Add new commands to zoom emojis Lars Ingebrigtsen
2022-06-30 14:59     ` [External] : " Drew Adams
2022-06-30 16:10     ` Juri Linkov
2022-07-01  9:15       ` Lars Ingebrigtsen
2022-07-01 15:36         ` Juri Linkov
2022-07-04 16:57         ` Arash Esbati
2022-07-04 17:03           ` Eli Zaretskii
2022-07-04 17:23             ` Arash Esbati [this message]
2022-07-04 17:40               ` Eli Zaretskii
2022-07-04 18:06                 ` Arash Esbati
2022-07-04 18:14                   ` Eli Zaretskii
2022-07-05  7:15                     ` Arash Esbati
2022-07-05 11:00                       ` Eli Zaretskii
2022-07-05 12:40                         ` Arash Esbati
2022-07-05 11:18                       ` Lars Ingebrigtsen
2022-07-05 11:35                         ` Eli Zaretskii
2022-07-05 12:34                           ` Arash Esbati
2022-07-05 12:58                             ` Eli Zaretskii
2022-07-05 12:55                       ` Visuwesh
2022-07-05 18:23                         ` Arash Esbati
2022-07-07  9:42                           ` Arash Esbati
2022-07-07 10:50                             ` Eli Zaretskii
2022-07-10  8:35                             ` Eli Zaretskii
2022-07-10 17:01                               ` Arash Esbati
2022-07-10 17:09                                 ` 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=86zghog5bi.fsf@gnu.org \
    --to=arash@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=juri@linkov.net \
    --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 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).