emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Better emoji support


From: Eli Zaretskii
Subject: Re: Better emoji support
Date: Sat, 18 Sep 2021 09:25:52 +0300

> From: Robert Pluim <rpluim@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
> Date: Fri, 17 Sep 2021 15:01:37 +0200
> 
> If youʼre not on a system with Noto Color Emoji installed, you'll need
> something like
> 
> (set-fontset-font t 'emoji
>                   '("Apple Color Emoji" . "iso10646-1") nil 'prepend)
> 
> or
> 
> (set-fontset-font t 'emoji
>                   '("Segoe Emoji UI" . "iso10646-1") nil 'prepend)
> 
> to get a nice font used for them.

The latter (for w32) should not be needed, since we nowadays have the
w32-find-non-USB-fonts function to do the job of finding fonts for
scripts for which Windows itself cannot do a good enough job.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]