oantolin / orderless

Emacs completion style that matches multiple regexps in any order
GNU General Public License v3.0
745 stars 27 forks source link

Turn orderless-affix-dispatch into a matcher #163

Closed minad closed 7 months ago

minad commented 7 months ago

This is just an experiment, exploring the idea from https://github.com/oantolin/orderless/pull/162#issuecomment-1947958416 where dispatchers are turned into matching styles.

Only the last commit is relevant: https://github.com/oantolin/orderless/pull/163/commits/bacd0ad4de0f5e2c13d6d2618371f9413bae5629

Advantages:

Disadvantages:

So maybe this doesn't change much effectively, except achieving that matchers and dispatchers are pressed into the same framework?