Gnus development mailing list
 help / color / mirror / Atom feed
* Documentation of gnus-check-new-newsgroups, select methods value
@ 2016-01-02 11:34 Adam Sjøgren
  2016-01-02 11:55 ` Eric Abrahamsen
  2016-01-04  2:21 ` Eric Abrahamsen
  0 siblings, 2 replies; 6+ messages in thread
From: Adam Sjøgren @ 2016-01-02 11:34 UTC (permalink / raw)
  To: ding

The documentation of gnus-check-new-newsgroups does not mention that
_if_ you set the variable to a list of select methods, then the options
set on those select methods in gnus-secondary-select-methods will be
ignored.

Should it?

What lead me to discover this, is that I have had for a long time:

  (setq gnus-secondary-select-methods
        '(
          (nnml ""
                (nnir-search-engine notmuch))
      ...

and recently I added:

  (setq gnus-check-new-newsgroups '((nnml "")))

Which had the side effect of making nnir-searches on nnml: return no
results. (Which, by the way, is also misleading - shouldn't nnir say
"I was not configured to search anything", rather than "I didn't find
any results"?)

If I change gnus-check-new-newsgroups to '((nnml "" (nnir-search-engine
notmuch))) searching works again.

Which is nice, but it feels a little, uh, brittle?


  Best regards,

    Adam

-- 
 "What do you do for a living, man?"                          Adam Sjøgren
 "Oh, I confound expectations."                          asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-04  2:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-02 11:34 Documentation of gnus-check-new-newsgroups, select methods value Adam Sjøgren
2016-01-02 11:55 ` Eric Abrahamsen
2016-01-02 12:17   ` Adam Sjøgren
2016-01-02 13:59     ` Eric Abrahamsen
2016-01-02 14:13       ` Adam Sjøgren
2016-01-04  2:21 ` Eric Abrahamsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).