all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dave Abrahams <dave@boostpro.com>
To: emacs-devel@gnu.org
Cc: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: Gnus IMAP searching not working.
Date: Mon, 31 Oct 2011 11:59:01 -0800	[thread overview]
Message-ID: <m2wrbl2are.fsf@boostpro.com> (raw)
In-Reply-To: 86sjm9nkb6.fsf@chateau.d.if

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]


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

> Jambunathan K writes:
>
>> wahjava.ml@gmail.com (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?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-registry.diff --]
[-- Type: text/x-patch, Size: 471 bytes --]

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.
 

[-- Attachment #3: Type: text/plain, Size: 62 bytes --]


-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

  reply	other threads:[~2011-10-31 19:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-31 16:55 Gnus IMAP searching not working Ashish SHUKLA
2011-10-31 17:17 ` Jambunathan K
2011-10-31 17:27   ` Ashish SHUKLA
2011-10-31 19:59     ` Dave Abrahams [this message]
2011-11-01 10:29       ` Ted Zlatanov
2011-11-01 14:52         ` Richard Riley
2011-11-02 23:21         ` Dave Abrahams
2011-11-03 13:15           ` Ted Zlatanov
2011-11-05  5:02             ` Dave Abrahams
2011-10-31 22:36     ` 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=m2wrbl2are.fsf@boostpro.com \
    --to=dave@boostpro.com \
    --cc=emacs-devel@gnu.org \
    --cc=tzz@lifelogs.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.