From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Monaco Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2] Allow applying filters to summary consecutively Date: Wed, 12 Oct 2022 11:35:24 +0200 Message-ID: <87fsft75b7.fsf@autistici.org> References: <87v8oq4w37.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11632"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, emacs-devel@gnu.org, rms@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 11:38:08 2022 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 1oiYBk-0002pZ-8C for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 11:38:08 +0200 Original-Received: from localhost ([::1]:54670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiYBj-0000Dp-89 for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 05:38:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiY9R-00059J-VR for emacs-devel@gnu.org; Wed, 12 Oct 2022 05:35:46 -0400 Original-Received: from confino.investici.org ([2a11:7980:1::2:0]:60587) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiY9K-00058k-A1; Wed, 12 Oct 2022 05:35:45 -0400 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4MnSDs4RwDz114q; Wed, 12 Oct 2022 09:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1665567325; bh=jBYd73SFSaryh/bXOHICU4KiGvBrgTJZyvgth6TCo3o=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=h4lvfHYfIqbDpD+bRfJ1srR2aUkzQOK4HeENt0+EUUnvR/uzBLRCPeVfESymHMrjS RGaZBIWhn8RWfR8m1ZRxEujN8h/9jUla2TDRbI9bxdI1M2caYWxyYRQ2/tyUIMEMor zcL8S+bLAh+kC3URyVKY5rmO+yA49MI8uEtooxSg= Original-Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4MnSDs2Xgyz10tB; Wed, 12 Oct 2022 09:35:25 +0000 (UTC) In-Reply-To: <87v8oq4w37.fsf@gmail.com> (message from Robert Pluim on Tue, 11 Oct 2022 10:13:00 +0200) Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=andrea.monaco@autistici.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-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.29 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:297587 Archived-At: > The way this normally works in eg `list-packages' or gnus summary > buffers is that filtering automatically stacks: filter by x, filter > by y applies to previous results, etc, and then there=CA=BCs a command = to > pop the filtering stack. That seems very reasonable to me, but it would change current default behavior, which is that every filter starts from scratch. I don't know if that could be a problem for some people. Andrea Monaco