From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Gnus IMAP searching not working. Date: Thu, 03 Nov 2011 09:15:04 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87bostpctj.fsf@lifelogs.com> 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 1320326140 27847 80.91.229.12 (3 Nov 2011 13:15:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2011 13:15:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 03 14:15:37 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 1RLx8o-0006Ev-VY for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2011 14:15:35 +0100 Original-Received: from localhost ([::1]:56068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLx8o-0003PY-E1 for ged-emacs-devel@m.gmane.org; Thu, 03 Nov 2011 09:15:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLx8i-0003PN-4Y for emacs-devel@gnu.org; Thu, 03 Nov 2011 09:15:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLx8d-0002B9-3J for emacs-devel@gnu.org; Thu, 03 Nov 2011 09:15:28 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:49047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLx8c-0002Ak-Qk for emacs-devel@gnu.org; Thu, 03 Nov 2011 09:15:23 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLx8b-00067n-Gf for emacs-devel@gnu.org; Thu, 03 Nov 2011 14:15:21 +0100 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2011 14:15:21 +0100 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2011 14:15:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 40 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:J/og5/z4B7EeU04GznlPTAmIiIE= 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:145843 Archived-At: On Wed, 02 Nov 2011 15:21:32 -0800 Dave Abrahams wrote: DA> on Tue Nov 01 2011, Ted Zlatanov wrote: >> 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. DA> Whatever else you've done, this change should be made anyway. I wrote DA> the line in question and I always intended it to have the semantics of DA> the changed line. I wouldn't expect the rest of my changes to work DA> correctly without it. It's done the way you suggested. I mean that I didn't just do that, but also removed (defvar gnus-registry-enabled) in all the files that include gnus-registry.el, which your original patch included. Please look at the Gnus Git repo to catch up with the changes I've made; the Emacs trunk is always a little behind because it's manually synchronized. We're OK now, though, honestly :) Thanks Ted