Using orderless pattern matching for consult-find/fd/grep/ripgrep with a prefix argument #1300
Answered
by
abdulnafe-t
abdulnafe-t
asked this question in
Q&A
|
Hello, I'm using the snippet provided in the wiki to use orderless pattern matching with consult-fd/find... by advising the functions. This works as intended, unless the functions are called interactively with a prefix argument to change directories first. In that case, the results are matched using consult's own regexp-compiler. Without prefix argument, using
With prefix argument (decidedly not using
|
Answered by
abdulnafe-t
Mar 7, 2026
Replies: 1 comment
|
I believe I have found a solution, replacing the call to I've updated the wiki accordingly. |
0 replies
Answer selected by
abdulnafe-t
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I believe I have found a solution, replacing the call to
minibuffer-with-setup-hookwith a simpleletform:I've updated the wiki accordingly.