From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82074 Path: news.gmane.org!not-for-mail From: Matt Ford Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-warp-to-article broken in latest version of Gnus? Date: Mon, 23 Jul 2012 08:31:51 +0100 Organization: Dancingfrog Message-ID: <871uk3exw8.fsf@rss01.mhs.man.ac.uk> References: <87hasztopt.fsf@dancingfrog.co.uk> <87eho3hul5.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343028773 9898 80.91.229.3 (23 Jul 2012 07:32:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2012 07:32:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30344@lists.math.uh.edu Mon Jul 23 09:32:54 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 1StD8P-0003tA-Mk for ding-account@gmane.org; Mon, 23 Jul 2012 09:32:53 +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 1StD7o-0002Kj-T6; Mon, 23 Jul 2012 02:32:16 -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 1StD7n-0002KV-5P for ding@lists.math.uh.edu; Mon, 23 Jul 2012 02:32:15 -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 1StD7l-0006Kj-HR for ding@lists.math.uh.edu; Mon, 23 Jul 2012 02:32:14 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1StD7j-0004FV-67 for ding@gnus.org; Mon, 23 Jul 2012 09:32:11 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1StD7h-0003Gd-Jy for ding@gnus.org; Mon, 23 Jul 2012 09:32:09 +0200 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jul 2012 09:32:09 +0200 Original-Received: from matt by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Jul 2012 09:32:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:j1fKexnaDhrmQfyS38mo3jDr5d8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82074 Archived-At: Hi Tassilo, I create a nnir group by doing GG on a IMAP group and writing a suitable query. 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. So for whatever reason the nnir group is not considered virtual - is that correct? Changing the predicate check to `t' makes things work as a dirty hack. -- Matt