Gnus development mailing list
 help / color / mirror / Atom feed
* september 0.45, gnus-server-equal
@ 1996-02-28 16:17 Felix Lee
  1996-02-29  8:58 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Lee @ 1996-02-28 16:17 UTC (permalink / 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 ...)
	  ... )


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1996-03-01  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-28 16:17 september 0.45, gnus-server-equal Felix Lee
1996-02-29  8:58 ` Lars Magne Ingebrigtsen
1996-02-29 19:29   ` Felix Lee
1996-03-01  9:04     ` Lars Magne Ingebrigtsen

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).