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.bugs Subject: bug#43058: 27.1; Support for other colour font formats Date: Wed, 26 Aug 2020 15:33:44 +0300 Message-ID: <83v9h537tj.fsf@gnu.org> References: 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="23365"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43058@debbugs.gnu.org To: Peter Oliver Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 26 14:35:09 2020 Return-path: Envelope-to: geb-bug-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 1kAudx-0005xa-1H for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Aug 2020 14:35:09 +0200 Original-Received: from localhost ([::1]:48864 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAudw-0007IH-2v for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Aug 2020 08:35:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAudq-0007Hz-8f for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 08:35:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54340) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kAudp-0006L5-Vw for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 08:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kAudp-0004FB-Tc for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 08:35:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Aug 2020 12:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43058 X-GNU-PR-Package: emacs Original-Received: via spool by 43058-submit@debbugs.gnu.org id=B43058.159844524516225 (code B ref 43058); Wed, 26 Aug 2020 12:35:01 +0000 Original-Received: (at 43058) by debbugs.gnu.org; 26 Aug 2020 12:34:05 +0000 Original-Received: from localhost ([127.0.0.1]:37653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAucv-0004Dd-IU for submit@debbugs.gnu.org; Wed, 26 Aug 2020 08:34:05 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAuct-0004D2-RZ for 43058@debbugs.gnu.org; Wed, 26 Aug 2020 08:34:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59171) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAuco-0006Dd-Gx; Wed, 26 Aug 2020 08:33:58 -0400 Original-Received: from [176.228.60.248] (port=4452 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kAucn-0005JV-RK; Wed, 26 Aug 2020 08:33:58 -0400 In-Reply-To: (message from Peter Oliver on Wed, 26 Aug 2020 13:24:05 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:186429 Archived-At: > From: Peter Oliver > Date: Wed, 26 Aug 2020 13:24:05 +0100 > > The NEWS file for Emacs 27.1 says: > “Multicolor fonts such as "Noto Color Emoji" can be displayed on > Emacs configured with Cairo drawing and linked with cairo >= 1.16.0.” > I would submit a patch to change this to mention that only CBDT is currently supported, but I’m not sure if that’s true on, e.g., Windows or MacOS. AFAIK, we support whatever Cairo supports, so stating the limitation in our NEWS would be unwise, I think, because Cairo is also being developed, and so such statements could become inaccurate outside of our control.