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 20:53:53 +0200 Message-ID: <83fsrytvpa.fsf@gnu.org> References: <87ilwuepz1.fsf@yandex.com> <831r3ivjxm.fsf@gnu.org> <87ee7iel4v.fsf@yandex.com> <87a6i6eh07.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="30870"; 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 19:54:27 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 1mmKe3-0007qC-Dk for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Nov 2021 19:54:27 +0100 Original-Received: from localhost ([::1]:41598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmKe2-0007qr-7z for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Nov 2021 13:54:26 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmKdi-0007qU-4I for help-gnu-emacs@gnu.org; Sun, 14 Nov 2021 13:54:06 -0500 Original-Received: from [2001:470:142:3::e] (port=34568 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 1mmKdh-0003Tw-Ph for help-gnu-emacs@gnu.org; Sun, 14 Nov 2021 13:54:05 -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=KgNRzdpEBD/vkeA5sgJUgq6+MrkciNOyD2FaP8sxcy4=; b=c9pMutdg8On6U1O3rfem L1rIJ2BeTbDlM5ecd1U+HxRDUeM4HqrTzvUhem7BIII6m+qDpzi5J4EyDRyBKQslQywDVBxfWG5zu acKbm8UsVy0gRJEbWWBKlqrGeZaC4YL3X8byUSnURDOvmUYsdeQrFJWdVIQivCT1KVksvwKsTthPe tIMZkpdMYV1nu4PBHlg1CElcKU7KiSzsoAkdyPYjVAuU8XAfevDhPKEmItvEn2rlZi8G3HHMvjIuM KTGNljcNo8PWwVSmQ0E+AkQcNSnxfdH28LDpdBQNce7xT4+TfGF55UBCHaAFKD4wuChH97GoGRGnn yXOLwPB9J7Z1yg==; Original-Received: from [87.69.77.57] (port=4066 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 1mmKdh-0000wx-5z for help-gnu-emacs@gnu.org; Sun, 14 Nov 2021 13:54:05 -0500 In-Reply-To: <87a6i6eh07.fsf@yandex.com> (message from Colin Baxter =?utf-8?Q?=F0=9F=98=BA?= on Sun, 14 Nov 2021 18:20:24 +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:134589 Archived-At: > From: Colin Baxter 😺 > Cc: help-gnu-emacs@gnu.org > Cc: > Date: Sun, 14 Nov 2021 18:20:24 +0000 > > I can get emojis with Segoe ui emoji using > > (set-fontset-font t 'emoji > '("Segoe ui emoji" . "iso10646-1") nil 'prepend) > > and C-u C-x = confirms that its -microsoft-Segoe UI Emoji-regular. The > emojis are not colored. On what OS is that?