Skip to content

Does consult-line-multi use orderless completion-style? #1066

Answered by minad
Tokubara asked this question in Q&A
Discussion options

You must be logged in to vote

No, consult-line-multi doesn't use the completion style. It uses its own regexp compiler, which you could in principle replace with Orderless as described in the wiki. Note that even then negation will not work, since Orderless compiles negation to a predicate function by default (see orderless-not). But you can configure Orderless to use the less efficient orderless-without-literal instead for negation. All of this is a bit of a rabbit hole, I must admit.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by minad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1065 on August 09, 2024 07:34.