From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79221 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug with referring articles Date: Mon, 27 Jun 2011 13:48:54 -0400 Message-ID: <87mxh3412x.fsf@andy.bu.edu> References: <87fwnbr15c.fsf@fastmail.fm> <8739j39v6a.fsf@andy.bu.edu> <87vcvybcb4.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309197000 10913 80.91.229.12 (27 Jun 2011 17:50:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 17:50:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27517@lists.math.uh.edu Mon Jun 27 19:49:57 2011 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 1QbFwV-0006Zp-Cg for ding-account@gmane.org; Mon, 27 Jun 2011 19:49:51 +0200 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 1QbFw7-00016V-9g; Mon, 27 Jun 2011 12:49:27 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QbFw4-00016P-Db for ding@lists.math.uh.edu; Mon, 27 Jun 2011 12:49:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QbFvx-0004tx-IG for ding@lists.math.uh.edu; Mon, 27 Jun 2011 12:49:21 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QbFvu-00009n-0k for ding@gnus.org; Mon, 27 Jun 2011 19:49:14 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbFvq-00065n-Ut for ding@gnus.org; Mon, 27 Jun 2011 19:49:11 +0200 Original-Received: from andy.bu.edu ([128.197.41.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2011 19:49:10 +0200 Original-Received: from cohen by andy.bu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2011 19:49:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: andy.bu.edu User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:W9lERbAHgD8Yzpw6utVSE2FzEk4= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79221 Archived-At: >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> Tassilo Horn writes: >> What remains as a feature suggestion is that the nnimap backend >> could check the other (subscribed) IMAP folders of that select >> method, too, if the current folder doesn't contain the article >> one tries to refer. Lars> Yeah, if nnir is able to find the article, then there should Lars> be a way to make `^' hook up to that. Yup, I've been playing with it. [...] Lars> and then putting the nnir select method into Lars> `gnus-refer-article-method' work? Er, no, we'd probably have Lars> to have a special `current-nnir' thing like you said... Yeah, this is a problem. A very simple (but less automatic :() alternative would be to specify the server directly : (nnir "nnimap:name"). Then you could even search for a referring article that is on a different server (which happens to me occasionally). I've hacked this up if anyone wants to try it out. Regards, Andy