Gnus development mailing list
 help / color / mirror / Atom feed
* nnir-run-gmane search broken
@ 2010-12-07  4:08 Matt Lundin
  2010-12-07 10:09 ` Robert Pluim
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Lundin @ 2010-12-07  4:08 UTC (permalink / raw)
  To: ding

Commit 37a6bcd4423177ae79be2f6ac5b8f8ea4829aca7 broke nnir searches on
my gmane groups. I surmise this is because the nntp-address that nnir
looks for is not always present in the select method. My
gnus-select-method looks like this:

(setq gnus-select-method '(nntp "news.gmane.org"))

As a result, line 1383 in nnir.el...

(cadr (assoc 'nntp-address 
	     (cddr (gnus-server-to-method "nntp:news.gmane.org")))) 

...evaluates to nil, because...

(gnus-server-to-method "nntp:news.gmane.org")

...evaluates simply to...

(nntp "news.gmane.org")

Best,
Matt




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

end of thread, other threads:[~2010-12-10 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-07  4:08 nnir-run-gmane search broken Matt Lundin
2010-12-07 10:09 ` Robert Pluim
2010-12-07 13:20   ` Andrew Cohen
2010-12-08 19:17     ` Matt Lundin
2010-12-08 19:27       ` Matt Lundin
2010-12-10 15:01         ` Matt Lundin

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).