all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.