Function: gnus-search-grep-search
gnus-search-grep-search is a byte-compiled function defined in
gnus-search.el.gz.
Signature
(gnus-search-grep-search ENGINE ARTLIST CRITERIA)
Documentation
Run a secondary grep search over a list of preliminary results.
ARTLIST is a list of (filename score) pairs, produced by one of the other search engines. CRITERIA is a grep-specific search key. This method uses an external grep program to further filter the files in ARTLIST by that search key.
Implementations
((engine gnus-search-grep) artlist criteria) in `gnus-search.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(cl-defgeneric gnus-search-grep-search (engine artlist criteria)
"Run a secondary grep search over a list of preliminary results.
ARTLIST is a list of (filename score) pairs, produced by one of
the other search engines. CRITERIA is a grep-specific search
key. This method uses an external grep program to further filter
the files in ARTLIST by that search key.")