From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: cond* status? Date: Tue, 18 Jun 2024 15:02:03 -0400 Message-ID: References: <87le34x7h2.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31609"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Richard Stallman , "Alfred M. Szmidt" , emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 18 21:02:51 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 1sJe6V-00083e-II for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Jun 2024 21:02:51 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sJe5o-0001tt-T6; Tue, 18 Jun 2024 15:02:08 -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 1sJe5n-0001sF-1U for emacs-devel@gnu.org; Tue, 18 Jun 2024 15:02:07 -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 1sJe5m-00040I-H0; Tue, 18 Jun 2024 15:02:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=/oMeAynDsfmiHdqHIhIf9kfjH9seaHVqV0WC1I/fDvk=; b=IMblf2O/f4QjUDuIox36 GxwPlvISSCc6szNxdcVEbLE6LhOQiMzDlWSSrYjmLC14wx2bnD9wLY8nabgLH4y6qhRJzBthRS+Ee H/fogIRHEp1s2nxCAPCZ0G3IQEMQ7JTybn/nQDHbMpUyUVoynzBdR6jdbXpMzjRS38EnZGM8AYCYM Ta9pMAcd8ZyKnDZEHHMgWrS4QY0CS7Mb98inFB4AQUTKHGgpRsGl4UEKZe8asns1Fq5pyJhqgPMwR zpZXcVxSRMIn5GZbSpMPKhm0slvAFKmpSERIEt1klvfuihtn1mcR52dHVkk9G1fF6wDzYB0v5SEHO vkhFUggbqsW5ZA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sJe5j-0000ky-Vu; Tue, 18 Jun 2024 15:02:04 -0400 In-Reply-To: <87le34x7h2.fsf@posteo.net> (Philip Kaludercic's message of "Mon, 17 Jun 2024 09:07:53 +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:320260 Archived-At: Philip Kaludercic writes: > Richard Stallman writes: > >> [[[ 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. ]]] >> >> > What is the current status on cond*? >> >> I am ready to show people a version to try. >> I can do by by checking it in, or by posting it on this list. > > I think the best way to get feedback would be to post it to the list. > By checking it in, just before the master branch is going to be cut for > the next release might make it difficult to adjust things in the long > run. I agree with Philip would be ideal to have it as a patch (or a dedicated git branch). Thanks Andrea