From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: gnus-group-read-ephemeral-search-group -- Something Changed? Date: Sat, 07 Nov 2020 18:07:53 -0800 Message-ID: <87blg8d2iu.fsf@ericabrahamsen.net> References: <20201106162239.1E8ECC20DCB@raman-glaptop.localdomain> <87wnyy5rkh.fsf@ericabrahamsen.net> <87k0uy5oe6.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39938"; 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 Sun Nov 08 03:08:45 2020 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 1kba8K-000AJt-T9 for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Nov 2020 03:08:44 +0100 Original-Received: from localhost ([::1]:44518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kba8J-0002aY-W3 for ged-emacs-devel@m.gmane-mx.org; Sat, 07 Nov 2020 21:08:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kba7b-0002AL-JE for emacs-devel@gnu.org; Sat, 07 Nov 2020 21:07:59 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:37602 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kba7Z-00083y-Fw for emacs-devel@gnu.org; Sat, 07 Nov 2020 21:07:59 -0500 Original-Received: from localhost (24-113-150-48.wavecable.com [24.113.150.48]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 26532FA16E; Sun, 8 Nov 2020 02:07:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604801275; bh=caPZ5+8TW+NyUfjDfdfsyvnyCBJ2Mp5l/JTul6ycaS0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=u224D1WXNlkGBIacteuvLsS1qphn8d9l6qBZguf6P4+INWut/8I+EDR5ve+PzCUw1 TE+fyeHrvNLUjzFt2YyMBLC36WL5AaLE2hn783OtL7g9pzUHN9MEIF0mIa9gl54exa rJrPehlktVvneq3+daXqTLY4Kz/CXlwzkmY0R2Qk= In-Reply-To: (T. V. Raman's message of "Sat, 07 Nov 2020 10:51:56 -0800") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/07 21:07:56 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-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:258882 Archived-At: "T.V Raman" writes: > It's still broken (just pulled and built). Now I get the error: > > No search engine defined for (nnimap "gmail" (nnimap-address > "imap.gmail.com") (nnimap-server-port 993) (nnimap-user > "raman@google.com") (nnimap-authenticator xoauth2) (nnimap-expunge > always) (nnmail-expiry-wait immediate) (nnimap-streaming t) > (nnimap-stream ssl)) > Could you perhaps move your changes to a separate branch where we can > debug things and restore the previously working world? With current master and `gnus-search-default-engines' at its default value, this should not happen. Can you confirm that `gnus-search-default-engines' contains the cons: (nnimap . gnus-search-imap) If it does and you still get that error, then yes I'll happily roll the changes back out until we figure out what's going on. Thanks, Eric