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.bugs Subject: bug#64062: Emacs 29.0.91: With enable-recursive-minibuffers, C-x b foo splits the window. Date: Wed, 14 Jun 2023 10:42:18 +0000 Message-ID: References: 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="38216"; mail-complaints-to="usenet@ciao.gmane.io" To: 64062@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 14 12:43:21 2023 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 1q9NyD-0009rb-1E for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Jun 2023 12:43:21 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q9Nxv-0001Er-Ts; Wed, 14 Jun 2023 06:43:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q9Nxu-0001Ed-Mm for bug-gnu-emacs@gnu.org; Wed, 14 Jun 2023 06:43:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q9Nxu-0006k8-EX for bug-gnu-emacs@gnu.org; Wed, 14 Jun 2023 06:43:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q9Nxu-0005dB-Ad for bug-gnu-emacs@gnu.org; Wed, 14 Jun 2023 06:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Jun 2023 10:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64062 X-GNU-PR-Package: emacs Original-Received: via spool by 64062-submit@debbugs.gnu.org id=B64062.168673934721594 (code B ref 64062); Wed, 14 Jun 2023 10:43:02 +0000 Original-Received: (at 64062) by debbugs.gnu.org; 14 Jun 2023 10:42:27 +0000 Original-Received: from localhost ([127.0.0.1]:43819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9NxK-0005cE-QJ for submit@debbugs.gnu.org; Wed, 14 Jun 2023 06:42:27 -0400 Original-Received: from mx3.muc.de ([193.149.48.5]:63267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9NxJ-0005c1-Gq for 64062@debbugs.gnu.org; Wed, 14 Jun 2023 06:42:25 -0400 Original-Received: (qmail 24677 invoked by uid 3782); 14 Jun 2023 12:42:19 +0200 Original-Received: from acm.muc.de (pd953aaa2.dip0.t-ipconnect.de [217.83.170.162]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Wed, 14 Jun 2023 12:42:18 +0200 Original-Received: (qmail 20495 invoked by uid 1000); 14 Jun 2023 10:42:18 -0000 Content-Disposition: inline In-Reply-To: X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:263358 Archived-At: On Wed, Jun 14, 2023 at 10:35:07 +0000, Alan Mackenzie wrote: > In emacs-29.0.91: > emacs -Q > M-: (setq enable-recursive-minibuffers t) > M-x > C-x b foo Apologies: that last line should have read: C-x b foo RET. > This creates the buffer foo, but erroneously splits the displayed window > and displays the new buffer in the right hand or bottom half of the > frame (depending on the frame's geometry). > The window should not be split, and the new buffer should occupy the > entirety of the original window. > -- > Alan Mackenzie (Nuremberg, Germany).