emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus IMAP searching not working.


From: Dave Abrahams
Subject: Re: Gnus IMAP searching not working.
Date: Mon, 31 Oct 2011 11:59:01 -0800
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin)

on Mon Oct 31 2011, wahjava.ml-AT-gmail.com (Ashish SHUKLA) wrote:

> Jambunathan K writes:
>
>> address@hidden (Ashish SHUKLA) writes:
>
>>> Hi,
>>> 
>>> I'm running Emacs bzr revision 106240 on FreeBSD, and I'm having problem
>>> searching my IMAP mailbox using Gnus (i.e. keybinding G G), after prompting
>>> for "Query", I get following error:
>>> 
>>> Debugger entered--Lisp error: (void-variable gnus-registry-enabled)
>
>> Looks like M-x gnus-registry-initialize has not been called.
>
>> Commentary section in 
>
>> M-: (find-file (locate-library "gnus-registry.el"))
>
> Yes, looks like that.
> (defvar gnus-registry-enabled)
>
> (defvar gnus-summary-misc-menu) ;; Avoid byte compiler warning.
> It seems to be introduced in r106109[1].
>
> References:
> [1]  http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/106109

I am responsible for this changeset, and I apologize for the problem.
Please apply the following patch.  Ted, could you upstream this, please?

diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index 652e816..d25b8b1 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -164,7 +164,7 @@ nnmairix groups are specifically excluded because they are 
ephemeral."
                  (const :tag "Always Install" t)
                  (const :tag "Ask Me" ask)))
 
-(defvar gnus-registry-enabled)
+(defvar gnus-registry-enabled nil)
 
 (defvar gnus-summary-misc-menu) ;; Avoid byte compiler warning.
 
-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]