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: Sat, 29 Jan 2022 12:23:24 +0200 Message-ID: <83o83uc02r.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <87ilxi7531.fsf@gnus.org> <875yth7bjr.fsf@gnus.org> <8335oltgyd.fsf@gnu.org> <837ddws6p5.fsf@gnu.org> <837ddvrf2h.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11626"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 29 11:24:30 2022 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 1nDkuE-0002sO-BJ for ged-emacs-devel@m.gmane-mx.org; Sat, 29 Jan 2022 11:24:30 +0100 Original-Received: from localhost ([::1]:41980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDkuD-0006A6-CW for ged-emacs-devel@m.gmane-mx.org; Sat, 29 Jan 2022 05:24:29 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDktL-0005TP-Jy for emacs-devel@gnu.org; Sat, 29 Jan 2022 05:23:35 -0500 Original-Received: from [2001:470:142:3::e] (port=49436 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 1nDktL-0007Ww-4S; Sat, 29 Jan 2022 05:23:35 -0500 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=PvHT2Y3ti2z5bd2CbIE9xeKeGNJKGnRtAeVnvW5/z1I=; b=WQjrO5NVtP+d d8acHU8jb2DlHshWezkCi/uidncEzlvbvrPa7x+j0b6t1ZPpQsQn9FRqenNkPyj3nEvs3ossvztbT m/c4UMPYPYuVrUJPsnS41NIl1e3m0duh9DeW3a1yoy6uxpgQJfOa885YU94JDuhc2Q6drz09ALbpR PXcDCwL9V7SwE9e2/5KGMArAEyZvXZl9opiQapt3h3HTxTtQuZrvKSObVOLPfbzzmVFM2NgtjwaU8 BdpnP0DxvG/SDafRZGjJ5K0hy+Ur+dt1uvsD1So2ecTNzPCsNbDW6GYHTWnwyRxLNDkZuLD1a1M/C 8ygj9pBaPP0CiZguaLLODQ==; Original-Received: from [87.69.77.57] (port=4148 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 1nDktK-00068m-Jl; Sat, 29 Jan 2022 05:23:34 -0500 In-Reply-To: (message from Stefan Kangas on Fri, 29 Oct 2021 10:01:46 -0700) 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:285547 Archived-At: > From: Stefan Kangas > Date: Fri, 29 Oct 2021 10:01:46 -0700 > Cc: larsi@gnus.org, emacs-devel@gnu.org > > Eli Zaretskii writes: > > > Would it be good enough to use C-d (or ) to do that? Those > > already delete the entire composed sequence. The behavior of DEL is > > special and intentional. > [...] > > Let's wait and see, okay? I'm not saying I know there will be no > > complaints, I'm saying we will be able to devise a better solution > > if/when we have those complaints, because hopefully they will provide > > additional information. > > Sure, that's fine by me. Thanks. It turned out we never had a feature like that, so I have now installed a change whereby the function key (but not C-d nor DEL!) deletes by grapheme clusters when used to delete forward, i.e. either without any prefix arg or with a positive prefix arg.