From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2] Allow applying filters to summary consecutively Date: Wed, 12 Oct 2022 15:56:41 +0300 Message-ID: <83h709ci9i.fsf@gnu.org> References: <87fsft75b7.fsf@autistici.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5535"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org, rms@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 14:57:23 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 1oibIX-0001EZ-PZ for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 14:57:22 +0200 Original-Received: from localhost ([::1]:57832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oibIW-0004qV-Ej for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 08:57:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oibHn-00040c-No for emacs-devel@gnu.org; Wed, 12 Oct 2022 08:56:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44768) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oibHn-000565-8X; Wed, 12 Oct 2022 08:56:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=PzqU49x35CnRdnyaLUC20aRLt4fLNE6DvhErq0vf9/A=; b=PQ+TCqJclPk6tArQBpeK 12SX6fpFfYoJ0yM8z9aDMMZFOaw4HqogtCO0BhsBQ8lRWrmwSKfrASsf1E9f01dBwVzH4EYMfxYtY kimQaEwX4M1nR6zZL/vvqJEsZsdflyEJYtQ6BQLCLkkSmV8mvAnsGUAdwFmHlcQbUVByfaCpK/UrH uZI0FIiuoDQp6P84lsnd2YCw8RPDTj1gHZc1MCnKSWJhnx6Y4SpuS5iD23bmH6nNEzw8yFExhav/d trnMaCnYGp425MuZ0lAt7KlB/5s1/Ieamjbvvp3FlQhbqfCHU3wwYBM1BqOU8JPKzp8owILlYWHjt CNSxD/A0fSWzzg==; Original-Received: from [87.69.77.57] (port=2641 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oibHi-0003xY-7U; Wed, 12 Oct 2022 08:56:31 -0400 In-Reply-To: <87fsft75b7.fsf@autistici.org> (message from Andrea Monaco on Wed, 12 Oct 2022 11:35:24 +0200) 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:297601 Archived-At: > From: Andrea Monaco > Cc: eliz@gnu.org, emacs-devel@gnu.org, rms@gnu.org > Date: Wed, 12 Oct 2022 11:35:24 +0200 > > > > 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ʼs 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. I'd rather not make such drastic changes in the behavior of Rmail. Most people who use it are likely to be on the conservative side.