emacs-devel
[Top][All Lists]
Advanced

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

Re: Feature branches review please (ivy hello)


From: Oleh Krehel
Subject: Re: Feature branches review please (ivy hello)
Date: Fri, 06 Nov 2020 12:17:12 +0100
User-agent: mu4e 1.4.1; emacs 27.1

Hi Jean Louis,

> P.S. I am including author of Ivy Oleh Krehel with hope and proposal
> to improve ivy with reverse order of words selections and hopefully to
> include it in GNU Emacs.

Ivy already has the option of reverse order matching:

(setq ivy-re-builders-alist
      '((t . ivy--regex-ignore-order)))

It's not on by default, because the default setting, in my opinion,
results in a faster match if you know what you're looking for.

kind regards,
Oleh



reply via email to

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