Gnus development mailing list
 help / color / mirror / Atom feed
* when one has a list of 35 groups one wants to subscribe to
@ 2010-10-22  3:54 jidanni
  2010-10-22  6:47 ` Tassilo Horn
  0 siblings, 1 reply; 15+ messages in thread
From: jidanni @ 2010-10-22  3:54 UTC (permalink / raw)
  To: ding

(info "(gnus) Subscription Commands") should mention what to do when one
has a list of 35 groups one wants to subscribe to.

All we can find out is we must manually add each one by hand.

One might think oh just put them into .newsrc and have it reread that.
Reading (info "(gnus) Startup Files"), that might work on a fresh gnus
but we have turned off and removed .newsrc long ago and rereading it
would surely destroy our other groups. Nope, none of (info "(gnus) New
Groups") is right either, as that has nothing to do with our list of 35
groups.



^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: when one has a list of 35 groups one wants to subscribe to
@ 2010-10-24 16:58 JJ
  2010-10-24 17:23 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 15+ messages in thread
From: JJ @ 2010-10-24 16:58 UTC (permalink / raw)
  To: ding

Kan-Ru Chen <kanru@kanru.info> writes:

> Some elisp-fu might help.
>
> (let ((list-of-newsgroup '("gmane.announce"
>                            "gmane.emacs.devel"
>                            "gmane.emacs.gnus.general"
>                            ; ... 32 more
>                            )))
>   (dolist (new-list list-of-newsgroup)
>     (gnus-subscribe-newsgroup new-list)))

I'm often faced with a similar task with RSS feeds, i.e. having tens of
these that I want to resubscribe to automatically. What would be the
syntax for RSS feeds, since Gnus asks for three entries when subscribing
to an RSS feed via `G R':
`URL to Search for RSS'
`Title'
and
`Description'

So for instance:
http://www.nytimes.com/services/xml/rss/nyt/GlobalHome.xml
NY Times Global
Funny newspaper

and this 35 times...
-- 
JJ




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

end of thread, other threads:[~2010-10-24 17:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-22  3:54 when one has a list of 35 groups one wants to subscribe to jidanni
2010-10-22  6:47 ` Tassilo Horn
2010-10-22  6:55   ` jidanni
2010-10-22  7:06     ` Tassilo Horn
2010-10-22  7:11       ` jidanni
2010-10-22  7:28         ` Tassilo Horn
2010-10-22 10:15           ` Kan-Ru Chen
2010-10-22 10:41             ` jidanni
2010-10-22  9:17         ` Steinar Bang
2010-10-22 17:50     ` James Cloos
2010-10-22  7:13   ` [PATCH] Mention subscriptions via Server buffer at Subscription Commands (was: when one has a list of 35 groups one wants to subscribe to) Tassilo Horn
2010-10-22  7:18     ` [PATCH] Mention subscriptions via Server buffer at Subscription Commands jidanni
2010-10-22 14:53     ` Lars Magne Ingebrigtsen
2010-10-24 16:58 when one has a list of 35 groups one wants to subscribe to JJ
2010-10-24 17:23 ` 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).