Gnus development mailing list
 help / color / mirror / Atom feed
From: Felix Lee <flee@teleport.com>
Subject: september 0.45, gnus-server-equal
Date: Wed, 28 Feb 1996 08:17:49 -0800	[thread overview]
Message-ID: <199602281617.IAA28026@desiree.teleport.com> (raw)

symptom:

	when (eq gnus-read-active-file 'some)
	reading the active file only fetches data for a few
	newsgroups that I'm subscribed to.

analysis:

	it's only fetching the groups that are explicitly labelled
	with the method (nntp "my-news-server").

	most of the newsgroups in my gnus-newsrc-assoc were added in
	an earlier era, so they have a method of nil and therefore
	don't get fetched.

comment:

	attaching the method to every item in gnus-newsrc-assoc is
	not very compact.  here's a piece of my gnus-newsrc-assoc:

	(("comp.org.user-groups.apcug" 3 nil nil
	  (nntp "news.teleport.com"
	   (nntp-server-opened-hook
	    (nntp-send-mode-reader nntp-send-authinfo-from-file))
           (nntp-address "news.teleport.com")))
         ("comp.org.user-groups.meetings" 3 nil nil
	  (nntp "news.teleport.com"
	   (nntp-server-opened-hook
	    (nntp-send-mode-reader nntp-send-authinfo-from-file))
           (nntp-address "news.teleport.com")))
         ("comp.org.user-groups.management" 3 nil nil
	  (nntp "news.teleport.com"
	   (nntp-server-opened-hook
	    (nntp-send-mode-reader nntp-send-authinfo-from-file))
           (nntp-address "news.teleport.com")))

	replicate it about 500 more times, and my newsrc.eld file
	becomes a couple megabytes.

	since there are relatively few different methods, it would be
	better to have an external representation more like this:

	( (method-0 group-0-0 group-1-0 ...)
	  (method-1 group-1-0 group-1-1 ...)
	  ... )


             reply	other threads:[~1996-02-28 16:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-28 16:17 Felix Lee [this message]
1996-02-29  8:58 ` Lars Magne Ingebrigtsen
1996-02-29 19:29   ` Felix Lee
1996-03-01  9:04     ` Lars Magne Ingebrigtsen

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=199602281617.IAA28026@desiree.teleport.com \
    --to=flee@teleport.com \
    /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).