emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] icomplete-vertical


From: Juri Linkov
Subject: Re: [PATCH] icomplete-vertical
Date: Sat, 10 Apr 2021 23:56:57 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> The only problem I see this code is too hackish:
>
> It is (a bit) hackish because the output of icomplete-completions is (a
> bit) hackish.

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.



reply via email to

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