From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#51741: 29.0.50; Include following emojis Date: Sun, 14 Nov 2021 00:09:37 +0300 Message-ID: References: <86k0hg8wa4.fsf@protected.rcdrun.com> <87o86sqy7j.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="8270"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0.7+183 (3d24855) (2021-05-28) Cc: 51741@debbugs.gnu.org To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 13 22:14:17 2021 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 1mm0Lp-00021C-Kj for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 13 Nov 2021 22:14:17 +0100 Original-Received: from localhost ([::1]:42216 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm0Ln-0004Tx-Kz for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 13 Nov 2021 16:14:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm0La-0004LB-CW for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 16:14:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36757) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm0La-0007dy-3y for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 16:14:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm0La-0003Fq-07 for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 16:14:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 Nov 2021 21:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51741 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 51741-submit@debbugs.gnu.org id=B51741.163683798112419 (code B ref 51741); Sat, 13 Nov 2021 21:14:01 +0000 Original-Received: (at 51741) by debbugs.gnu.org; 13 Nov 2021 21:13:01 +0000 Original-Received: from localhost ([127.0.0.1]:48303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm0Kb-0003EC-GD for submit@debbugs.gnu.org; Sat, 13 Nov 2021 16:13:01 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:48755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm0Ka-0003Dw-Na for 51741@debbugs.gnu.org; Sat, 13 Nov 2021 16:13:01 -0500 Original-Received: from localhost ([::ffff:41.75.188.219]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000031EBD.0000000061902A56.00003787; Sat, 13 Nov 2021 14:12:54 -0700 Content-Disposition: inline In-Reply-To: <87o86sqy7j.fsf@gmail.com> 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:219839 Archived-At: * Kévin Le Gouguec [2021-11-10 10:14]: > Jean Louis writes: > > > 🗒 - which I use for notes > > 🗄 - which I use for archive or files > > ℹ - it should be of same width as emoji, included in emoji > > ⚠ - it should be of same width as emoji, included > > ✍ - for writing > > AFAICT Unicode says that those codepoints have Emoji_Presentation=No, > which means that applications should prefer a "text presentation", > i.e. in Emacs, a non-color font, *unless* you append U+FE0F VARIATION > SELECTOR-16 to these characters. > > See https://unicode.org/reports/tr51/#Emoji_Presentation for reference. > > Just C-x 8 RET FE0F after those characters, and Emacs (starting with > version 28) will display them with a color font as you expect. > > Or use Emacs 29's emoji selection commands, e.g. C-x 8 e s warn RET, > which will automatically append U+FE0F if needed. That makes sense and it works. ⚠️ Yes, I do use new features now. It is resolved then. But there is related issue that I cannot insert new emojis in mini buffer, which I could always do with emojify-mode when doing C-x 8 RET SMILING FACE WITH SMILING EYES for example. -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/