From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15884 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Can't ask Gnus to check for all unknown groups Date: 06 Aug 1998 20:22:13 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154847 24661 80.91.224.250 (20 Oct 2002 23:00:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:00:47 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id LAA14016 for ; Thu, 6 Aug 1998 11:29:59 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id OAA09735 for ; Thu, 6 Aug 1998 14:25:20 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id MAS10278; Thu, 6 Aug 1998 12:55:58 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Aug 1998 13:22:43 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA08017 for ; Thu, 6 Aug 1998 13:22:33 -0500 (CDT) Original-Received: from pat.uio.no (6089@pat.uio.no [129.240.130.16]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id OAA14004 for ; Thu, 6 Aug 1998 14:22:28 -0400 (EDT) Original-Received: from bombur2.uio.no (actually bombur2.uio.no [129.240.200.72]) by pat.uio.no with SMTP (PP); Thu, 6 Aug 1998 20:22:16 +0200 Original-Received: by bombur2.uio.no ; Thu, 6 Aug 1998 20:22:14 +0200 (MET DST) Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15884 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15884 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