From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emojis not colored Date: Sun, 14 Nov 2021 17:25:09 +0200 Message-ID: <831r3ivjxm.fsf@gnu.org> References: <87ilwuepz1.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21815"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 14 16:26:02 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmHOL-0005Sf-M8 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Nov 2021 16:26:01 +0100 Original-Received: from localhost ([::1]:39318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmHOK-0001e1-KG for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Nov 2021 10:26:00 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57184) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmHNi-0001dt-VF for help-gnu-emacs@gnu.org; Sun, 14 Nov 2021 10:25:22 -0500 Original-Received: from [2001:470:142:3::e] (port=56218 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmHNi-0003bG-Mm for help-gnu-emacs@gnu.org; Sun, 14 Nov 2021 10:25:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=vNEkvVwjaUhAsU72i0t03yQi7TNJN+weydDaVt08dmo=; b=ejOQwCYMJMFJkYbXvpch KzKLyaGb9V4kLBGPeyDhhh2Pa/pNaXdEdqUYYe04SqjDTRqvrUdqd9ucP46PRgQec1ldW/xx5mqDZ RwMIXWjdRXvSVVB5YL18BG9oS03AzfSvc2wtDN4Jz7bYltIqOeUcDoVFU0Vz5JERyLQ3m2L35UQtB pACRH5hx6gxZnkrd212Esiy539st/h0vyM/fw8ZLPRhBMrChmVNfbFK9uSfyr0u/gDHhEP7FVfx6g VbDxzYWAmqG3I9+qc97RH8oUnYky4WogM2/Ub+ZpViYib2JceAv2Z/q4lzE5zxGR/4A/oooRFfjwE RTRRFTKTgDdabg==; Original-Received: from [87.69.77.57] (port=2934 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmHNi-0000ME-Ad for help-gnu-emacs@gnu.org; Sun, 14 Nov 2021 10:25:22 -0500 In-Reply-To: <87ilwuepz1.fsf@yandex.com> (message from Colin Baxter =?utf-8?Q?=F0=9F=98=BA?= on Sun, 14 Nov 2021 15:06:42 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134585 Archived-At: > From: Colin Baxter 😺 > Date: Sun, 14 Nov 2021 15:06:42 +0000 > > If I open emacs-29 by doing "emacs -Q " and use "M-x emoji-list > " then I see emojis but only as black-and-white. I do not see > colored emojis at all. I have used > > (set-fontset-font t 'emoji > '("Noto Color Emoji" . "iso10646-1") nil 'prepend) > > and variations but to no avail. Does Emacs indeed use Noto Color Emoji for the Emoji codepoints? Use "C-u C-x =" to tell. > I suspect that although I have ~/.fonts/NotoColorEmoji.ttf I am missing > the actual colored "items". I do not know what these "items" are - emacs > emojify uses png files - perhaps I need these too for the new emacs > emoji ability. My question is therefore how I generate - or get - > colored emojis from NotoColorEmoji.ttf? You shouldn't need to do anything. You should only make sure your Emacs is built with Cairo and HarfBuzz, and then it should "just work".