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: Instead of pcase Date: Wed, 22 Nov 2023 21:57:49 -0500 Message-ID: References: <871qcpn3ep.fsf@web.de> <875y1webm6.fsf@web.de> 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="16832"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 23 03:58:27 2023 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 1r5zv8-0004DM-QW for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Nov 2023 03:58:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r5zua-0008Um-3P; Wed, 22 Nov 2023 21:57:52 -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 1r5zuY-0008TZ-Aa for emacs-devel@gnu.org; Wed, 22 Nov 2023 21:57:50 -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 1r5zuY-000084-1u; Wed, 22 Nov 2023 21:57:50 -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=F0MnKrpbrE43PPAdIoS2ExqFPL8VpWftnMeARNm5Dbg=; b=pm+vAaeccY8P EjyKRUDropYB2FAWbdUirEgc/7bq2JwenBScJvvs0MrhTqUz1yTW8q4erXQVp/d1suZvbNIFGtHEZ tzMf9GgXSlVfW9mlWTitD2ak20z7BSIJsHwnSbqAHF51kvyCa0C4Vj/tzJXMrBwysZBhWqkH9TLRc BLO0uc7IBT4grkZa6pyraXQ8+LCzaVTDDroBHwJaRknkGJAjf/MjfDKRn+5U37XW2OtTrKVJolsaC AIYAJITZbTckEeEtvNN59zkjxbegHgpqhJsRxr2+PEat+XhhPn85PrrBOGWj5yMjkVIwjZcB0E0lh s7gzC2LjXTE7sZ/tZwKTYg==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1r5zuX-00040C-CJ; Wed, 22 Nov 2023 21:57:49 -0500 In-Reply-To: <875y1webm6.fsf@web.de> (message from Michael Heerdegen on Mon, 20 Nov 2023 15:35:29 +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:313136 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. ]]] > > Would you like to help design matching functions to do the same jobs > > that pcase does? > With pleasure, I'll try to do my best. Thank you. > > I would like to make it possible to combine various matching and > > destructuring functions using `and' and `or' (plus any other Lisp > > functions you like). > Would this still be based on pcase or be something completely new? It would become part of the cond* idea that I previously posted the first draft of. I posted a newer version today. -- 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)