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 15:01:10 +0300 Message-ID: <83sfwmwubd.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <87ee87cwju.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="32145"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 14:06:41 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 1mfhhX-00081x-6k for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Oct 2021 14:06:39 +0200 Original-Received: from localhost ([::1]:56502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfhhV-0007o0-AS for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Oct 2021 08:06:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfhcH-0003ar-F5 for emacs-devel@gnu.org; Wed, 27 Oct 2021 08:01:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfhcH-0005Nx-2B; Wed, 27 Oct 2021 08:01:13 -0400 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=k7dqjweWR3MPl4c7FCFdG+NKkfFxGniwHq9y01NFJjw=; b=EAxhiT/p9zTCl0oWOG6V qrJMAr24eJ28Q3BLM3dwgG7ryGHwzLt87oX7OfLXFrWX47IUEB6bYTsTbxap3oUDT4Kh4yXKBC4OM oBHEXhWDY9WhVgvoWyrMenDca99HxfSABIfxUPOs/P/+zQlriY1H/RUIf+y6Gw37VZ5URSvNkbrdb 2Vwy9k74UKNoxzm/oYnP8DUtY6CCMAPaXWampZJQxGvegRcZwZBmGBz/wyyW3f86JYMAxbiGDzDyr h8TfbIvcWjqiJ6hvWTqET6HB4GTFcxZvOToiIDDHgKNxDp2V2c2fSRx7LwCZDZMDsmst4KALeLSNP hMOxjTbpgawclg==; Original-Received: from [87.69.77.57] (port=3070 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 1mfhcG-0000KW-I8; Wed, 27 Oct 2021 08:01:12 -0400 In-Reply-To: <87ee87cwju.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 26 Oct 2021 23:20:53 +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:277943 Archived-At: > From: Lars Ingebrigtsen > Date: Tue, 26 Oct 2021 23:20:53 +0200 > > This is now totally and utterly feature complete, so give it a whirl if > you're into emojis. 🤑 The branch is scratch/emoji, and the commands > are `M-x emoji-insert', `C-u M-x emoji-insert' and `M-x emoji-list'. Would it make sense to install this on the release branch? Since it's a new orthogonal feature, it cannot possibly break anything else, just be broken by itself, right? (And why is the file in lisp/play/? Typing Emoji is nowadays not a game at all. Can we move this to lisp/textmodes/?) Thanks.