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: Thu, 17 Nov 2022 15:34:53 +0200 Message-ID: <83zgcpd7r6.fsf@gnu.org> References: <874jvaont2.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33812"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, rpluim@gmail.com, emacs-devel@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 17 14:35:49 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 1ovf3V-0008V4-6I for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Nov 2022 14:35:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovf2q-0002tB-FS; Thu, 17 Nov 2022 08:35:10 -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 1ovf2d-0002sd-B0 for emacs-devel@gnu.org; Thu, 17 Nov 2022 08:34:55 -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 1ovf2c-0000gg-0V; Thu, 17 Nov 2022 08:34:54 -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=JGdstYprRThQfTlN7sspy3ZrYA0CDvYg1FlX2kTLOHs=; b=B5IZbno57C1d E/168pNdVqWlvIm6eZuaLYXpZAAL86ENBPSuUydxNv0Rgvtdh/nA95p0SAvnsz7oC6slEcVjEih9B t5YH5lPTK8A37zRlz2nBmGlc9l3izOizvvWRfzcH+QfeJ/YCi9yk9XaTvLnpEIMdnxxtYk3L9CnS0 Cn4YYISsc5D7aJgq2MHXZcWlvL/+y2y7wZHzXIi5yDWTmafytiDJ2h9tCH/ARxt22b5EI7leJzaa4 9699P9jvOTtZ7qB0iseYBYKvUsfItjFMDwnU7C7q6s1nUQtrqtqxv1Dgg433z5Hyi1kh3iN73iBJ5 ElApD6SkOX5F6+Eu++fxXg==; 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 1ovf2b-0007vX-0v; Thu, 17 Nov 2022 08:34:53 -0500 In-Reply-To: <874jvaont2.fsf@autistici.org> (message from Andrea Monaco on Mon, 07 Nov 2022 15:13:13 +0100) 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:300045 Archived-At: > From: Andrea Monaco > Cc: rms@gnu.org, rpluim@gmail.com, emacs-devel@gnu.org > Date: Mon, 07 Nov 2022 15:13:13 +0100 > > > The words "negate" and "intersect" come from logic and mathematics. > They might not be especially common, but they are very precise. So I > kept them and expanded on their meaning in the rest of the docstrings. Thanks. I eventually went with "invert" instead of "negate", and with rmail-summary-progressively-narrow instead of rmail-summary-apply-filters-consecutively. Please in the future provide ChangeLog-style commit log message for the changes.