From 40d0a4400820c581760730218c6a47ca8a4d8082 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 6 Jul 2013 19:33:35 +0200 Subject: [PATCH] * nnir.el (nnir-engines): Note that the group specs are regexps (bug#13238). --- lisp/ChangeLog | 3 +++ lisp/nnir.el | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ecbaeb0cf..4bc71b65d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-07-06 Lars Ingebrigtsen + * nnir.el (nnir-engines): Note that the group specs are regexps + (bug#13238). + * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has gotten read-only text properties, ensure that those aren't heeded when copying stuff over (bug#13434). diff --git a/lisp/nnir.el b/lisp/nnir.el index 22dee30e8..4dd123bf2 100644 --- a/lisp/nnir.el +++ b/lisp/nnir.el @@ -548,15 +548,15 @@ that it is for notmuch, not Namazu." (gmane nnir-run-gmane ((gmane-author . "Gmane Author: "))) (swish++ nnir-run-swish++ - ((swish++-group . "Swish++ Group spec: "))) + ((swish++-group . "Swish++ Group spec (regexp): "))) (swish-e nnir-run-swish-e - ((swish-e-group . "Swish-e Group spec: "))) + ((swish-e-group . "Swish-e Group spec (regexp): "))) (namazu nnir-run-namazu ()) (notmuch nnir-run-notmuch ()) (hyrex nnir-run-hyrex - ((hyrex-group . "Hyrex Group spec: "))) + ((hyrex-group . "Hyrex Group spec (regexp): "))) (find-grep nnir-run-find-grep ((grep-options . "Grep options: ")))) "Alist of supported search engines. -- 2.25.1