From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Replace trivial pcase occurrences in the Emacs sources Date: Sun, 04 Nov 2018 23:49:48 -0500 Message-ID: References: <83tvlcsnee.fsf@gnu.org> <86mur137n8.fsf@gmail.com> <20181029130132.GB4195@ACM> <20181029134722.GC4195@ACM> <87y3aftklz.fsf@web.de> <87in1jt4ll.fsf@web.de> <87muqojnab.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1541398957 14617 195.159.176.226 (5 Nov 2018 06:22:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2018 06:22:37 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 07:22:33 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 1gJYHQ-0003iO-Lr for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2018 07:22:33 +0100 Original-Received: from localhost ([::1]:33367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJYJX-0000Jf-3f for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2018 01:24:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJYH8-0005pB-Kn for emacs-devel@gnu.org; Mon, 05 Nov 2018 01:22:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJY2x-0000TE-11 for emacs-devel@gnu.org; Mon, 05 Nov 2018 01:07:38 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:48044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJY2v-0000H4-8f for emacs-devel@gnu.org; Mon, 05 Nov 2018 01:07:33 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id wA567PwM029901; Mon, 5 Nov 2018 01:07:25 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7884B6A546; Sun, 4 Nov 2018 23:49:48 -0500 (EST) In-Reply-To: <87muqojnab.fsf@web.de> (Michael Heerdegen's message of "Mon, 05 Nov 2018 03:01:00 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6410=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6410> : inlines <6952> : streams <1803356> : uri <2744442> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:231017 Archived-At: >> But some of the preds and guards of other branches (both before and >> after the one of BODY1) may also be run before getting to BODY1. > > Does that imply that we also should remove sentences like these from the > manual (last line): > > @item (and @var{pattern1}@dots{}) > Attempts to match @var{pattern1}@dots{}, in order, > until one of them fails to match. > In that case, @code{and} likewise fails to match, > and the rest of the sub-patterns are not tested. No, that one sounds fine. Why do you think it's inconsistent with what I said? Stefan