GNU bug report logs - #35006
27.0.50; Minibuffer sometimes unexpectedly does not grow

Previous Next

Package: emacs;

Reported by: Markus Triska <triska <at> metalevel.at>

Date: Tue, 26 Mar 2019 17:42:02 UTC

Severity: wishlist

Found in version 27.0.50

Full log


View this message in rfc822 format

From: Markus Triska <triska <at> metalevel.at>
To: 35006 <at> debbugs.gnu.org
Subject: bug#35006: 27.0.50; Minibuffer sometimes unexpectedly does not grow
Date: Tue, 26 Mar 2019 18:31:03 +0100
Please start Emacs with "emacs -Q", and then evaluate in the
*scratch* buffer the following form:

    (with-selected-window (minibuffer-window)
      (erase-buffer)
      (insert (propertize "hello" 'face '(:height 2.0)))
      (read-key)
      (erase-buffer))

This shows "hello" in the minibuffer, and the minibuffer grows as
expected. Please press a key (or C-g) to continue.

Next, please make a frame, say "F", with the form:

    (make-frame '((name . "F")))

In F, please press:

    M-x C-g

This simply enters and exits the minibuffer.

Then, in the original frame, evaluate again the form above, i.e.:

    (with-selected-window (minibuffer-window)
      (erase-buffer)
      (insert (propertize "hello" 'face '(:height 2.0)))
      (read-key)
      (erase-buffer))

Unexpectedly, the minibuffer is now no longer grown in the (selected)
frame where this form is evaluated (again), and therefore the inserted
text is now not fully visible, in contrast to the first time.


In GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin18.0.0, X toolkit, Xaw scroll bars)
 of 2018-11-15 built on mt-computer
Repository revision: b4eb908f858284a7962851fd99c94598f76afa6f
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000




This bug report was last modified 6 years and 76 days ago.

Previous Next


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