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: Entering emojis Date: Wed, 27 Oct 2021 19:20:45 +0300 Message-ID: <83v91iv3qa.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <87ee87cwju.fsf@gnus.org> <83sfwmwubd.fsf@gnu.org> <875ytid54b.fsf@gnus.org> <87zgqu78r2.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35545"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 27 18:48:30 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 1mfm6H-000928-Gu for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Oct 2021 18:48:29 +0200 Original-Received: from localhost ([::1]:54914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfm6G-0008Ae-4O for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Oct 2021 12:48:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50402) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mflfW-0007um-E5 for emacs-devel@gnu.org; Wed, 27 Oct 2021 12:20:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43008) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mflfU-0003YU-9N; Wed, 27 Oct 2021 12:20:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=R90qg451oFZTDCKA9xaDvNAWdT6hvtaaNt2lbPwhads=; b=Ea7T8rqcq7ia tCp7hiGFcXQZp41mYinRXqlwEeWerPD/EZuslxRC1pUo4I03O57oZ/ERjqSp7bXxtO4tCsQdFzwW5 tbnjivTFF0nhwWzhKeF/zqiP9s3ML3hR8AbPl7iJr0DXo4KMC5ROZSK0/2DKkuHmCrB6ZvxC/DoYE ZOIJsZpH3SRFx86MenXDS8B4nXPH3LOCQfliX2k+m4vA4lrihgNMOWQW3swnR2vr6ZbfUuX/0Ds0l ZWpLGcezYlvpr47ajSBoWMBNhNG1bRR+o7r+GGuZpgnUZz7H0WHz/eeto0g00eagbEsVEen2SLElq YKfMFqaG+JqQ2RUTkMwIqw==; Original-Received: from [87.69.77.57] (port=3181 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 1mflfT-0000SM-OQ; Wed, 27 Oct 2021 12:20:48 -0400 In-Reply-To: <87zgqu78r2.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 27 Oct 2021 18:06:09 +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:278001 Archived-At: > From: Lars Ingebrigtsen > Cc: Stefan Kangas , Eli Zaretskii , > emacs-devel@gnu.org > Date: Wed, 27 Oct 2021 18:06:09 +0200 > > But I'm thinking that I'd rather this go to master than to emacs-28. > Sure, it's self contained, but I'm absolutely confident that there's a > mass of bugs in the code (since it's 526 lines of brand new code, > statistically speaking there should be at least 53 serious bugs in it). Without it, there's no convenient way to type Emoji at all, so a buggy command cannot be worse. But I won't insist.