From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57833 Path: main.gmane.org!not-for-mail From: Mark Plaksin Newsgroups: gmane.emacs.gnus.general Subject: Recent gnus-get-unread-articles changes cause trouble Date: Thu, 03 Jun 2004 21:40:53 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086313324 15644 80.91.224.253 (4 Jun 2004 01:42:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2004 01:42:04 +0000 (UTC) Original-X-From: ding-owner+M6374@lists.math.uh.edu Fri Jun 04 03:41:59 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BW3iZ-0006z1-00 for ; Fri, 04 Jun 2004 03:41:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BW3hq-0002gp-00; Thu, 03 Jun 2004 20:41:14 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BW3hm-0002gk-00 for ding@lists.math.uh.edu; Thu, 03 Jun 2004 20:41:10 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BW3hk-0005ed-2j for ding@lists.math.uh.edu; Thu, 03 Jun 2004 20:41:08 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id D5C583A005F for ; Thu, 3 Jun 2004 20:41:05 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BW3hg-0001C5-00 for ; Fri, 04 Jun 2004 03:41:04 +0200 Original-Received: from water.tss.usg.edu ([168.24.245.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Jun 2004 03:41:04 +0200 Original-Received: from happy by water.tss.usg.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Jun 2004 03:41:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: water.tss.usg.edu User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:7o+HB/SJZyntIvJzaPzeMqQfqNk= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57833 Hi, After the first change (rev 7.16) below, I started seeing weirdness with g in the Group buffer. I have several nnvirtual groups at level 4. They happen to contain only nnrss groups. If I do 4 g I see the nnrss groups being checked but when gnus-group-get-new-news finishes, these groups show up with an asterisk in place of the number of unread articles. If I ESC g while pointing at the nnvirtual group, everything works as expected. Reverting to rev 7.15 of gnus-start.el resolves the problem. Possibly related is the discussion in this long thread: http://thread.gmane.org/gmane.emacs.gnus.general/56066 Before I try to debug it I thought I'd see if anybody else had ideas off the top of their heads :) Thanks for any help! revision 7.18 date: 2004/05/21 10:41:21; author: yamaoka; state: Exp; lines: +16 -13 (gnus-get-unread-articles): Cosmetic change. ---------------------------- revision 7.17 date: 2004/05/21 04:03:38; author: yamaoka; state: Exp; lines: +5 -3 (gnus-get-unread-articles): Fix previous commit. ---------------------------- revision 7.16 date: 2004/05/21 00:34:56; author: yamaoka; state: Exp; lines: +1 -1 (gnus-get-unread-articles): Don't invalidate active for foreign groups even if the group level is higher than the specified value.