unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emoji insert + display on Mac
@ 2021-10-19 20:15 Daniel Fleischer
  2021-10-21  8:56 ` Robert Pluim
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Fleischer @ 2021-10-19 20:15 UTC (permalink / raw)
  To: help-gnu-emacs

Hi, does anyone know how to insert and display emojis on Mac?

Tried using "emojify-mode" but I only see empty, blinking boxes.

Emacs 28.0.60.

-- 

Daniel Fleischer



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emoji insert + display on Mac
  2021-10-19 20:15 Emoji insert + display on Mac Daniel Fleischer
@ 2021-10-21  8:56 ` Robert Pluim
  2021-10-21  9:30   ` Daniel Fleischer
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Pluim @ 2021-10-21  8:56 UTC (permalink / raw)
  To: Daniel Fleischer; +Cc: help-gnu-emacs

>>>>> On Tue, 19 Oct 2021 23:15:01 +0300, Daniel Fleischer <danflscr@gmail.com> said:

    Daniel> Hi, does anyone know how to insert and display emojis on Mac?
    Daniel> Tried using "emojify-mode" but I only see empty, blinking boxes.

Emoji's are codepoints like any other. So C-x 8 RET will work for
them.

🙂

If you want them to look good, you'll need emacs-28 and to do
something like

    (set-fontset-font t 'emoji
                      '("Apple Color Emoji" . "iso10646-1") nil 'prepend)

Robert
-- 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emoji insert + display on Mac
  2021-10-21  8:56 ` Robert Pluim
@ 2021-10-21  9:30   ` Daniel Fleischer
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Fleischer @ 2021-10-21  9:30 UTC (permalink / raw)
  To: Robert Pluim; +Cc: help-gnu-emacs

Robert Pluim [2021-10-21 Thu 10:56] wrote:

> If you want them to look good, you'll need emacs-28 and to do
> something like
>
>     (set-fontset-font t 'emoji
>                       '("Apple Color Emoji" . "iso10646-1") nil 'prepend)

Thanks it did the job. 

-- 

Daniel Fleischer



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-21  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19 20:15 Emoji insert + display on Mac Daniel Fleischer
2021-10-21  8:56 ` Robert Pluim
2021-10-21  9:30   ` Daniel Fleischer

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).