]> git.eshelyaron.com Git - emacs.git/commit
Refactor parsing of indexed search engine output
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 18 May 2017 13:43:41 +0000 (21:43 +0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 26 May 2017 05:47:43 +0000 (13:47 +0800)
commit8ea8644653ce07a399d76d06bbeed820c7f79819
tree8d7bddba60bc48da3387be30777c2b944b54b0c8
parent371748dbdc0917caa78c020175aac99f12455183
Refactor parsing of indexed search engine output

* lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output): Rename
  `gnus-search-indexed-massage-output' to this. All indexed search
  engines now use this method.
  (gnus-search-index-extract): This new method is now distinct to each
  engine. All it does is extract a single search result from the
  output buffer.

Remove `gnus-search-add-result' and `gnus-search-compose-result',
these are now part of `gnus-search-indexed-parse-output'.
lisp/gnus/gnus-search.el