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: Sun, 08 Nov 2020 18:26:46 -0800 Message-ID: <87imafxo2h.fsf@ericabrahamsen.net> References: <20201106162239.1E8ECC20DCB@raman-glaptop.localdomain> <87wnyy5rkh.fsf@ericabrahamsen.net> <87k0uy5oe6.fsf@ericabrahamsen.net> <87blg8d2iu.fsf@ericabrahamsen.net> <87a6vsbh4q.fsf@ericabrahamsen.net> <87eel3zsfq.fsf@ericabrahamsen.net> <87v9efxsya.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="14875"; 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 Mon Nov 09 03:27:40 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 1kbwuC-0003m6-E1 for ged-emacs-devel@m.gmane-mx.org; Mon, 09 Nov 2020 03:27:40 +0100 Original-Received: from localhost ([::1]:35948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbwuB-0005mi-FH for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Nov 2020 21:27:39 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbwtP-0005Hp-W6 for emacs-devel@gnu.org; Sun, 08 Nov 2020 21:26:55 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:39482 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 1kbwtO-0002Mk-4O for emacs-devel@gnu.org; Sun, 08 Nov 2020 21:26:51 -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 44C2FFA0AE; Mon, 9 Nov 2020 02:26:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1604888808; bh=AkZS1+Za8DRCzL0aX+9vSAccQjXBYl+yvTMSMlWyams=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mnkZRs+E35NMO8g+GAXjsQ8emUuScYLVd6E5oOpvSs/SsgTQNPnKJF+PMFt+0NJG0 npaVKbqF5RMF5CnQ/fJG0+s5XsDqjfWGM7bvU+k1Cwaj1wFDj12e6hcKYzfSF9BVQg ofjeT8vwNCCMrG6f0l2yJo6OSzfZd1qJWLOLGPOc= In-Reply-To: (T. V. Raman's message of "Sun, 08 Nov 2020 16:49:24 -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/08 19:41:19 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:258934 Archived-At: "T.V Raman" writes: > 1. Works now, Thanks! > > 2. Not sure how it worked without the "cons", but that code was written > from memory in 2012, or thereabouts -- so even if we insist on the > cons if it's the right thing, it's likely it might break other code > out there. If it ain't broke, let's not fix it! > 3. Finally, we may not be completely done, though searches now work, > closing the ephemeral group when done causes emacs to hang -- here > is a backtrace generated by setting debug-on-quit to t and > hitting C-g. Does this happen if you quit the group with "Q" as well as "q"? I wouldn't expect this to be related to gnus-search, but I assume you haven't seen this in the time between nnselect landing, and gnus-search? Eric