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#43889: 28.0.50; [PATCH] Add new smiley-style emoji to Gnus Date: Sat, 10 Oct 2020 14:32:23 +0300 Message-ID: <83362m5naw.fsf@gnu.org> References: <87tuv3ry51.fsf@tullinup.koldfront.dk> <83lfge615e.fsf@gnu.org> <87pn5qgwrj.fsf@tullinup.koldfront.dk> 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="5408"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43889@debbugs.gnu.org To: Adam =?UTF-8?Q?Sj=C3=B8gren?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 10 13:33:14 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 1kRD7h-0001I9-Ex for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Oct 2020 13:33:13 +0200 Original-Received: from localhost ([::1]:43972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRD7g-0001vN-DZ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Oct 2020 07:33:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRD7W-0001uV-7e for bug-gnu-emacs@gnu.org; Sat, 10 Oct 2020 07:33:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53728) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRD7V-0005fr-UF for bug-gnu-emacs@gnu.org; Sat, 10 Oct 2020 07:33:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRD7V-0003Rm-Ri for bug-gnu-emacs@gnu.org; Sat, 10 Oct 2020 07:33: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: Sat, 10 Oct 2020 11:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43889 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 43889-submit@debbugs.gnu.org id=B43889.160232955412975 (code B ref 43889); Sat, 10 Oct 2020 11:33:01 +0000 Original-Received: (at 43889) by debbugs.gnu.org; 10 Oct 2020 11:32:34 +0000 Original-Received: from localhost ([127.0.0.1]:37041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRD74-0003N2-Bs for submit@debbugs.gnu.org; Sat, 10 Oct 2020 07:32:34 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRD70-0003Fy-A4 for 43889@debbugs.gnu.org; Sat, 10 Oct 2020 07:32:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35663) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRD6t-0005ef-Pq; Sat, 10 Oct 2020 07:32:23 -0400 Original-Received: from [176.228.60.248] (port=3034 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRD6t-00039s-5C; Sat, 10 Oct 2020 07:32:23 -0400 In-Reply-To: <87pn5qgwrj.fsf@tullinup.koldfront.dk> (message from Adam =?UTF-8?Q?Sj=C3=B8gren?= on Sat, 10 Oct 2020 13:12:32 +0200) 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:190210 Archived-At: > From: Adam Sjøgren > Cc: 43889@debbugs.gnu.org > Date: Sat, 10 Oct 2020 13:12:32 +0200 > > Eli writes: > > >> The new smiley-style called emoji takes advantage of the harfbuzz glyph > >> rendering to represent smileys as colorful unicode emoji rather than > >> images. > > > > It doesn't actually test for HarfBuzz availability, or did I miss > > that? > > It doesn't - you have to choose the style yourself, by customizing the > smiley-style variable. How about adding that: the font-backend frame parameter should tell you if HarfBuzz is available. > The patch does not change the default value of smiley-style, it just > adds yet another option for the user to choose. My point was to help the user in this matter, by using this only if available. > I could have presented it better: what I was trying to say is that now > that Emacs can present unicode emoji in colors (which I understand is > due to harfbuzz), this option can be a useful alternative to > representing smileys with color images, to achieve the desired effect. Perhaps when HarfBuzz is being used, it should be the default? I don't use Gnus, but maybe such a new default will make sense to Gnus users?