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: Confused by y-or-n-p Date: Sat, 26 Dec 2020 12:49:34 +0200 Message-ID: <837dp4n8ox.fsf@gnu.org> References: <834kkcr1eo.fsf@gnu.org> <43b24209-fa65-0e26-7cbd-f99175a7ffd8@gmx.at> <87wnx7j5is.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11407"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, 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 Sat Dec 26 11:51:08 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 1kt7AC-0002sD-NC for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Dec 2020 11:51:08 +0100 Original-Received: from localhost ([::1]:41884 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kt7AB-0000In-OL for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Dec 2020 05:51:07 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kt79H-0007wY-O6 for emacs-devel@gnu.org; Sat, 26 Dec 2020 05:50:11 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60738) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kt79G-0001pA-0i; Sat, 26 Dec 2020 05:50:10 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3871 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kt78u-0007yj-LQ; Sat, 26 Dec 2020 05:49:52 -0500 In-Reply-To: (message from Richard Stallman on Sat, 26 Dec 2020 05:24:17 -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:261829 Archived-At: > From: Richard Stallman > Cc: eliz@gnu.org, emacs-devel@gnu.org > Date: Sat, 26 Dec 2020 05:24:17 -0500 > > What was the reason for implementing this change in the > single-character-answer commands? Who actually wanted the change in > behavior? And for what use cases? AFAIR, the implementation was changed to provide the following advantages: . allow having history for single-character-answer commands . avoid hiding the prompt when async messages arrive