Gnus development mailing list
 help / color / mirror / Atom feed
* Can't ask Gnus to check for all unknown groups
@ 1998-08-06 18:22 Hallvard B Furuseth
  1998-08-06 22:59 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Hallvard B Furuseth @ 1998-08-06 18:22 UTC (permalink / raw)


If you edit .newsrc.eld (and .newsrc if you have got one) and remove a
group, `gnus-group-find-new-groups' won't reinsert it if you have
	gnus-check-new-newsgroups = 'ask-server
	gnus-read-active-file     = 'some
That can happen if you tidy up .newsrc.eld "by hand" without considering
your gnus setup too closely.

So I suggest that `gnus-group-find-new-groups' gets a prefix arg which
causes it to in effect do
	(let ((gnus-check-new-newsgroups t)
              (gnus-read-active-file     t))
	  ...)
if gnus-save-killed-list is non-nil.

(If it did this for gnus-save-killed-list = nil, all the killed groups
would be reinserted in .newsrc.eld, which seems like a good way to start
a "chop up Lars with an axe"-competition.  Though of course
gnus-save-killed-list = nil could instead cause the new groups to be
listed in a *Killed Groups* buffer or something, from which the user
could pick his groups.  Or maybe something like that exists already?)

-- 
Hallvard


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

* Re: Can't ask Gnus to check for all unknown groups
  1998-08-06 18:22 Can't ask Gnus to check for all unknown groups Hallvard B Furuseth
@ 1998-08-06 22:59 ` Lars Magne Ingebrigtsen
  1998-08-10 18:33   ` Hallvard B Furuseth
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-06 22:59 UTC (permalink / raw)


Hallvard B Furuseth <h.b.furuseth@usit.uio.no> writes:

> So I suggest that `gnus-group-find-new-groups' gets a prefix arg which
> causes it to in effect do
> 	(let ((gnus-check-new-newsgroups t)
>               (gnus-read-active-file     t))
> 	  ...)
> if gnus-save-killed-list is non-nil.

`C-u C-u F' could do this, I guess, if this is useful...

> (If it did this for gnus-save-killed-list = nil, all the killed groups
> would be reinserted in .newsrc.eld, which seems like a good way to start
> a "chop up Lars with an axe"-competition.  Though of course
> gnus-save-killed-list = nil could instead cause the new groups to be
> listed in a *Killed Groups* buffer or something, from which the user
> could pick his groups.  Or maybe something like that exists already?)

By default, new groups are subscribed as zombies.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Can't ask Gnus to check for all unknown groups
  1998-08-06 22:59 ` Lars Magne Ingebrigtsen
@ 1998-08-10 18:33   ` Hallvard B Furuseth
  1998-08-11  9:44     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Hallvard B Furuseth @ 1998-08-10 18:33 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>Hallvard B Furuseth <h.b.furuseth@usit.uio.no> writes:
> 
> By default, new groups are subscribed as zombies.

Duh.  Right.  So the hypothetical `C-u C-u F' should temporarily restore
that default if gnus-save-killed-list = nil.

-- 
Hallvard


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

* Re: Can't ask Gnus to check for all unknown groups
  1998-08-10 18:33   ` Hallvard B Furuseth
@ 1998-08-11  9:44     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-11  9:44 UTC (permalink / raw)


Hallvard B Furuseth <h.b.furuseth@usit.uio.no> writes:

> Duh.  Right.  So the hypothetical `C-u C-u F' should temporarily restore
> that default if gnus-save-killed-list = nil.

Ok.  I've added this to Gnus 5.6.32.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1998-08-11  9:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-06 18:22 Can't ask Gnus to check for all unknown groups Hallvard B Furuseth
1998-08-06 22:59 ` Lars Magne Ingebrigtsen
1998-08-10 18:33   ` Hallvard B Furuseth
1998-08-11  9:44     ` 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).