Gnus development mailing list
 help / color / mirror / Atom feed
From: Janne Rinta-Manty <jrm@iki.fi>
Subject: Re: Faster group entry for some groups?
Date: Fri, 05 May 2000 15:41:19 GMT	[thread overview]
Message-ID: <xkng0rx9fd4.fsf@tahkokari.cs.Helsinki.FI> (raw)
In-Reply-To: <200005051438.QAA07418@lucy.cs.uni-dortmund.de>

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



      reply	other threads:[~2000-05-05 15:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-05 11:37 Kai Großjohann
2000-05-05 14:16 ` Janne Rinta-Manty
2000-05-05 14:38   ` Kai Großjohann
2000-05-05 15:41     ` Janne Rinta-Manty [this message]

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=xkng0rx9fd4.fsf@tahkokari.cs.Helsinki.FI \
    --to=jrm@iki.fi \
    /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).