From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Installing cond* in core Date: Tue, 12 Mar 2024 22:27:34 -0400 Message-ID: References: Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33930"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 13 03:28:24 2024 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 1rkELv-0008df-Ta for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Mar 2024 03:28:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rkELB-0001Pw-8Z; Tue, 12 Mar 2024 22:27:37 -0400 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 1rkEL9-0001PX-Ax for emacs-devel@gnu.org; Tue, 12 Mar 2024 22:27:35 -0400 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 1rkEL8-0002eG-FM; Tue, 12 Mar 2024 22:27:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=skdE4l8EM3HYY+Vek8kbi+6ku4vIMcsxgIZNNRaUW8I=; b=l7AGMsh1fBTH UkkvW/qrEt4gMYOy8/TWovnSoLd0RXQRIZzmxa5UCqVnqmN96RQojihmq62hXIaK2JUa29yAG30nE jn8C6EeMSq+c/tyjxLYFVCuEAjeQeqo8YBCHShGmCPzTKLfujcg/0stgqiZADs6FKmSJkrI3NR4nP 05RbzTvhM0voMp6ro4UIRd2C/RfMfdbfCUOliLVZmoktjks7Ze7kUSLDZrNhYe6YjQDUfUvIVTEyM AyycM6VviAgZxhxSYHW+WTN4RHNVp9Mtovgz5n361DQv7iYhEUEYynmfjIMyircgipojB+SFwobNI m114/VmTxY+WirzIZZmbWw==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rkEL8-00030Z-51; Tue, 12 Mar 2024 22:27:34 -0400 In-Reply-To: (message from Stefan Monnier on Mon, 05 Feb 2024 07:39:36 -0500) 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:317023 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > But there are also nonempty ni-exit clauses: > > > > > (cond* > > > (:no-exit (match* PAT FORM) THEN) > > > . ALWAYS) > > > > Can rewriting handle that? > Assuming it means "if PAT matches, execute THEN (with the corresponding > bindings) for its side effects, and in all cases continue with ALWAYS > without PAT's bindings", then it's just The bindings cover both THEN and ALWAYS. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)