From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80447 Path: news.gmane.org!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with gnus-group-make-nnir-group Date: Sun, 30 Oct 2011 20:00:44 +0100 Message-ID: <87ehxue23n.fsf@gnu.org> References: <877h3ub3nc.fsf@micropit.couberia.bzh> <87ipndr6cd.fsf@micropit.couberia.bzh> <87lis6cp4l.fsf@lifelogs.com> <87d3delbch.fsf@micropit.couberia.bzh> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1320004796 15051 80.91.229.12 (30 Oct 2011 19:59:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Oct 2011 19:59:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28733@lists.math.uh.edu Sun Oct 30 20:59:52 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 1RKbXs-0002JW-3M for ding-account@gmane.org; Sun, 30 Oct 2011 20:59:52 +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 1RKbWf-0001zq-Lu; Sun, 30 Oct 2011 14:58:37 -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 1RKak2-0001nH-D6 for ding@lists.math.uh.edu; Sun, 30 Oct 2011 14:08:22 -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 1RKajy-0001sU-JN for ding@lists.math.uh.edu; Sun, 30 Oct 2011 14:08:19 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RKajw-00069G-HJ for ding@gnus.org; Sun, 30 Oct 2011 20:08:16 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RKajv-000351-1T for ding@gnus.org; Sun, 30 Oct 2011 20:08:15 +0100 Original-Received: from 161.red-79-152-126.dynamicip.rima-tde.net ([79.152.126.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Oct 2011 20:08:15 +0100 Original-Received: from jao by 161.red-79-152-126.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Oct 2011 20:08:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 161.red-79-152-126.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Attribution: jao X-URL: Cancel-Lock: sha1:o2MPE2YJAoXX5GJtLM607vrCXUI= X-Spam-Score: -6.1 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80447 Archived-At: On Sun, Oct 30 2011, Peter Münster wrote: > On Thu, Oct 27 2011, Ted Zlatanov wrote: > >> Usually that means ERT is getting loaded from the wrong place, IIRC. >> Can you check your load-path? > > Indeed: it was loaded from the nxhtml package! > Without the following line, there is no error when loading gnus-registry: > (load (concat "~/emacs/packages/nxhtml/autostart")) > > But how should I load nxhtml then? > > And the original error remains: > Symbol's value as variable is void: gnus-registry-enabled > Even after loading gnus-registry... :( In my version of Gnus (corresponding to a recent emacs snapshot), the problem is with the body of nnir-mode, which starts as (nnir.el:1741): (defun nnir-mode () (when (eq (car (gnus-find-method-for-group gnus-newsgroup-name)) 'nnir) (setq gnus-summary-line-format (or nnir-summary-line-format gnus-summary-line-format)) (when (gnus-bound-and-true-p gnus-registry-enabled) But both `gnus-registry-enabled' *and* `gnus-bound-and-true-p' are undefined when nnir is loaded. gnus-registry.el does define the former, but not the latter function, and in my emacs session (fboundp 'gnus-bound-and-true-p) returns nil. HTH, jao -- One will rarely err if extreme actions be ascribed to vanity, ordinary actions to habit, and mean actions to fear. -Friedrich Nietzsche, philosopher (1844-1900)