From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85871 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Trying to prune the registry because it's full; apply: registry max-size limit reached Date: Fri, 17 Apr 2015 15:48:16 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87mw26r0xr.fsf@lifelogs.com> References: <87twx3ypx7.fsf@gnu.org> <87iodjotuo.fsf@ericabrahamsen.net> <87ego7ot1c.fsf@ericabrahamsen.net> <87sicmq1ci.fsf@gnu.org> <87pp7qn7hw.fsf@ericabrahamsen.net> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429300237 14705 80.91.229.3 (17 Apr 2015 19:50:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2015 19:50:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34106@lists.math.uh.edu Fri Apr 17 21:50:25 2015 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 1YjCHH-0001yh-ID for ding-account@gmane.org; Fri, 17 Apr 2015 21:50:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1YjCHE-0001fL-6A; Fri, 17 Apr 2015 14:50:12 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YjCHB-0001ec-Qd for ding@lists.math.uh.edu; Fri, 17 Apr 2015 14:50:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YjCHA-0001G7-Qe for ding@lists.math.uh.edu; Fri, 17 Apr 2015 14:50:09 -0500 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 1YjCH9-0007OQ-Ez for ding@gnus.org; Fri, 17 Apr 2015 21:50:07 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YjCH5-0001qH-Ef for ding@gnus.org; Fri, 17 Apr 2015 21:50:03 +0200 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2015 21:50:03 +0200 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Apr 2015 21:50:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:jtknC0IfxZvxcrDJcbfP04jxE/M= X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85871 Archived-At: On Mon, 30 Mar 2015 17:45:47 +0800 Eric Abrahamsen wrote: EA> Later on I'll make a new defvar (something like EA> `gnus-registry-pruning-functions') where third-party packages can EA> register pruning functions. That way, if a package registers a EA> "precious" key that cause entries to hang around, it can also register a EA> function for cleaning up after itself. Eric, thank you so much for dealing with the pruning stuff and working on the Gnus registry. I am not sure if such a facility will be necessary. What packages would use it? Do we have more than one such package? Ted