From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25462 invoked from network); 20 May 2020 16:48:41 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 20 May 2020 16:48:41 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jbRtH-0006Y2-VX; Wed, 20 May 2020 11:48:23 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jbRtF-0006VN-Aq for ding@lists.math.uh.edu; Wed, 20 May 2020 11:48:21 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jbRtD-0007TI-Uz for ding@lists.math.uh.edu; Wed, 20 May 2020 11:48:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Wl28jm01Pu/qy1IOi30FE97gsiOLOEu+RRfo3LNvlkM=; b=u1mwSF7un2PXJOpxRtk8KAuHUK NUBupiYaRbbM9RixHBCcJa3gyeydmBFb7G1KgecUZUQMeT+b5uj6J1yrbcSv13kyfj0kkGkbQ/8XB CpMxRKUjbg9tTeiFCOFfXrAbItI4ajnodCJdmmzFlVVKzVZ61+2beAqF7p9F8NLPJq8s=; Received: from ciao.gmane.io ([159.69.161.202]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jbRt6-0004W8-VF for ding@gnus.org; Wed, 20 May 2020 18:48:15 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jbRt6-0000vi-0l for ding@gnus.org; Wed, 20 May 2020 18:48:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Dan Christensen Subject: Re: Remove Ghost groups Date: Wed, 20 May 2020 12:48:07 -0400 Message-ID: <87367uft88.fsf@uwo.ca> References: <87imgqy8f4.fsf@local.lan> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cancel-Lock: sha1:cj60VzijSt25DTz6H5TFoyLfBB0= Mail-Copies-To: never List-ID: Precedence: bulk On May 20, 2020, Harry Putnam wrote: > I have developed a number of what might be called ghost groups. Some > (most) are as the result of removing groups behind gnus back. Others, > I'm not sure of their origin. > > These groups now appear in gnus -> groups buffer with an asterisk > before them as in the included image below. > > They do not respond to simple C-k nor do they respond to C-u G del > > How can I get rid of them? Does gnus-group-check-bogus-groups help? It's bound to `b' in the *Group* buffer. For me, it generates an error about a nil select method, but maybe you'll have better luck... Dan