From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Creating a git branch for cond* Date: Thu, 25 Jan 2024 11:16:43 -0500 Message-ID: References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16833"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, eliz@gnu.org, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 25 17:17: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 1rT2Pr-00047S-Cr for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Jan 2024 17:17:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rT2PY-0006qB-1K; Thu, 25 Jan 2024 11:17:04 -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 1rT2PW-0006oo-9b for emacs-devel@gnu.org; Thu, 25 Jan 2024 11:17:02 -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 1rT2PW-0003Aa-0u; Thu, 25 Jan 2024 11:17:02 -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=1GlZv6SUjEGj2J8gqD1ektziloAxwGkvgwR61ZolhbM=; b=MPx9AkjF2nZg ugW/nw2wz9HMC39+rdALyaYA0koG0M26U7gRu9jW5l2Qw0TZuFnKOS6AI8zI/DbscEZJq0pKoWPOR RKibeMsmiWwmrufZPYkKpCYCAidHoRgMaL5DInNoj95b06BWvI7pDwNT4vSB60+ueNrJK0C7W4+gH mLUVEyd1vWE4m1feCwVKqzwWXXmGpUjyRQo7vctROPTDzQmQxGF+77brxuu9dIy3hw0tLTrRnzvYM +tNvycXMCLdSItDkRMm6woH9V8SQA0GhzItwcbeZ8/3f+wYp072jLjtC3NufO42k/1XbEJ+My6qFi Aki4pyjdAOCyRAbjMmFPhA==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rT2PD-0006Vm-1y; Thu, 25 Jan 2024 11:17:00 -0500 In-Reply-To: (message from Alan Mackenzie on Thu, 25 Jan 2024 15:48:18 +0000) 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:315379 Archived-At: Hello, Richard, Eli, and Emacs. Richard posted some embryonic code for cond* a little over a week ago. To move things forward, I propose creating the git branch feature/condstar, and incorporating the new code into it in lisp/emacs-lisp/condstar.el. This will enable its development to happen more systematically and rapidly. Does anybody have any objections? I hope it goes to master directly, it is a single file that doesn't affect anything else. And _if_ existing code is updated to use cond* that will get much more milage. Nothing should really stop development if this lives on master, or a branch.