Gnus development mailing list
 help / color / mirror / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: ding@gnus.org
Subject: nnir-run-gmane search broken
Date: Mon, 06 Dec 2010 23:08:15 -0500	[thread overview]
Message-ID: <87vd36p6mo.fsf@fastmail.fm> (raw)

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




             reply	other threads:[~2010-12-07  4:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-07  4:08 Matt Lundin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vd36p6mo.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).