emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] icomplete-vertical


From: Gregory Heytings
Subject: [PATCH] icomplete-vertical
Date: Mon, 05 Apr 2021 22:23:16 +0000


I attach a patch which implements vertical display of completion candidates for icomplete. I've been using it for a few months, and did find any bugs.

It is minimal (less than ten lines of "real" code), and unlike other "icomplete vertical" implementations, the number of displayed completion candidates depends on the "max-mini-window-height" variable, which means that it is the Emacs display engine which decides the number of completion candidates that is displayed, depending on the available space in the frame at the moment the minibuffer is entered.

Attachment: 0001-Add-an-icomplete-vertical-minor-mode.patch
Description: Text Data


reply via email to

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