From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82075 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-warp-to-article broken in latest version of Gnus? Date: Mon, 23 Jul 2012 09:59:12 +0200 Message-ID: <87pq7mhprj.fsf@thinkpad.tsdh.de> References: <87hasztopt.fsf@dancingfrog.co.uk> <87eho3hul5.fsf@thinkpad.tsdh.de> <871uk3exw8.fsf@rss01.mhs.man.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343030370 21189 80.91.229.3 (23 Jul 2012 07:59:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2012 07:59:30 +0000 (UTC) Cc: ding@gnus.org To: Matt Ford Original-X-From: ding-owner+M30345@lists.math.uh.edu Mon Jul 23 09:59:29 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1StDY8-0001Nm-Bb for ding-account@gmane.org; Mon, 23 Jul 2012 09:59:29 +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 1StDXz-0002TA-FL; Mon, 23 Jul 2012 02:59:19 -0500 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 1StDXx-0002Sz-Sp for ding@lists.math.uh.edu; Mon, 23 Jul 2012 02:59:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1StDXw-0006PI-Bk for ding@lists.math.uh.edu; Mon, 23 Jul 2012 02:59:17 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1StDXu-0004rs-RM for ding@gnus.org; Mon, 23 Jul 2012 09:59:14 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B1E00D22D4; Mon, 23 Jul 2012 09:59:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gEO4dHAEl52j; Mon, 23 Jul 2012 09:59:14 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 1B996D22D3; Mon, 23 Jul 2012 09:59:14 +0200 (CEST) In-Reply-To: <871uk3exw8.fsf@rss01.mhs.man.ac.uk> (Matt Ford's message of "Mon, 23 Jul 2012 08:31:51 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82075 Archived-At: Matt Ford writes: Hi Matt, > I create a nnir group by doing GG on a IMAP group and writing a > suitable query. Ditto. > Putting a trace on the `gnus-warp-to-article' function I see that the > code never executes as `(gnus-virtual-group-p gnus-newsgroup-name)' > returns nil for the nnir group. Just edebugged that function, and here the call above returns (virtual) for nnir groups. > So for whatever reason the nnir group is not considered virtual - is > that correct? No, at least I get a different result. > Changing the predicate check to `t' makes things work as a dirty hack. Can it be that you aren't running the very recent Ma Gnus version? It's HEAD commit is commit c54845f946c28e8361dc77fb09a873d72b69f967 Author: Andrew Cohen Date: Sun Jul 22 19:50:05 2012 -0400 nnir: Add 'virtual ability to nnir backend. which seems to deal exactly with your issue. Bye, Tassilo