emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: resize_mini_window question


From: Stefan Monnier
Subject: Re: resize_mini_window question
Date: Fri, 18 Sep 2020 15:49:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>   DEFVAR_LISP ("max-mini-window-height", Vmax_mini_window_height,
>     doc: /* Maximum height for resizing mini-windows (the minibuffer and the 
> echo area).
> If a float, it specifies a fraction of the mini-window frame's height.
> If an integer, it specifies a number of lines with the frame's default char
> height.  */);
>   Vmax_mini_window_height = make_float (0.25);

LGTM, thanks.

> I already solved it in icomplete then. If we assume that the problem is
> the wrong expectations then the solution is trivial with the current
> changes in icomplete.

Even better,


        Stefan




reply via email to

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