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 v3] Allow applying filters to summary consecutively Date: Fri, 11 Nov 2022 21:33:16 +0200 Message-ID: <837d01p9qb.fsf@gnu.org> References: <874jvaont2.fsf@autistici.org> <83r0ybs07r.fsf@gnu.org> <83r0y9q5j1.fsf@gnu.org> <9aa7db1076472a25a239@heytings.org> <838rkhpd5i.fsf@gnu.org> <9aa7db1076a7372250b9@heytings.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25181"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, andrea.monaco@autistici.org, rpluim@gmail.com, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 11 20:33:44 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 1otZmZ-0006K0-Ck for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Nov 2022 20:33:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otZmC-0007wK-2s; Fri, 11 Nov 2022 14:33:20 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otZm7-0007w2-SI for emacs-devel@gnu.org; Fri, 11 Nov 2022 14:33:17 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otZm6-0003d0-Kp; Fri, 11 Nov 2022 14:33:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qkAwnTXiTXPTRqRp7x8eZv7qojNyT2+ux0VtgEWmY+s=; b=GTCSpB5hufBT d8+JcEa1lSPd7z7mkhje+95jM5CneOKnHGSJQL1IcXCt1TESars0DF1eVTtvr9nryw/1GrgDlGRlW jr67oqcwHjqi/3pBaftCavhSL3G2Omv/8mtORc175owZQBmhYLf8KihPJ/Zt2jbn7w8qxxLJzyy5n Pn1cxI2APFjulXtWlUW730Qj7W+E59ePAp58Vht0R7dH0/a6cOLtFbimEyC4U9BRdlnbmdsbzSqR0 rPzTEcTiNHUs6oQ3XrDRIf6d2F4bnEfcQoL/siDIDy7mUOtkoqZNwHdv8my7kJXBLdoXd/yqJUfue zxJ466baO9mFs64YPnNn5g==; Original-Received: from [87.69.77.57] (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 1otZm5-0004Ah-2O; Fri, 11 Nov 2022 14:33:13 -0500 In-Reply-To: <9aa7db1076a7372250b9@heytings.org> (message from Gregory Heytings on Fri, 11 Nov 2022 18:52:28 +0000) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299585 Archived-At: > Date: Fri, 11 Nov 2022 18:52:28 +0000 > From: Gregory Heytings > cc: rms@gnu.org, andrea.monaco@autistici.org, rpluim@gmail.com, > emacs-devel@gnu.org > > Yes, my point was to mention the two less mathematical words: broadening > and narrowing. Narrowing is already being used, but it needs explanation, being a general notion. I was looking for a single word or max 2 words, > That being said, I don't user Rmail but I don't think it obvious that > filtering is always "intersection". Someone may filter their inbox to see > mails from Alice, and add mails from Alice to the filtering. You could read about it in the manual. It doesn't make a lot of sense to suggest terminology for features you are not familiar with.