Gnus development mailing list
 help / color / mirror / Atom feed
* easiest way to subscribe to 10 groups at once
@ 2008-10-07  0:27 jidanni
  2008-10-07 15:31 ` Ted Zlatanov
  2008-10-07 18:23 ` Adam Sjøgren
  0 siblings, 2 replies; 3+ messages in thread
From: jidanni @ 2008-10-07  0:27 UTC (permalink / raw)
  To: ding

This step was easy enough:
# xargs -n 1 noffle -s < additional_groups_I_want_to_subscribe_to
Next I attempted to use
F runs the command gnus-group-find-new-groups
which merely chomped CPU and made a giant buffer in the buffer list,
until I hit ^G. No wonder F is disabled.
(As I don't use .newsrc, I didn't investigate importing from there.)
OK, then I did
# perl -nlwe 'print "(gnus-group-jump-to-group \"$_\")"' < additional_groups...
(gnus-group-jump-to-group "gmane.comp.handhelds.openmoko.announce")
(gnus-group-jump-to-group "gmane.comp.handhelds.openmoko.apps")
(gnus-group-jump-to-group "gmane.comp.handhelds.openmoko.buglog")...
Which I pasted into the minibuffer of
M-: (translated from <escape> :) runs the command eval-expression
whereupon I was finally able to use uuuuu... to subscribe them. Jeez.



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

end of thread, other threads:[~2008-10-07 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-07  0:27 easiest way to subscribe to 10 groups at once jidanni
2008-10-07 15:31 ` Ted Zlatanov
2008-10-07 18:23 ` Adam Sjøgren

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