unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#67653: 29.1; Regression: When using a minibuffer-only frame, setting `resize-mini-frames' hangs Emacs
@ 2023-12-06  1:41 Nicolas Odermatt-Lemay
  2023-12-06 12:16 ` Eli Zaretskii
  2023-12-06 12:19 ` Eli Zaretskii
  0 siblings, 2 replies; 9+ messages in thread
From: Nicolas Odermatt-Lemay @ 2023-12-06  1:41 UTC (permalink / raw)
  To: 67653

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

Hello, when starting Emacs 29.1 with the following command:

    emacs -Q --eval "(progn (setq default-frame-alist '((minibuffer .
nil))) (setq resize-mini-frames t))"

Using a key sequence that prompts using the minibuffer, such as `M-x'
causes Emacs to hang. Hitting `C-g' a couple of times seems to unblock it
but it gets stuck again when using `M-x' again.

Starting Emacs with the command above but setting `resize-mini-frames' to
`nil' works as expected as far as I can tell:

    emacs -Q --eval "(progn (setq default-frame-alist '((minibuffer .
nil))) (setq resize-mini-frames nil))"

I can't reproduce this issue using Emacs 28.2.

Thanks for your help !

[-- Attachment #2: Type: text/html, Size: 944 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-07 10:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06  1:41 bug#67653: 29.1; Regression: When using a minibuffer-only frame, setting `resize-mini-frames' hangs Emacs Nicolas Odermatt-Lemay
2023-12-06 12:16 ` Eli Zaretskii
2023-12-07  3:41   ` Nicolas Odermatt-Lemay
2023-12-07  7:21     ` Eli Zaretskii
2023-12-07  9:07       ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-07 10:11         ` Eli Zaretskii
2023-12-07 10:26           ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-07 10:49             ` Eli Zaretskii
2023-12-06 12:19 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).