all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gregory Heytings <gregory@heytings.org>
To: Alan Mackenzie <acm@muc.de>
Cc: 64062@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	[thread overview]
Message-ID: <42ff58c7e86104bcce30@heytings.org> (raw)
In-Reply-To: <ZImX24qLhvVofk7k@ACM>


>
> 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.






  parent reply	other threads:[~2023-06-14 10:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14 10:35 bug#64062: Emacs 29.0.91: With enable-recursive-minibuffers, C-x b foo splits the window Alan Mackenzie
2023-06-14 10:42 ` Alan Mackenzie
2023-06-14 10:58 ` Gregory Heytings [this message]
2023-06-14 11:46   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42ff58c7e86104bcce30@heytings.org \
    --to=gregory@heytings.org \
    --cc=64062@debbugs.gnu.org \
    --cc=acm@muc.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.