From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74819 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir-run-gmane search broken Date: Tue, 07 Dec 2010 11:09:42 +0100 Organization: not if I can help it Message-ID: References: <87vd36p6mo.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291716628 29723 80.91.229.12 (7 Dec 2010 10:10:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2010 10:10:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23175@lists.math.uh.edu Tue Dec 07 11:10:24 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPuV4-0004sX-6z for ding-account@gmane.org; Tue, 07 Dec 2010 11:10:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PPuUm-0002Sz-Un; Tue, 07 Dec 2010 04:10:05 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PPuUl-0002So-Ni for ding@lists.math.uh.edu; Tue, 07 Dec 2010 04:10:03 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPuUk-000160-Dz for ding@lists.math.uh.edu; Tue, 07 Dec 2010 04:10:03 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPuUj-0008N6-00 for ; Tue, 07 Dec 2010 11:10:01 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PPuUj-0004jx-3i for ding@gnus.org; Tue, 07 Dec 2010 11:10:01 +0100 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2010 11:10:01 +0100 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2010 11:10:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Cancel-Lock: sha1:2jtRlvWN9JE7IRyjEljJbdYiNHk= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74819 Archived-At: Matt Lundin writes: > 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") Should this not fallback to using nnir-method-default-engines? (I haven't checked the code) Robert