bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38645: 26.3; minibuffer input is called with multi-line window when


From: martin rudalics
Subject: bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown
Date: Fri, 27 Dec 2019 10:12:33 +0100

> Martin, what do you think about the following fix?  Is it correct, and
> if so, safe enough for the release branch?

It seems "correct" in the sense that our doc of 'resize-mini-windows'
nowhere contradicts any such interpretation.  It should be "safe" in
the sense that failing to always resize the minibuffer window exactly
and falling back on 'grow-only' should not do any harm since otherwise
we'd have a bug in the 'grow-only' part of the code.

But I'm too silly to understand why the minibuffer window does not
re-grow in the first place after having shown the result of C-x C-e.
Can you enlighten me?

martin, who just noted that the recently added (to master)

      Lisp_Object str = build_string ("Command attempted to use minibuffer"
                                      "while in minibuffer");

produces

"Command attempted to use minibufferwhile in minibuffer"

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]