From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30727 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 15:41:19 GMT Organization: "SunSITE Denmark -- sunsite.auc.dk Sender: owner-ding@hpc.uh.edu Message-ID: References: <200005051137.NAA07020@lucy.cs.uni-dortmund.de> <200005051438.QAA07418@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 1035167223 10035 80.91.224.250 (21 Oct 2002 02:27:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:27:03 +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 AD283D051E for ; Fri, 5 May 2000 11:43:11 -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 KAB24713; Fri, 5 May 2000 10:43:06 -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 10:42:34 -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 KAA16923 for ; Fri, 5 May 2000 10:42:25 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by mailhost.sclp.com (Postfix) with SMTP id 92736D051E for ; Fri, 5 May 2000 11:41:21 -0400 (EDT) Original-Received: (qmail 20949 invoked by uid 509); 5 May 2000 15:41:20 -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 957541279 128.214.48.213 (Fri, 05 May 2000 17:41:19 MET DST) Original-NNTP-Posting-Date: Fri, 05 May 2000 17:41:19 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30727 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30727 Kai Großjohann 2000-05-05T14:41:34Z: KG> (defun kai-gnus-summary-set-cache () [...] KG> (when (and gnus-newsgroup-name KG> (stringp gnus-newsgroup-name) KG> (string-match "^nntp\\+" gnus-newsgroup-name)) KG> (make-local-variable 'gnus-fetch-old-headers) KG> (setq gnus-fetch-old-headers nil))) KG> Is the make-local-variable the problem? I don't know - the following was OK for me: (defun jrm-fetch-old-headers-or-not () (make-local-variable 'gnus-fetch-old-headers) (setq gnus-fetch-old-headers (not (string-match "emacs.ding$" gnus-newsgroup-name)))) -- Janne Rinta-Mänty