Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Cc: ding@gnus.org
Subject: Re: gnus-group-get-new-news broken again
Date: 05 Dec 1999 01:43:07 +0100	[thread overview]
Message-ID: <ilupuwmjjz8.fsf@badis.pdc.kth.se> (raw)
In-Reply-To: Michael Harnois's message of "04 Dec 1999 10:52:12 -0600"

Michael Harnois <mharnois@willinet.net> 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.


  parent reply	other threads:[~1999-12-05  0:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-04 14:24 Bruce Stephens
1999-12-04 16:52 ` Michael Harnois
1999-12-04 17:17   ` Shenghuo ZHU
1999-12-04 17:46     ` Michael Harnois
1999-12-05  0:43   ` Simon Josefsson [this message]
1999-12-05  4:20     ` Shenghuo ZHU
1999-12-05 15:16       ` Simon Josefsson
1999-12-05 16:24         ` Shenghuo ZHU
1999-12-05 16:53           ` Michael Harnois
1999-12-05 17:01           ` Bruce Stephens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilupuwmjjz8.fsf@badis.pdc.kth.se \
    --to=jas@pdc.kth.se \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).