emacs-devel
[Top][All Lists]
Advanced

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

Re: vertical fido-mode


From: Basil L. Contovounesios
Subject: Re: vertical fido-mode
Date: Thu, 11 Jun 2020 18:37:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Protesilaos Stavrou <public@protesilaos.com> writes:

> Ergus <spacibba@aol.com> [2020-06-11, 15:40 +0200]:
>
>> If we want some of the ivy functionalities in icomplete should we contact
>> the ivy maintainer for contribution? 
>
> For the sake of completeness, Omar Antolín Camarena already develops
> packages that extend Icomplete in ways that make it more Ivy-like.
>
> * 'orderless' pattern matching :: Completion style that offers
>   out-of-order matches, while also supporting multiple methods (regexp,
>   flex, string, initials).[0]
>
> * 'embark' contextual custom actions :: Minibuffer commands that act on
>   the current candidate or the entire list of candidates.  These are
>   implemented as keymaps.[1]
>
> [0]: https://github.com/oantolin/orderless
> [1]: https://github.com/oantolin/embark

And for even more complete completeness: in general Ivy does its own
thing rather than trying to reuse core completion tools, so its
desirable features can be copied without necessarily needing to import
much, if any, code.

-- 
Basil



reply via email to

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