[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about minibuffer and child frames (Posframe)
From: |
martin rudalics |
Subject: |
Re: Question about minibuffer and child frames (Posframe) |
Date: |
Mon, 7 Oct 2024 15:44:58 +0200 |
User-agent: |
Mozilla Thunderbird |
> In that case it looks indeed as if there is some minimum height/width
> requirement, although I can't it see in the code right now. I've made me
> a todo item for this. Thanks!
The minimum height of the minibuffer window is one frame line with
IGNORE t in
(window-min-size (minibuffer-window) nil t)
and (due to a bug, see Bug#73022) 'window-min-height' with IGNORE nil.
You have to make a minibuffer-less child frame to get less.
martin
- Re: Question about minibuffer and child frames (Posframe), (continued)
Re: Question about minibuffer and child frames (Posframe), Feng Shu, 2024/10/06
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Feng Shu, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Feng Shu, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Feng Shu, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe),
martin rudalics <=
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Feng Shu, 2024/10/07
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/08
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/08
- Re: Question about minibuffer and child frames (Posframe), Feng Shu, 2024/10/08
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/08
- Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/08
Re: Question about minibuffer and child frames (Posframe), martin rudalics, 2024/10/07
Re: Question about minibuffer and child frames (Posframe), Gerd Möllmann, 2024/10/07
Re: Question about minibuffer and child frames (Posframe), martin rudalics, 2024/10/07