From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78860 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Registry Mark in Summary buffer. Date: Thu, 19 May 2011 05:37:25 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87boyzasd6.fsf@lifelogs.com> References: <8762p8wc3q.fsf@gnumonk.com> <87fwoccmtg.fsf@lifelogs.com> <87tycr3fjk.fsf@lifelogs.com> <878vu3ov8t.fsf@gnumonk.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305801629 13400 80.91.229.12 (19 May 2011 10:40:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 May 2011 10:40:29 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27160@lists.math.uh.edu Thu May 19 12:40:26 2011 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.69) (envelope-from ) id 1QN0eV-0001GB-7w for ding-account@gmane.org; Thu, 19 May 2011 12:40:23 +0200 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 1QN0eI-0008Cr-Cw; Thu, 19 May 2011 05:40:10 -0500 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 1QN0eG-0008Cf-RN for ding@lists.math.uh.edu; Thu, 19 May 2011 05:40:08 -0500 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 1QN0eF-0005Fb-OW for ding@lists.math.uh.edu; Thu, 19 May 2011 05:40:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QN0eE-0005yi-A9 for ding@gnus.org; Thu, 19 May 2011 12:40:06 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QN0eD-000145-6v for ding@gnus.org; Thu, 19 May 2011 12:40:05 +0200 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2011 12:40:05 +0200 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 May 2011 12:40:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.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" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:NMdLsBWkUGhZKLaXuB/S910fVDw= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78860 Archived-At: On Thu, 19 May 2011 15:41:30 +0530 Deepak Tripathi wrote: DT> With new installation from bzr repository of emacs, there are following DT> errors when i use M-x gnus-registry-initialize DT> byte-code: Wrong number of arguments: (lambda (symbol doc definition) DT> "Make SYMBOL name the test DEFINITION, and return DEFINITION." (when DT> doc (put symbol (quote ert-test-documentation) doc)) (put symbol DT> (quote ert-test) definition) definition), 2 You need to recompile Gnus against the latest Emacs, I think. This is probably not a bug in the Gnus registry. Ted