Skip to content

Understand the filter-string #922

Answered by oantolin
DamienCassou asked this question in Q&A
Discussion options

You must be logged in to vote

The filter string is matched against the results returned by grep using whatever completion styles you have configured, and this happens in emacs, without rerunning grep. I'd say that 90% of the time I don't even need a filter string, and when I do use one it is either on a long running search I don't want to rerun (not very common for me, I just don't have that much data), or, more commonly, because I want to use either partial-completion or flex matching against the grep results (two completion styles which are awkward to express directly as regexps).

(N.B. As you can imagine I don't actually use either the partial-completion or flex completion styles, but the corresponding matching sty…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@DamienCassou
Comment options

Comment options

You must be logged in to vote
1 reply
@DamienCassou
Comment options

Answer selected by DamienCassou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants