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: New multi-command facility displays in the wrong echo area. Date: Sat, 10 Oct 2020 16:00:54 +0300 Message-ID: <83zh4u44mx.fsf@gnu.org> References: <20201009163445.GB4027@ACM> <20201009203810.GC4027@ACM> <83imbi609a.fsf@gnu.org> <20201010103233.GB5662@ACM> <834kn25o6b.fsf@gnu.org> <20201010124446.GC5662@ACM> <831ri65jpc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10239"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: acm@muc.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 10 15:03:03 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 1kREWd-0002Zi-GH for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Oct 2020 15:03:03 +0200 Original-Received: from localhost ([::1]:41544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kREWc-0000ZJ-Id for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Oct 2020 09:03:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kREUZ-0007ow-FQ for emacs-devel@gnu.org; Sat, 10 Oct 2020 09:00:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36475) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kREUY-0006O2-IN; Sat, 10 Oct 2020 09:00:54 -0400 Original-Received: from [176.228.60.248] (port=4731 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kREUW-0003tJ-UB; Sat, 10 Oct 2020 09:00:54 -0400 In-Reply-To: <831ri65jpc.fsf@gnu.org> (message from Eli Zaretskii on Sat, 10 Oct 2020 15:50:07 +0300) 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:257322 Archived-At: > Date: Sat, 10 Oct 2020 15:50:07 +0300 > From: Eli Zaretskii > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > > If Gregory's change doesn't make things worse than they were before > Emacs 27.1, then I think we should install it. In the emacs-27 > branch, please. Btw, to make sure the change is not for the worse, those same experiments should be repeated with enable-recursive-minibuffers set non-nil. Thanks.