all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35006: 27.0.50; Minibuffer sometimes unexpectedly does not grow
@ 2019-03-26 17:31 Markus Triska
  2019-03-26 18:41 ` Eli Zaretskii
  2019-03-27 17:55 ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Triska @ 2019-03-26 17:31 UTC (permalink / raw)
  To: 35006


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





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

end of thread, other threads:[~2019-03-28  3:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 17:31 bug#35006: 27.0.50; Minibuffer sometimes unexpectedly does not grow Markus Triska
2019-03-26 18:41 ` Eli Zaretskii
2019-03-27 17:55 ` Eli Zaretskii
2019-03-27 21:00   ` Markus Triska
2019-03-28  3:33     ` Eli Zaretskii

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.