[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 10:34:13 +0200 |
User-agent: |
Mozilla Thunderbird |
> posframe do not handle focus in most situation, for it is too complicate
> to let focus work. posframe just *show* the content of a buffer.
What if the user clicks into a child frame with the mouse? Do you have
the frame's 'no-accept-focus' parameter set? Does it work everywhere?
I never got any feedback on this.
> When enable vertico-posframe, we just let the content of minibuffer is
> showed in a posframe, but input handle is in parent frame, we lock the
> height of parent minibuffer window and vscroll minibuffer window to hide
> minibuffer content in below function.
This sounds awfully tricky. Did you never try to do that in a "cleaner"
way? Here I _always_ have one single minibuffer window in a child frame
and with the exception of some minor modifications that were necessary
when redirecting frame focus got broken I have no problems. The child
frame pops up when and where needed and is not visible otherwise.
martin
- Re: Question about minibuffer and child frames (Posframe), (continued)
- 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
- Re: Question about minibuffer and child frames (Posframe), Feng Shu, 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), Gerd Möllmann, 2024/10/11
Re: Question about minibuffer and child frames (Posframe),
martin rudalics <=