From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27705 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-group-get-new-news broken again Date: 05 Dec 1999 01:43:07 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d7smpywj.fsf@cenderis.demon.co.uk> <87g0xilkcj.fsf@mharnois.workgroup.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164682 25899 80.91.224.250 (21 Oct 2002 01:44:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:44:42 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA25964 for ; Sat, 4 Dec 1999 19:44:22 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB12697; Sat, 4 Dec 1999 18:43:59 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 04 Dec 1999 18:44:06 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA16020 for ; Sat, 4 Dec 1999 18:43:56 -0600 (CST) Original-Received: from badis.pdc.kth.se (root@badis.pdc.kth.se [130.237.221.45]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA25958 for ; Sat, 4 Dec 1999 19:43:30 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id BAA09151; Sun, 5 Dec 1999 01:43:08 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: Michael Harnois In-Reply-To: Michael Harnois's message of "04 Dec 1999 10:52:12 -0600" Original-Lines: 31 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4.92 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27705 Michael Harnois writes: > > I have mail groups at level 1, and news groups at level 3. I > > use C-u 2 g to get new email messages. > > > A few days ago, this worked, but now it doesn't (it doesn't get > > any new messages). I'm using CVS gnus, and this coincides > > approximately with the 0.99->5.8.2->5.8.3 change, I guess. > > I reported it three days ago, so it's at least that old... Hm, does it go away if you remove my speedup-patch, by applying this patch below? Commited some days ago, so it might be it. If so, what does the select method for your level 1 group look like? (`G e' in the group buffer, on the group) --- gnus-start.el Sun Dec 5 01:34:31 1999 +++ gnus-start.el.~5.41~ Sun Dec 5 01:32:59 1999 @@ -1550,10 +1542,7 @@ (setcdr (assoc method retrievegroups) (cons group (cdr (assoc method retrievegroups)))) (push (list method group) retrievegroups)) - (if (member method scanned-methods) - (setq active (gnus-activate-group group)) - (setq active (gnus-activate-group group 'scan)) - (push method scanned-methods)) + (setq active (gnus-activate-group group 'scan)) (inline (gnus-close-group group)))))) ;; Get the number of unread articles in the group.