From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30722 Path: main.gmane.org!not-for-mail From: Janne Rinta-Manty Newsgroups: gmane.emacs.gnus.general Subject: Re: Faster group entry for some groups? Date: Fri, 05 May 2000 14:16:51 GMT Organization: "SunSITE Denmark -- sunsite.auc.dk Sender: owner-ding@hpc.uh.edu Message-ID: References: <200005051137.NAA07020@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035167219 9994 80.91.224.250 (21 Oct 2002 02:26:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:26:59 +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 AB22BD051E for ; Fri, 5 May 2000 10:18:46 -0400 (EDT) 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 JAB03956; Fri, 5 May 2000 09:18:37 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 May 2000 09:18:08 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@[204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA15972 for ; Fri, 5 May 2000 09:17:58 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by mailhost.sclp.com (Postfix) with SMTP id AAC2ED051E for ; Fri, 5 May 2000 10:16:54 -0400 (EDT) Original-Received: (qmail 14860 invoked by uid 509); 5 May 2000 14:16:52 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 20 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.3 Original-NNTP-Posting-Host: 128.214.48.213 Original-X-Trace: twister.sunsite.auc.dk 957536211 128.214.48.213 (Fri, 05 May 2000 16:16:51 MET DST) Original-NNTP-Posting-Date: Fri, 05 May 2000 16:16:51 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30722 Kai Großjohann 2000-05-05T11:44:50Z: KG> I have gnus-fetch-old-headers set to t by default, but changed it KG> to nil in the group parameters of the two groups in question. KG> Gnus still reads lots of data when entering the group. ISTM that this is again one of those things that you can't set in the group parameters. I was having a same kind of problem with this list, which I read from sunsite.auc.dk. So I finally took the time to do some trial and error, and this is my solution: (add-hook 'gnus-summary-mode-hook 'jrm-fetch-old-headers-or-not) (defun jrm-fetch-old-headers-or-not () (setq gnus-fetch-old-headers (not (string-match "emacs.ding$" gnus-newsgroup-name)))) -- Janne Rinta-Mänty