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: Code for cond* Date: Wed, 28 Feb 2024 22:50:32 -0500 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="16105"; 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 Thu Feb 29 04:51:26 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 1rfXS9-0003wU-P1 for ged-emacs-devel@m.gmane-mx.org; Thu, 29 Feb 2024 04:51:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfXRL-0005Rv-PY; Wed, 28 Feb 2024 22:50:35 -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 1rfXRJ-0005Kb-7h for emacs-devel@gnu.org; Wed, 28 Feb 2024 22:50:33 -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 1rfXRI-0005ff-Sd; Wed, 28 Feb 2024 22:50:32 -0500 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=SiFAZur0ezMCw35Gte/zEZ5GL9bKtQf3lgdgS3NryEA=; b=SX7heAZbfzRa 949GVv701ub7LGpDV1ytupBeqZadlvOBLtKWkCqRb/PkMUs6ugKtb/QXlSW2Mg+8uwPXpzI5Xv9Zj I2hTbwyKMclzL5hlRpLAyE+mnE/yHhVeO1MGUITGNk8zCldAdYysKL5kShG+/FuHMH3TrwvvNk454 HEwC4sRz9SV/5gpoBtcHIGwe+x8kR+Zo9i+eWq0KFgcThzNolgEtJHYaPjc6mLThEkyObfF1iTf4Z 3MZsgGYNcmvo5YVdERs6p8qVFYZv3iQ/03lxvvlwHJKgK/irJrwGMKitiHJk85sRclhGGColu0+Rm zGJLiKzGQJZ0bU9ICwZQFA==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rfXRI-0002m6-05; Wed, 28 Feb 2024 22:50:32 -0500 In-Reply-To: (message from Stefan Monnier on Sun, 25 Feb 2024 10:03:48 -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:316634 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. ]]] > - As you say for "one specific list, it is hard to find anything simpler > than `. ,_'", yet you added `cdr-safe` which applies to a single > pattern, and thus typically to a single list, unless the pattern is > a big (or ...) pattern which are rather unusual. I can't follow that. Why do you say "typically to a sigle list"? I don't think that is true -- it applies to all sublists of the pattern used within it. Bu I suspect a miscommunication. -- 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)