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?