From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43845 Path: main.gmane.org!not-for-mail From: Ami Fischman Newsgroups: gmane.emacs.gnus.general Subject: bug in level code in latest oort Date: Mon, 11 Mar 2002 17:30:15 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <81eliqindk.fsf@zion.bpnetworks.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1015896577 9623 80.91.224.249 (12 Mar 2002 01:29:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2002 01:29:37 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16kb6e-0002V6-00 for ; Tue, 12 Mar 2002 02:29:37 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16kb4R-0000yg-00; Mon, 11 Mar 2002 19:27:19 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 11 Mar 2002 19:27:23 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA03444 for ; Mon, 11 Mar 2002 19:27:12 -0600 (CST) Original-Received: (qmail 25175 invoked by alias); 12 Mar 2002 01:27:02 -0000 Original-Received: (qmail 25170 invoked from network); 12 Mar 2002 01:27:02 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 12 Mar 2002 01:27:02 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 16kb65-00070Q-00 for ; Tue, 12 Mar 2002 02:29:01 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 30 Original-NNTP-Posting-Host: zion.bpnetworks.com Original-X-Trace: quimby.gnus.org 1015896541 26665 207.199.66.114 (12 Mar 2002 01:29:01 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 12 Mar 2002 01:29:01 GMT Mail-Copies-To: nobody User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) Cancel-Lock: sha1:xb1/1NWRkPHGNfKPucfOI4HSpF4= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43845 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43845 Using CVS oort from couple of days ago w/ emacs 21.1. I use level 2 for nnml groups, level 3 for "close" nntp groups, and level 4 for "far" nntp groups. Thus, to check just my mail spool, I do "2 g" in the group buffer. This works most of the time. However, sometimes a "2 g" results in what looks like would happen if I hit "20 g" -- all of the configured nntp servers get queried, and zombie/killed groups are suddenly listed as well. I can do a subsequent "2 l" to restrict the listing, but it is a major PITA to have to wait for many faraway nntp servers to respond (the reason why I'm using levels in the first place). If I C-g in the middle of the querying of the nntp's (actually, I need to hit C-g many times before it stops), some of the nntp connections will get marked "(denied)" in the Servers buffer and have to be manually re-O'd to be useful after that (in the current gnus session). Anyone seeing any similar symptoms? Any idea what's up with this? The only levels-related stuff in my .gnus is: (custom-set-variables '(gnus-activate-level 2) '(gnus-level-default-subscribed 3)) and most of the time levels DO work correctly, so I don't think it's a config error... Thanks, -- Ami Fischman usenet@fischman.org