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: Sat, 10 Jul 2021 12:37:09 +0300 Message-ID: <8335smcxx6.fsf@gnu.org> References: <834kd2cypw.fsf@gnu.org> <87zguuttbm.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="34891"; 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 Sat Jul 10 11:37:54 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 1m29Qo-0008sp-2G for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Jul 2021 11:37:54 +0200 Original-Received: from localhost ([::1]:40130 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m29Qm-0003FJ-Lb for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Jul 2021 05:37:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45040) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m29QJ-0002b8-7E for emacs-devel@gnu.org; Sat, 10 Jul 2021 05:37:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58096) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m29QI-0000uV-Vv; Sat, 10 Jul 2021 05:37:22 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2379 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 1m29QI-0000Ls-Gt; Sat, 10 Jul 2021 05:37:22 -0400 In-Reply-To: <87zguuttbm.fsf@gmail.com> (message from Robert Pluim on Sat, 10 Jul 2021 11:24:29 +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:271166 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Sat, 10 Jul 2021 11:24:29 +0200 > > >>>>> On Sat, 10 Jul 2021 12:19:55 +0300, Eli Zaretskii said: > > Eli> Robert, > Eli> Can we please finalize the changes discussed in > > Eli> https://lists.gnu.org/archive/html/emacs-devel/2020-03/msg00016.html > Eli> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39799 > > Eli> and land that on master? AFAIR, we had almost everything figured out > Eli> and patches (almost) ready to be installed? What is left to do before > Eli> this can land? > > Hi Eli, > > I need to > > - clean up the awk script (it currently does more than it needs to) > - test that the resulting changes do the right thing > > Iʼll work on that this week Great, thanks. I thought we also decided to introduce a new script, 'emoji', to make the fontset definition and customizations easier. Was I dreaming? Because I cannot seem to be able to find that part in the patches posted to those two threads.