From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86915 Path: news.gmane.org!not-for-mail From: Stefan Huchler Newsgroups: gmane.emacs.gnus.general Subject: Re: ~/News/rss/nnrss.el also a black hole for old nnrss groups Date: Mon, 22 Feb 2016 23:08:17 +0100 Message-ID: <877fhwtn3i.fsf@jupiter.lan> References: <87eiq89hix.fsf@jidanni.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456181763 5649 80.91.229.3 (22 Feb 2016 22:56:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Feb 2016 22:56:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35137@lists.math.uh.edu Mon Feb 22 23:55:45 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aXzOL-0005cn-79 for ding-account@gmane.org; Mon, 22 Feb 2016 23:55:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86) (envelope-from ) id 1aXzOJ-0007n2-Ch; Mon, 22 Feb 2016 16:55:43 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aXyeb-0007KE-5h for ding@lists.math.uh.edu; Mon, 22 Feb 2016 16:08:29 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aXyeZ-0007PZ-QT for ding@lists.math.uh.edu; Mon, 22 Feb 2016 16:08:29 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aXyeY-0002zu-ER for ding@gnus.org; Mon, 22 Feb 2016 23:08:26 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aXyeW-0001nT-JI for ding@gnus.org; Mon, 22 Feb 2016 23:08:24 +0100 Original-Received: from hsi-kbw-149-172-254-105.hsi13.kabel-badenwuerttemberg.de ([149.172.254.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Feb 2016 23:08:24 +0100 Original-Received: from stefan.huchler by hsi-kbw-149-172-254-105.hsi13.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Feb 2016 23:08:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-149-172-254-105.hsi13.kabel-badenwuerttemberg.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:KgT8NbxmhWLdeTowzAcuap9NEC0= X-Spam-Score: -2.7 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86915 Archived-At: jidanni@jidanni.org writes: > Gentlemen, in ~/News/rss/nnrss.el observe > nnrss-group-alist and nnrss-server-data. > > If a group gets removed from nnrss-server-data (presumably via C-k, > gnus-group-kill-group), it will still remain forever there in > nnrss-group-alist, and also in the ~/News filesystem. There is no > facility to remove it, short of going in by hand. then give a complete list how you do that, cause I tried to do it several times, searched with grep in directory even deleted backup files, I never got it from both lists. in the end I had it gone from one of this lists, but not the other, so the generate script function crashed in the middle of its work. The way I "fixed" it was to write the same group ack in nnrss.el with some fake data, so it has again something to work with. It never gone away from the server-data variable just remove it from nnrss.el does not help here also deleting the .el and .xml file is not enough. I suspect it must be compiled in to some binary data, I removed it from every file I found it in my home still not enough.