From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80438 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with gnus-group-make-nnir-group Date: Thu, 27 Oct 2011 13:37:14 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87lis6cp4l.fsf@lifelogs.com> References: <877h3ub3nc.fsf@micropit.couberia.bzh> <87ipndr6cd.fsf@micropit.couberia.bzh> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1319737221 32398 80.91.229.12 (27 Oct 2011 17:40:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 17:40:21 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28725@lists.math.uh.edu Thu Oct 27 19:40:17 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 1RJTw7-0002YX-Rz for ding-account@gmane.org; Thu, 27 Oct 2011 19:40:16 +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 1RJTw5-0007NU-Ub; Thu, 27 Oct 2011 12:40:13 -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 1RJTw4-0007NG-NL for ding@lists.math.uh.edu; Thu, 27 Oct 2011 12:40:12 -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 1RJTw3-00065q-N0 for ding@lists.math.uh.edu; Thu, 27 Oct 2011 12:40:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RJTw1-0006bC-Ip for ding@gnus.org; Thu, 27 Oct 2011 19:40:09 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RJTw0-0002Vb-Lq for ding@gnus.org; Thu, 27 Oct 2011 19:40:08 +0200 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 19:40:08 +0200 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 19:40:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.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.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:knTdDFmwJG4P8sn6ghvkdwIP1mk= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80438 Archived-At: On Tue, 25 Oct 2011 03:21:49 -0400 Dave Abrahams wrote: DA> on Tue Oct 25 2011, pmlists-AT-free.fr (Peter Münster) wrote: >> On Tue, Oct 25 2011, Dave Abrahams wrote: >> >>>> When pressing GG on a gmane group, I get this error: >>>> >>>> Contacting host: search.gmane.org:80 >>>> run-hooks: Symbol's value as variable is void: gnus-registry-enabled >>>> >>>> Where could be the problem and how can I solve it? >>> >>> Try `M-x load-library RET gnus RET' and then do your `G G' again. >> >> Does not work. Why should it? gnus is already loaded. >> >> Do you mean perhaps "gnus-registry"? DA> Sorry; that is exactly what I meant. >> When I do `M-x load-library RET gnus-registry RET', then I get this error: >> >> byte-code: Wrong number of arguments: (lambda (symbol doc definition) >> "Make SYMBOL name the test DEFINITION, and return DEFINITION." (when >> doc (put symbol (quote ert-test-documentation) doc)) (put symbol >> (quote ert-test) definition) definition), 2 DA> Yowch. Looks like a problem in the unit tests? I don't know. Ted? Usually that means ERT is getting loaded from the wrong place, IIRC. Can you check your load-path? Ted