From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 425c281 1/3: Allow t as a catch-all condition-case handler (Bug#24618) Date: Fri, 07 Sep 2018 10:24:15 +0300 Message-ID: <83ftylvkgw.fsf@gnu.org> References: <20180904230314.12505.44942@vcs0.savannah.gnu.org> <20180904230315.6EB44209DC@vcs0.savannah.gnu.org> <83in3hvlyx.fsf@gnu.org> <47187d75-11ef-a22d-31fa-fe52e4e25813@lanl.gov> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1536304977 15241 195.159.176.226 (7 Sep 2018 07:22:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2018 07:22:57 +0000 (UTC) Cc: emacs-devel@gnu.org, npostavs@gmail.com, monnier@iro.umontreal.ca To: Davis Herring Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 09:22:52 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fyB6P-0003oq-NX for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2018 09:22:49 +0200 Original-Received: from localhost ([::1]:37074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyB8V-0003x7-QF for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2018 03:24:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyB7q-0003wy-Ff for emacs-devel@gnu.org; Fri, 07 Sep 2018 03:24:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fyB7n-0006Vg-CH for emacs-devel@gnu.org; Fri, 07 Sep 2018 03:24:18 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyB7n-0006VS-8J; Fri, 07 Sep 2018 03:24:15 -0400 Original-Received: from [176.228.60.248] (port=3586 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fyB7m-0006Sm-Ph; Fri, 07 Sep 2018 03:24:15 -0400 In-reply-to: <47187d75-11ef-a22d-31fa-fe52e4e25813@lanl.gov> (message from Davis Herring on Fri, 7 Sep 2018 01:00:26 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:229375 Archived-At: > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > From: Davis Herring > Date: Fri, 7 Sep 2018 01:00:26 -0600 > > >> +A handler is applicable to a condition if CONDITION-NAME is one of the > >> +condition's names. A CONDITION-NAME of t applies to any condition > > ^^^^^^^^^^^ > > This should be "conditions'", I think, as it's plural. > > No: the names are plural, but the condition (that has been signaled) is not. But "condition's names" means that a single condition has several names. Is that what we want to say there?