emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 6a098c6 15/19: Add ivy-mode


From: Oleh Krehel
Subject: Re: [elpa] master 6a098c6 15/19: Add ivy-mode
Date: Thu, 16 Apr 2015 21:07:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> Yeah, that feature isn't completely ready yet.
>> I just have to read up on what to do if `collection' is a function.
>
> BTW, the way I see ivy-mode working reminds me of icomplete-mode (but
> with a "one-line-per-element" display, which is something that ido-mode
> can already provide and which could be added to icomplete-mode fairly
> easily).  Do you intend to move in the direction of integration with
> icomplete-mode, or do you intend to make it provide a very
> different interface?

Initially, I wanted to just modify ido-mode to not scroll to the last
candidate from the first one on `previous-line'.  After I saw how
incomprehensible and weird the code was, I didn't want to modify it
anymore.

So I see ivy-mode as a replacement of ido-mode with vertical mod and
slightly different matching. It may not do as much as ido-mode, but the
code is very simple.

And actually, I did start with icomplete-mode as a template for
ivy-mode. Some similarities still remain.

Oleh



reply via email to

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