| Age | Commit message (Collapse) | Author |
|
|
|
* Avoid performance issues with initialism when filtering long candidates (#39)
* README: Update default matching styles
* README: Document `orderless-define-completion-style`
* README: Update `without-if-bang` such that it ignores "!"
|
|
|
|
It is unlikely that a user wants to customize this variable. If the pattern
compiler is to be replaced there is still the advice mechanism.
|
|
|
|
|
|
Is there a better way to ignore components? Allow the component compilers to
return nil and ignore the nils?
|
|
|
|
There is some misguided consensus that any candidate should be able to match itself... :P
|
|
|
|
|
|
This fixes #38
|
|
Thanks for spotting that, @clemera
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d1c0cbf87ba7d927ec64c161ec3aac65b9643b61.
|
|
|
|
|
|
|
|
|
|
I wasn't checking for the matches before highlighting them assuming
that the regexps would indeed always match, but it turns out
incomplete TRAMP paths can sometimes violate that assumption.
|
|
|
|
|
|
The new transient system is much better
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func-arity was introduced in 26.1
|
|
|
|
|
|
|
|
Now (nil . str) means replace component with str and use default
matching styles.
This still needs to be documented in the README.
|