all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Emacs-Devel List <emacs-devel@gnu.org>
Subject: RE: Feature branches review please (ivy hello)
Date: Fri, 6 Nov 2020 08:30:01 -0800 (PST)	[thread overview]
Message-ID: <4b357d14-125f-4639-9bac-86b97479cc98@default> (raw)

[Forwarding to the list, as it got dropped from
Reply All.]

> >> Again, please try (setq completion-styles (cons 'flex
> >> completion-styles)). With this "foo bar" matches both "foo bar" and
> >> "bar foo" (and also "far boo", "boo far", ...).
> >
> > Does it?
> 
> Hmmm, no, you're right, it doesn't.  I don't use that setting, I tried it
> briefly and wrongly concluded that it worked that way.  What would be
> needed is a "superflex" completion-style where characters can be given in
> any order ;-)

tl;dr: Matching without respect to order in
the target involves multiple separate matches.
___

What's usually called "flex" matching (Icicles
calls it "scatter") just matches bits of the
pattern you provide _in order_, one after the
other.  The matches are scattered throughout
the target, but they are _in order_ there.

To match multiple patterns without regard to
order in the target, you need to match the
patterns separately, each against the original
target or each against the result of previous
matching.

Icicles or library orderless.el provides such
behavior.

With Icicles, you can match a pattern (regexp,
fuzzy, flex, substring, whatever), and then you
can match another pattern ... etc.  Because the
component matches are separate the resulting
overall matches have those component matches in
any order.



             reply	other threads:[~2020-11-06 16:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06 16:30 Drew Adams [this message]
2020-11-06 19:05 ` Feature branches review please (ivy hello) Jean Louis
2020-11-06 19:27   ` Drew Adams
2020-11-08  9:52     ` orderless/bookmarks Jean Louis
  -- strict thread matches above, loose matches on Subject: below --
2020-11-05 10:05 Feature branches review please Jean Louis
2020-11-05 16:10 ` Gregory Heytings via Emacs development discussions.
2020-11-05 16:27   ` Manuel Uberti
2020-11-05 17:00     ` Gregory Heytings via Emacs development discussions.
2020-11-05 17:32       ` Jean Louis
2020-11-05 20:39         ` Gregory Heytings via Emacs development discussions.
2020-11-05 21:33           ` Jean Louis
2020-11-05 22:24             ` Gregory Heytings via Emacs development discussions.
2020-11-05 22:48               ` Jean Louis
2020-11-06  9:19                 ` Gregory Heytings via Emacs development discussions.
2020-11-06 10:51                   ` Feature branches review please (ivy hello) Jean Louis
2020-11-06 11:17                     ` Oleh Krehel
2020-11-06 11:42                       ` Jean Louis
2020-11-06 11:49                         ` Basil L. Contovounesios
2020-11-06 12:01                           ` Jean Louis
2020-11-06 21:12                             ` Basil L. Contovounesios
2020-11-06 13:56                         ` Stefan Monnier
2020-11-06 14:10                           ` Eli Zaretskii
2020-11-06 14:55                             ` Stefan Monnier
2020-11-06 15:24                           ` Jean Louis
2020-11-06 12:07                     ` Gregory Heytings via Emacs development discussions.
2020-11-06 14:02                       ` Stefan Monnier
2020-11-06 14:41                         ` Gregory Heytings via Emacs development discussions.
2020-11-06 19:23                       ` Jean Louis
2020-11-06 21:09                         ` Gregory Heytings via Emacs development discussions.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4b357d14-125f-4639-9bac-86b97479cc98@default \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.