From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80412 Path: news.gmane.org!not-for-mail From: pmlists@free.fr (Peter =?utf-8?Q?M=C3=BCnster?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with gnus-group-make-nnir-group Date: Tue, 25 Oct 2011 07:24:50 +0200 Message-ID: <87ipndr6cd.fsf@micropit.couberia.bzh> References: <877h3ub3nc.fsf@micropit.couberia.bzh> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319520393 25772 80.91.229.12 (25 Oct 2011 05:26:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2011 05:26:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28700@lists.math.uh.edu Tue Oct 25 07:26:30 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 1RIZWv-0001ZC-PR for ding-account@gmane.org; Tue, 25 Oct 2011 07:26:30 +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 1RIZVt-0006ea-64; Tue, 25 Oct 2011 00:25:25 -0500 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 1RIZVh-0006eO-I6 for ding@lists.math.uh.edu; Tue, 25 Oct 2011 00:25:13 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RIZVe-0007t4-Jd for ding@lists.math.uh.edu; Tue, 25 Oct 2011 00:25:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RIZVb-0008T0-NK for ding@gnus.org; Tue, 25 Oct 2011 07:25:07 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RIZVW-0001C9-MI for ding@gnus.org; Tue, 25 Oct 2011 07:25:02 +0200 Original-Received: from arennes-359-1-206-2.w2-2.abo.wanadoo.fr ([2.2.69.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2011 07:25:02 +0200 Original-Received: from pmlists by arennes-359-1-206-2.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2011 07:25:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: arennes-359-1-206-2.w2-2.abo.wanadoo.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:mXY1YnRt6cvYWLT8KiMoIsTcr74= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80412 Archived-At: 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"? 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 :( -- Peter