emacs-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]