emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Re: Other details about completion.


From: Juri Linkov
Subject: Re: [PATCH] Re: Other details about completion.
Date: Thu, 07 Apr 2022 19:53:33 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>> icomplete is based on post-command-hook, so zcomplete would need it too.
>
> Sorry, not agree here. If zcomplete intention is to emulate the zsh
> behavior then it is not needed to use post-command-hook. Completions are
> shown on demand <tab>... post-command-hook is for a behavior more like
> browsers... We already have helm, ivy, icomplete, vertico, selectrum,
> ido, fido (with the vertical variants too) and all the others... I don't
> think we need more of that and reinvent the well once again.
>
> Simple in better than complicated ;)

Earlier you suggested to add a new minor mode, but now you say
that a minor mode is complicated.  Isn't this a contradiction? ;)

And the same find-as-you-type autocompletion like in browsers
is supported by zsh as well:
https://github.com/marlonrichert/zsh-autocomplete



reply via email to

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