From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5201 Path: main.gmane.org!not-for-mail From: gsstark@MIT.EDU (Greg Stark) Newsgroups: gmane.emacs.gnus.general Subject: Re: how do you subscribe to new groups if I don't save-killed Date: 21 Feb 1996 14:49:10 -0500 Organization: Massachvsetts Institvte of Technology Sender: gsstark@fierce-bad-rabbit.MIT.EDU Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145841 32114 80.91.224.250 (20 Oct 2002 20:30:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:30:41 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id NAA17070 for ; Wed, 21 Feb 1996 13:49:21 -0800 Original-Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Wed, 21 Feb 1996 21:58:12 +0100 Original-Received: from FIERCE-BAD-RABBIT.MIT.EDU by MIT.EDU with SMTP id AA01506; Wed, 21 Feb 96 14:48:49 EST Original-Received: by fierce-bad-rabbit.MIT.EDU (5.57/4.7) id AA19649; Wed, 21 Feb 96 14:49:18 -0500 Original-To: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) In-Reply-To: larsi@ifi.uio.no's message of 21 Feb 1996 00:05:51 +0100 Original-Lines: 20 X-Mailer: September Gnus v0.39/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:5201 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5201 >>>>> Lars Magne Ingebrigtsen writes: > gsstark@MIT.EDU (Greg Stark) writes: > Well, the "solution" is to set `gnus-read-active-file' to t. This will make > startup slower, though. > One way or another, Gnus has to know what groups are available. Either it > must save the list of killed groups, or it must read the active file if you > want to be able to do this sort of thing. I currently have: (setq gnus-read-active-file t) (setq gnus-check-new-newsgroups '((nntp "news.mit.edu") (nnml ""))) (setq gnus-save-killed-list nil) Commands like ``A m'' only list subscribed and unsuscribed groups. No command seems to know about any killed groups. greg