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: Problem with some new emoji in Emacs Date: Sat, 13 Nov 2021 22:16:55 +0200 Message-ID: <83o86nx13c.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> 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="26078"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 13 21:18:07 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 1mlzTS-0006Yr-8r for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Nov 2021 21:18:06 +0100 Original-Received: from localhost ([::1]:49722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mlzTQ-0004vf-Rx for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Nov 2021 15:18:04 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35516) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlzSY-0004Dn-Tc for emacs-devel@gnu.org; Sat, 13 Nov 2021 15:17:11 -0500 Original-Received: from [2001:470:142:3::e] (port=60336 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 1mlzSY-0001cx-Eq; Sat, 13 Nov 2021 15:17:10 -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=HCj/LTKnPnLUs4Gs8TcW+i8qZ0Y5H8DAAT/NfRx6ttg=; b=aid1wpHJOGFwAF7TikuJ Oh2QUJNAFrcYXYtI6v1ynwo/VFrtpAd2WdXztz7EXpJ4ukiKTurxsjfxR9HmKe8M1bFaKSHXWsMtj 8YsY08TyDedKtjaqLH4+ax0l6oqoNJeM7iDTPofYacbNCUyOlWH0O4Uec7J8mqO7WlV5k7fNA4fGA uUTl+Fs0eFekslS+MuRAHUDTRuWSG3J2xlDExEd3RAEmnEz5m9McJqYRlYGZmTddNC08ATgpnD3Wk N55qsKF1ckbtAHA4XwCOiIil9OZ2qZJvx5oGlxSEHTZJLt43Ksr67rVoP70n3UuGHrCXlpV2427uA Z877hSmZS2Q3Tw==; Original-Received: from [87.69.77.57] (port=4123 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 1mlzSY-0005aW-1X; Sat, 13 Nov 2021 15:17:10 -0500 In-Reply-To: (message from Jean Louis on Sat, 13 Nov 2021 22:43:41 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:279349 Archived-At: > Date: Sat, 13 Nov 2021 22:43:41 +0300 > From: Jean Louis > Cc: emacs-devel@gnu.org > > I am delighted with the new built in feature of emoji. > > Until now I have always used `emojify-mode' which worked well. > > I am encountering a disturbing problem, this could be some error, > maybe not. I cannot know. > > Here is the screen with new emoji feature: > https://gnu.support/files/tmp/2021-11-13/Screenshot-2021-11-13-22:33:19.png > > When I turn on the emojify-mode then I get this problem here: > https://gnu.support/files/tmp/2021-11-13/Screenshot-2021-11-13-22:33:36.png > > and I will try to insert it here: > 3 🗂️ ║ Central Files > 10 🖍️ > Looks like emojify-mode is incompatible with Emacs 28 and later display of Emoji. It uses static compositions, whereas the built-in Emoji support uses automatic compositions, which is a different feature. Does emojify-mode support Variation Selectors? That's what gives birth to those squares you see on the second screenshot. Why do you need emojify-mode? What does it do that Emacs cannot do without it?