From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#52491: 28.0.90; Regression in window deletion with minibuffer Date: Thu, 16 Dec 2021 21:02:05 +0200 Organization: LINKOV.NET Message-ID: <86v8zo4bma.fsf@mail.linkov.net> References: <865yrqsxmu.fsf@mail.linkov.net> <865yro7csh.fsf@mail.linkov.net> <83h7b8fngd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11049"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 52491@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 16 20:13:34 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mxwC2-0002Zw-Ii for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 16 Dec 2021 20:13:30 +0100 Original-Received: from localhost ([::1]:44178 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxwC1-0008Sz-AG for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 16 Dec 2021 14:13:29 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43266) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxwAi-00073X-Q5 for bug-gnu-emacs@gnu.org; Thu, 16 Dec 2021 14:12:09 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53513) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxwAc-0006UJ-Rf for bug-gnu-emacs@gnu.org; Thu, 16 Dec 2021 14:12:08 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mxwAc-0000KV-NF for bug-gnu-emacs@gnu.org; Thu, 16 Dec 2021 14:12:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Dec 2021 19:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52491 X-GNU-PR-Package: emacs Original-Received: via spool by 52491-submit@debbugs.gnu.org id=B52491.16396818961213 (code B ref 52491); Thu, 16 Dec 2021 19:12:02 +0000 Original-Received: (at 52491) by debbugs.gnu.org; 16 Dec 2021 19:11:36 +0000 Original-Received: from localhost ([127.0.0.1]:36823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxwAC-0000JV-7z for submit@debbugs.gnu.org; Thu, 16 Dec 2021 14:11:36 -0500 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:58547) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxwA8-0000Iz-LD for 52491@debbugs.gnu.org; Thu, 16 Dec 2021 14:11:34 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id B230D10000C; Thu, 16 Dec 2021 19:11:25 +0000 (UTC) In-Reply-To: <83h7b8fngd.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 16 Dec 2021 19:50:58 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:222525 Archived-At: >> There is another problem: >> >> M-x ;; execute-extended-command >> ;; switch-to-completions >> C-- ;; negative-argument >> C-x o ;; other-window >> C-x o ;; other-window >> q ;; quit-window >> >> After switching to the *scratch* buffer with ‘C-- C-x o’, and back to >> the *Completions* buffer with ‘C-x o’, then ‘q’ (quit-window) selects >> the *scratch* window because it's the most-recently-used window. >> But in 27.2 it selected the minibuffer window. > > And the patch you proposed earlier doesn't fix this other problem? Unfortunately, it doesn't fix this, since 28.0.90 uses mru, but 27.2 didn't.