From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.devel Subject: Re: Gnus IMAP searching not working. Date: Tue, 01 Nov 2011 15:52:28 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: <6spqhb28ur.fsf@news.eternal-september.org> References: <86mxchrtgu.fsf@chateau.d.if> <81y5w1m66i.fsf@gmail.com> <86sjm9nkb6.fsf@chateau.d.if> <87ehxsrv9c.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320159175 14975 80.91.229.12 (1 Nov 2011 14:52:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Nov 2011 14:52:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 01 15:52:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RLFhr-00008S-8Z for ged-emacs-devel@m.gmane.org; Tue, 01 Nov 2011 15:52:51 +0100 Original-Received: from localhost ([::1]:53374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLFhq-0004r1-Nm for ged-emacs-devel@m.gmane.org; Tue, 01 Nov 2011 10:52:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLFhn-0004qg-Sy for emacs-devel@gnu.org; Tue, 01 Nov 2011 10:52:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLFhi-0002Nj-Pp for emacs-devel@gnu.org; Tue, 01 Nov 2011 10:52:47 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:44430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLFhi-0002NV-Kp for emacs-devel@gnu.org; Tue, 01 Nov 2011 10:52:42 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLFhg-0008UJ-Go for emacs-devel@gnu.org; Tue, 01 Nov 2011 15:52:40 +0100 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Nov 2011 15:52:40 +0100 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Nov 2011 15:52:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:UTiczKTK+5mwg4RAAmOt/M+aBvA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145828 Archived-At: Ted Zlatanov writes: > On Mon, 31 Oct 2011 11:59:01 -0800 Dave Abrahams wrote: > > DA> I am responsible for this changeset, and I apologize for the problem. > DA> Please apply the following patch. Ted, could you upstream this, please? > DA> diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el > DA> index 652e816..d25b8b1 100644 > DA> --- a/lisp/gnus-registry.el > DA> +++ b/lisp/gnus-registry.el > DA> @@ -164,7 +164,7 @@ nnmairix groups are specifically excluded because they are ephemeral." > DA> (const :tag "Always Install" t) > DA> (const :tag "Ask Me" ask))) > > DA> -(defvar gnus-registry-enabled) > DA> +(defvar gnus-registry-enabled nil) > > DA> (defvar gnus-summary-misc-menu) ;; Avoid byte compiler warning. > > I've already fixed it with a different approach, thanks. > > Ted just and FYI, very timely and synced - unless the git repo is old enough not have the original error ;) Wasnt working for me earlier, did a git pull and remade emacs 24 and it works fine now. Great job and thanks.