[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: |
Eli Zaretskii |
Subject: |
bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown |
Date: |
Tue, 17 Dec 2019 09:41:10 +0200 |
User-agent: |
K-9 Mail for Android |
On December 17, 2019 8:49:17 AM GMT+02:00, ynyaaa@gmail.com wrote:
>
> Evaluating the form below, the minibuffer window has 2-line height.
>
> (progn
> (message "1\n2")
> (read-string "input: "))
That's a feature: by default the mini-window only grows automatically, and
doesn't get reset to its original 1 line until the echo area is cleared. If
you don't like this, customize resize-mini-windows to the value t, or bind it
temporarily while running code such as in the recipe.
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, ynyaaa, 2019/12/17
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown,
Eli Zaretskii <=
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, ynyaaa, 2019/12/17
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, Eli Zaretskii, 2019/12/17
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, ynyaaa, 2019/12/18
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, Eli Zaretskii, 2019/12/18
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, ynyaaa, 2019/12/19
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, Eli Zaretskii, 2019/12/26
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, martin rudalics, 2019/12/27
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, Eli Zaretskii, 2019/12/27
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, martin rudalics, 2019/12/27
- bug#38645: 26.3; minibuffer input is called with multi-line window when multi-line message is shown, Eli Zaretskii, 2019/12/27