From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Recentish C-s M-y change Date: Thu, 31 Dec 2020 05:44:38 -0500 Message-ID: References: <87r1na4tyu.fsf@gnus.org> <87tus6tj7s.fsf@mail.linkov.net> <87a6txigm1.fsf@gnus.org> <874kk5lzew.fsf@mail.linkov.net> <87eej8ifll.fsf@mail.linkov.net> <87h7o3k5b5.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23082"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, juri@linkov.net To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 31 11:45:23 2020 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 1kuvSM-0005r0-Fu for ged-emacs-devel@m.gmane-mx.org; Thu, 31 Dec 2020 11:45:22 +0100 Original-Received: from localhost ([::1]:43902 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuvSL-000492-Eg for ged-emacs-devel@m.gmane-mx.org; Thu, 31 Dec 2020 05:45:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49362) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuvRj-0003hX-CG for emacs-devel@gnu.org; Thu, 31 Dec 2020 05:44:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46965) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuvRi-0003Qi-0a; Thu, 31 Dec 2020 05:44:42 -0500 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kuvRe-00051d-SB; Thu, 31 Dec 2020 05:44:39 -0500 In-Reply-To: (message from Richard Stallman on Thu, 31 Dec 2020 00:54:27 -0500) 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:262149 Archived-At: > Maybe then on every use of old command we could display a message > that will suggest to use a better keybinding 'C-y' because to > hold the Control key, then type 's' and 'y' is easier than to > hold the Control key, type 's', release the Control key, Please do not do this. I want to see the new search string, not some repetitions informational message. Besides, I may rebind C-y in a search to do what it used to do: exit the search! Or we could just restore the behaviour to what it was -- why are these things changed without doing some rudimentary query of users? I too find this new behaviour annoying, and want it restored.