emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] icomplete-vertical


From: Gregory Heytings
Subject: Re: [PATCH] icomplete-vertical
Date: Sat, 10 Apr 2021 22:23:25 +0000



Good to see that the new branch avoids such hacks. I tested it out, and everything is nice. After using it a while I noticed that one useful feature is missing, but it could be added later to not prevent merging the current version to master now. What is missing is the scrolling commands that could be bound to C-v and M-v to scroll completions. For the simplest implementation, this means just to call icomplete-forward-completions N times where N is the height of the displayed completions list.


Alas that wouldn't work in all cases (namely when point is not on the first line), in such cases you would not see one or more completion candidates. I plan to do that later, but it needs some care.



reply via email to

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