From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66171 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry.el problem Date: Fri, 18 Jan 2008 14:22:16 +0000 Message-ID: <87ve5r6wo7.fsf@bzg.ath.cx> 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 1200666222 31691 80.91.229.12 (18 Jan 2008 14:23:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 14:23:42 +0000 (UTC) Cc: Ding Mailing List To: Ted Zlatanov Original-X-From: ding-owner+M14662@lists.math.uh.edu Fri Jan 18 15:24:01 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 1JFs8R-0002oi-Io for ding-account@gmane.org; Fri, 18 Jan 2008 15:23:55 +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 1JFs76-0005Cr-N2; Fri, 18 Jan 2008 08:22:32 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JFs74-0005CZ-Fz for ding@lists.math.uh.edu; Fri, 18 Jan 2008 08:22:30 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JFs6w-0003lh-2Q for ding@lists.math.uh.edu; Fri, 18 Jan 2008 08:22:30 -0600 Original-Received: from ag-out-0708.google.com ([72.14.246.246]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JFs6x-00055e-00 for ; Fri, 18 Jan 2008 15:22:23 +0100 Original-Received: by ag-out-0708.google.com with SMTP id 5so514912agb.1 for ; Fri, 18 Jan 2008 06:22:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=LbHfbYFsZ5trddS9v/Zf8ZubUDjrEd3OiWb2ftLN29k=; b=KqI5d7TObgead8jUJcQxBqtEpp9MQUdz1aterTWl1g6RXthdRHfPSQVLnro3mMZYgKHs8NlKOT4o64eSqxQRjnCntpZqgKnktlrtFuERlWS/gjgQ6sGxkZlYygZMMnebcA3k5apepfqlCt2qBCbtHBlLyXlLUDyDvJ8KrtMLRaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=Cad3XrL1b9lMJtGSafsrO5TcVhAb5TiGdSKzq6+unr9hGamG3aCAKQHKWZJUC/2TAu+EZ5rckoN4iSVhhqEE9lGMDTGejyVEP0iBL7W8bx7TdThi8DWbguCTOduhpT6/8XDM3Mw3M8WF6xCBgiPFTQ6yxIUg70D+5EZRjAWDto8= Original-Received: by 10.100.34.16 with SMTP id h16mr7126737anh.114.1200666139893; Fri, 18 Jan 2008 06:22:19 -0800 (PST) Original-Received: from bzg.ath.cx ( [86.141.121.39]) by mx.google.com with ESMTPS id i7sm3676533nfh.18.2008.01.18.06.22.17 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Jan 2008 06:22:18 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 512F11575A8; Fri, 18 Jan 2008 14:22:16 +0000 (GMT) In-Reply-To: (Ted Zlatanov's message of "Thu, 17 Jan 2008 23:02:46 -0600") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66171 Archived-At: Ted Zlatanov writes: > 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. Works great now -- thanks for the quick reply! -- Bastien