GNU bug report logs - #64062
Emacs 29.0.91: With enable-recursive-minibuffers, C-x b foo splits the window.

Previous Next

Package: emacs;

Reported by: Alan Mackenzie <acm <at> muc.de>

Date: Wed, 14 Jun 2023 10:36:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Gregory Heytings <gregory <at> heytings.org>
To: Alan Mackenzie <acm <at> muc.de>
Cc: 64062 <at> debbugs.gnu.org
Subject: bug#64062: Emacs 29.0.91: With enable-recursive-minibuffers, C-x b foo splits the window.
Date: Wed, 14 Jun 2023 10:58:39 +0000
>
> emacs -Q
> M-: (setq enable-recursive-minibuffers t)
> M-x
> C-x b foo
>
> 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.
>

AFAICS, that's not a bug.  Emacs 25, 26, 27 and 28 behave the same 
(switch-to-buffer calls pop-to-buffer), and it makes sense to leave, by 
default, the buffer in which M-x was called visible.  You can customize 
that behavior with display-buffer-base-action.





This bug report was last modified 2 years and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.