Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: Error on group rename in nnimap
Date: Thu, 07 Oct 2010 20:16:54 +0200	[thread overview]
Message-ID: <m3eic1j2ax.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <sa362xeuwpv.fsf@cigue.easter-eggs.fr>

Julien Danjou <julien@danjou.info> writes:

> Debugger entered--Lisp error: (void-variable gnus-agent-article-local-times)
>   gnus-agent-load-local()

This is usually the case when stuff binds a variable, and then the file
that defines the variable is autoloaded with that binding in place.
When the binding exits, the variable is then unbound.

I've put a `require 'gnus-agent' before the only instance I could see
where that's a possible scenario.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




      reply	other threads:[~2010-10-07 18:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07 10:24 Julien Danjou
2010-10-07 18:16 ` Lars Magne Ingebrigtsen [this message]

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=m3eic1j2ax.fsf@quimbies.gnus.org \
    --to=larsi@gnus.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).