GNU bug report logs - #67653
29.1; Regression: When using a minibuffer-only frame, setting `resize-mini-frames' hangs Emacs

Previous Next

Package: emacs;

Reported by: Nicolas Odermatt-Lemay <nodermattlemay <at> gmail.com>

Date: Wed, 6 Dec 2023 01:43:02 UTC

Severity: normal

Found in version 29.1

Full log


View this message in rfc822 format

From: Nicolas Odermatt-Lemay <nodermattlemay <at> gmail.com>
To: 67653 <at> debbugs.gnu.org
Subject: bug#67653: 29.1; Regression: When using a minibuffer-only frame, setting `resize-mini-frames' hangs Emacs
Date: Tue, 5 Dec 2023 20:41:47 -0500
[Message part 1 (text/plain, inline)]
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 !
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 195 days ago.

Previous Next


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