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. --8<---------------cut here---------------start------------->8--- (defvar gnus-registry-enabled) (defvar gnus-summary-misc-menu) ;; Avoid byte compiler warning. --8<---------------cut here---------------end--------------->8--- It seems to be introduced in r106109[1]. References: [1] http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/106109 -- Ashish SHUKLA “Who controls the past controls the future: who controls the present controls the past.” (George Orwell, "Nineteen Eighty-Four", 1949)