From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82915 Path: news.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: gnus-registry causes an error whenever saving newsrc file Date: Mon, 18 Feb 2013 22:04:32 +0900 Message-ID: <87txp9wz6n.fsf@tsuchiya.vaj.namazu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361192717 23839 80.91.229.3 (18 Feb 2013 13:05:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2013 13:05:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31181@lists.math.uh.edu Mon Feb 18 14:05:39 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U7QPV-0007jM-Bv for ding-account@gmane.org; Mon, 18 Feb 2013 14:05:33 +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 1U7QOg-0001RH-2s; Mon, 18 Feb 2013 07:04:42 -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 1U7QOd-0001R4-Ia for ding@lists.math.uh.edu; Mon, 18 Feb 2013 07:04:39 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1U7QOY-0002Cx-8q for ding@lists.math.uh.edu; Mon, 18 Feb 2013 07:04:39 -0600 Original-Received: from vaj.namazu.org ([202.221.179.42]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U7QOW-0001MQ-3t for ding@gnus.org; Mon, 18 Feb 2013 14:04:32 +0100 Original-Received: from vaj.namazu.org (vaj.namazu.org [202.221.179.42]) by vaj.namazu.org (Postfix) with ESMTP id 9ED3299E15 for ; Mon, 18 Feb 2013 22:04:28 +0900 (JST) X-Cite-Me: =?iso-2022-jp?B?GyRCRVobKEI=?= Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.2 (gnu/linux) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4811 Ham tokens: 0.000-1814--12812h-0s--0d--H*u:Emacs, 0.000-69--486h-0s--0d--H*u:Gnus, 0.000-69--486h-0s--0d--H*UA:Gnus, 0.000-66--460h-0s--0d--H*u:linux, 0.000-66--460h-0s--0d--H*UA:linux Spam tokens: 0.993-3820--143h-16929s--0d--H*r:quimby.gnus.org, 0.990-3533--213h-16002s--0d--H*Ad:D*gnus.org, 0.987-3571--279h-16444s--0d--HTo:D*gnus.org, 0.987-3783--298h-17432s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.987-3783--298h-17432s--0d--H*RU:quimby.gnus.org Autolearn status: ham -0.6 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4811] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82915 Archived-At: Hi, I am using the byte-compiled head version of the master branch of Gnus, and am using gnus-registry. In these several months, I always see the following error whenever saving newsrc file. Debugger entered--Lisp error: (void-function some) some(#[(entry-key) "..." [entry-key precious] 2] ((subject ...))) ...snip... registry-prune(...) ...snip... gnus-registry-save() run-hooks(gnus-save-newsrc-hook) apply(run-hooks gnus-save-newsrc-hook) gnus-run-hooks(gnus-save-newsrc-hook) gnus-save-newsrc-file(nil) gnus-group-save-newsrc(nil) call-interactively(gnus-group-save-newsrc nil nil) I think that the above error is caused by the fact that `some' is not declared as an inline function, but cannot find a solution to avoid this problem. Could you help me? -- TSUCHIYA Masatoshi