From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29184 Path: main.gmane.org!not-for-mail From: Chris Richards Newsgroups: gmane.emacs.gnus.general Subject: Scanning Mail/Refreshing Group Buffer Date: 11 Feb 2000 10:18:25 -0600 Organization: Unorganized Sender: owner-ding@hpc.uh.edu Message-ID: <6eg0uzn25q.fsf@sloth.netpliance.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165898 1318 80.91.224.250 (21 Oct 2002 02:04:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:04:58 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 48AB2D051F for ; Fri, 11 Feb 2000 11:20:54 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB25595; Fri, 11 Feb 2000 10:20:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 11 Feb 2000 10:19:39 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA15116 for ; Fri, 11 Feb 2000 10:19:20 -0600 (CST) Original-Received: from sloth.netpliance.net (sloth.netpliance.net [216.136.56.80]) by mailhost.sclp.com (Postfix) with ESMTP id C54F8D051F for ; Fri, 11 Feb 2000 11:19:09 -0500 (EST) Original-Received: (from chrisr@localhost) by sloth.netpliance.net (8.9.3/8.9.3) id KAA07888; Fri, 11 Feb 2000 10:18:25 -0600 X-Authentication-Warning: sloth.netpliance.net: chrisr set sender to cjr@netpliance.net using -f Original-To: ding@gnus.org Original-Lines: 21 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29184 Howdy. I am attempting to change the frequency at which mail and news backends are checked independent of one another. I use: (gnus-demon-init) (gnus-demon-add-handler 'gnus-demon-scan-news 30 nil) (gnus-demon-add-handler 'gnus-demon-scan-mail 5 nil) However, when new mail is successfully scanned, the *Group* buffer is not refreshed. When news is scanned, the *Group* buffer is refreshed. (This is because gnus-demon-scan-news tail-calls gnus-group-get-new-news ['g'] which does the whole shbang.) Any suggestions short of duplicating a whole mess of code in gnus-start.el? Cheers, cjr