Gnus development mailing list
 help / color / mirror / Atom feed
From: "Jose A. Ortega Ruiz" <jao@gnu.org>
To: ding@gnus.org
Subject: Re: problem with gnus-group-make-nnir-group
Date: Sun, 30 Oct 2011 20:00:44 +0100	[thread overview]
Message-ID: <87ehxue23n.fsf@gnu.org> (raw)
In-Reply-To: <87d3delbch.fsf@micropit.couberia.bzh>

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)




  reply	other threads:[~2011-10-30 19:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-24 19:17 Peter Münster
2011-10-24 23:57 ` Dave Abrahams
2011-10-25  5:24   ` Peter Münster
2011-10-25  7:21     ` Dave Abrahams
2011-10-27 17:37       ` Ted Zlatanov
2011-10-30 15:59         ` Peter Münster
2011-10-30 19:00           ` Jose A. Ortega Ruiz [this message]
2011-10-31 17:19             ` Ted Zlatanov
2011-11-01  0:01               ` Jose A. Ortega Ruiz
2011-11-01  0:54                 ` Ted Zlatanov
2011-11-01  1:46                   ` Jose A. Ortega Ruiz
2011-11-01 13:55                     ` Ted Zlatanov
2011-10-31 17:21           ` Ted Zlatanov
2011-10-31 17:38             ` Ted Zlatanov
2011-10-31 19:58               ` Peter Münster
2011-10-31 22:19                 ` Ted Zlatanov
2011-10-31 23:34                   ` Ted Zlatanov
2011-11-03  7:50             ` Peter Münster
2011-11-03 21:44               ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehxue23n.fsf@gnu.org \
    --to=jao@gnu.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).