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.devel Subject: Re: Better emoji support Date: Mon, 12 Jul 2021 18:59:43 +0300 Message-ID: <83mtqra5g0.fsf@gnu.org> References: <834kd2cypw.fsf@gnu.org> <87zguuttbm.fsf@gmail.com> <8335smcxx6.fsf@gnu.org> <87v95itsc4.fsf@gmail.com> <831r86cxdy.fsf@gnu.org> <87r1g4szqp.fsf@gmail.com> <87mtqrtysx.fsf@gmail.com> <87im1ftud9.fsf@gmail.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="23849"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 12 18:05:03 2021 Return-path: Envelope-to: ged-emacs-devel@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 1m2yQY-0005wv-BW for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Jul 2021 18:05:02 +0200 Original-Received: from localhost ([::1]:59968 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m2yQX-0000c5-56 for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Jul 2021 12:05:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35472) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m2yLW-0001Iw-S2 for emacs-devel@gnu.org; Mon, 12 Jul 2021 11:59:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56768) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m2yLW-0007Nl-1U; Mon, 12 Jul 2021 11:59:50 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3948 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 1m2yLV-0003Vx-Jp; Mon, 12 Jul 2021 11:59:49 -0400 In-Reply-To: <87im1ftud9.fsf@gmail.com> (message from Robert Pluim on Mon, 12 Jul 2021 17:38:42 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:271187 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Mon, 12 Jul 2021 17:38:42 +0200 > > Having re-read relevant parts if tr51, I misunderstood this > part. Everything with the Emoji property is an emoji, and should be > displayed as such. The Emoji_Presentation property is about whether to > use the Text or Emoji presentation by default, not the emoji-ness Right, that's my recollection as well. > So I can base it off the 'Emoji' property. Based on some quick > testing, emoji fonts donʼt have glyphs for those few emoji codepoints > that are ASCII, so I propose not treating those as emoji. Agreed. Thanks.