From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48428 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Strange retreival behavior Date: Mon, 30 Dec 2002 18:42:32 -0800 Organization: Still searching... Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041309081 30503 80.91.224.249 (31 Dec 2002 04:31:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 04:31:21 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TE3k-0007vr-00 for ; Tue, 31 Dec 2002 05:31:20 +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 18TE3g-0004BS-00; Mon, 30 Dec 2002 22:31:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 30 Dec 2002 22:32:09 -0600 (CST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA15854 for ; Mon, 30 Dec 2002 22:31:58 -0600 (CST) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18TE2b-0007tn-00 for ; Tue, 31 Dec 2002 05:30:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@hpc.uh.edu Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18TCLf-0004Db-00 for ; Tue, 31 Dec 2002 03:41:43 +0100 Original-Path: not-for-mail Original-Lines: 18 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:PicuCW/VSHNFBsZT8CHCMZuh/xk= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48428 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48428 Using `g' to do a normal retreival seems not to be working at times. I haven't really tracked this down extensively and was hoping maybe someone would have seen something similar. I have one nntp server: (setq gnus-select-method '(nntp "news.la.sbcglobal.net")) under gnus-select-method and use news.gmane.org as a foreign server. When I press `g' I see the gmane groups refreshed but not the main groups. Looking at `^' to see if it is denied or something, it isn't. I do have code to stop the agent from downloading groups above level3: (setq gnus-agent-handle-level 3) But these groups are at level 3 and have always been excluded from being ignored in the past. Anyone seen a similar phenomena or have a guess where to look to debug this?