From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: New multi-command facility displays in the wrong echo area. Date: Fri, 9 Oct 2020 20:38:10 +0000 Message-ID: <20201009203810.GC4027@ACM> References: <20201009163445.GB4027@ACM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24731"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 09 22:38:47 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 1kQzA6-0006JU-8E for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 22:38:46 +0200 Original-Received: from localhost ([::1]:49494 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQzA5-00027m-9C for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 16:38:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQz9a-0001ht-TF for emacs-devel@gnu.org; Fri, 09 Oct 2020 16:38:14 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:20631 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.90_1) (envelope-from ) id 1kQz9Y-0002fX-MV for emacs-devel@gnu.org; Fri, 09 Oct 2020 16:38:14 -0400 Original-Received: (qmail 77772 invoked by uid 3782); 9 Oct 2020 20:38:10 -0000 Original-Received: from acm.muc.de (p4fe15b4c.dip0.t-ipconnect.de [79.225.91.76]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Fri, 09 Oct 2020 22:38:09 +0200 Original-Received: (qmail 11406 invoked by uid 1000); 9 Oct 2020 20:38:10 -0000 Content-Disposition: inline In-Reply-To: X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de Received-SPF: pass client-ip=193.149.48.1; envelope-from=acm@muc.de; helo=mail.muc.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/09 16:38:10 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:257279 Archived-At: Hello, Stefan. On Fri, Oct 09, 2020 at 15:47:15 -0400, Stefan Monnier wrote: > > (i) In a GUI environment, create two frames, each displaying a buffer. > > (ii) In frame F1, do C-x b `switch-to-buffer', but don't type anything > > more. > > (iii) Move to frame F2, and start an isearch with C-s some-text. > > > > Although currently in F2, the isearch's pattern is displayed in the echo > > area for F1. This is wrong. > FWIW, this behavior has been with us at least since Emacs-21. Yes. At least, it's present in Emacs 27.1. How come I've never noticed it before? This morning, it was C-x C-s which failed to give me any output, although I was expecting to see "(No files need saving)". I still say it's wrong, but I suppose if I want it fixed, I'll have to fix it myself. > Stefan -- Alan Mackenzie (Nuremberg, Germany).