From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: gnus/nnimap: Search broke again? Date: Mon, 08 Feb 2021 18:05:23 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25316"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 09 01:19:24 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l9GkW-0006U7-1j for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Feb 2021 01:19:24 +0100 Original-Received: from localhost ([::1]:45452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9GkV-0007i9-3Z for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Feb 2021 19:19:23 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9Fb6-0004nH-WD for emacs-devel@gnu.org; Mon, 08 Feb 2021 18:05:37 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:36556) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9Fay-0001YP-RJ for emacs-devel@gnu.org; Mon, 08 Feb 2021 18:05:36 -0500 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 676C380B91; Mon, 8 Feb 2021 18:05:26 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id B04988063A; Mon, 8 Feb 2021 18:05:24 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1612825524; bh=UexgZXeS+c2KIxhWk/Q/kr3FnQnYTh1zSgxqu39OZos=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=jrI/EisZzGtHOe3ulQpHlnCMWeImaOvsG9v5G3aof2ivslDRxghkzc0Uk6a96/C9h jxiJMwCbU9cWxOLBJHxjHP5smEgvtOW+4scSQm1bPeQRF8wWRqiCw9J7zFloPEj8vO NfKQHF4aC4CXRxOaTCIx80T6QovPco5n+Yd8YVMDmZKt5zSZHiYOD0wB8qOhTYRffA lz7WHNzpstwDR9di6GQd5EMU8t9j28vA/aF4SuVl2V7kVYHw19c+WfWd9GyaZaPZ4q abdbYuWvaRi5THx8wT+68CvdvR/U0c8pwIEZ39a0GEvUVt0WL0IN9dyeG+CmXgcQTD ZGsQPukvoTU4g== Original-Received: from alfajor (unknown [216.154.41.47]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 84A0D1204EB; Mon, 8 Feb 2021 18:05:24 -0500 (EST) In-Reply-To: (T. V. Raman's message of "Thu, 04 Feb 2021 11:05:36 -0800") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:264197 Archived-At: > I added a couple of cl-declare special to my nnimap gmail searcher and > it's now returning results > https://github.com/tvraman/emacspeak/blob/master/lisp/gm-nnir.el#L134 So you're saying this change on your side fixes the problem for you? I don't understand: this `gm-nnir` is not part of the code I converted to lexical-binding. The change your URL points seems to fix a problem in your code, indeed, but I can't see why this problem would have appeared at the same time as my changes. I do notice something odd also in that change of yours: why do you `cl-declare` as a special var `gnus-group-group-name` which is a function (and which you indeed don't use as a variable either)? Stefan