From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66170 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry.el problem Date: Thu, 17 Jan 2008 23:02:46 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <86myrhr2jc.fsf@lifelogs.com> <87wsq8r2o7.fsf@bzg.ath.cx> <87prw0ezwm.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200632623 31506 80.91.229.12 (18 Jan 2008 05:03:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 05:03:43 +0000 (UTC) Cc: Ding Mailing List To: Bastien Original-X-From: ding-owner+M14661@lists.math.uh.edu Fri Jan 18 06:04:02 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFjOZ-0006sR-J7 for ding-account@gmane.org; Fri, 18 Jan 2008 06:03:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JFjO3-0002Y8-5i; Thu, 17 Jan 2008 23:03:27 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JFjO2-0002Xq-0e for ding@lists.math.uh.edu; Thu, 17 Jan 2008 23:03:26 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JFjNw-0005lP-7G for ding@lists.math.uh.edu; Thu, 17 Jan 2008 23:03:25 -0600 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JFjNx-0005RU-00 for ; Fri, 18 Jan 2008 06:03:21 +0100 Original-Received: from mungo (c-67-186-103-18.hsd1.il.comcast.net [67.186.103.18]) by mail.blockstar.com (Postfix) with ESMTP id 81A123F8D52; Thu, 17 Jan 2008 21:35:38 -0800 (PST) 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" User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (darwin) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66170 Archived-At: To disable the trimming, which was the problem, just (setq gnus-registry-max-entries nil) in general. That makes gnus-registry-trim just return the full list. I think I found the problem: I confused concat with append in the code I added recently. Try the latest from CVS. I'm not sure why it worked for me when I tested it; sorry for the inconvenience. Let me know if it works for you. Ted