emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/icomplete-vertical


From: Ergus
Subject: Re: feature/icomplete-vertical
Date: Sun, 20 Sep 2020 15:37:17 +0200

On Sun, Sep 20, 2020 at 04:15:41PM +0300, Eli Zaretskii wrote:
Date: Sun, 20 Sep 2020 15:04:35 +0200
From: Ergus <spacibba@aol.com>
Cc: Gregory Heytings <ghe@sdf.org>, Eli Zaretskii <eliz@gnu.org>,
        Yuan Fu <casouri@gmail.com>, emacs-devel <emacs-devel@gnu.org>

Initially I separated icomplete--prospects only, but then all the height
calculation complexity came and that's why I ended with the complex
approach. I didn't know that the prompt issue disappeared with

(setq resize-mini-windows nil)

What I wonder about this is the potential conflicts when another package
or function relies on resize-mini-windows. And that the ... is not shown
to indicate that there are more candidates.

resize-mini-windows is a user option, so resetting it globally is
almost certainly a non-starter.

The other thing I don;t like about this solution is that it does the
resize in advance.


reply via email to

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