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: [PATCH] Re: Making decoded-times and calendar dates compatible? Date: Mon, 16 Dec 2024 23:39:57 -0500 Message-ID: References: <87seqy5qr8.fsf@ohm.mail-host-address-is-not-set> <8734isrign.fsf@ohm.mail-host-address-is-not-set> <87frmno0l1.fsf@recursewithless.net> 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="470"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Richard Lawrence Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 17 05:40:48 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 1tNPO4-000AVk-Ae for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Dec 2024 05:40:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tNPNI-0000pf-NI; Mon, 16 Dec 2024 23:40:00 -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 1tNPNG-0000on-HG for emacs-devel@gnu.org; Mon, 16 Dec 2024 23:39:58 -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 1tNPNG-0000ae-87; Mon, 16 Dec 2024 23:39:58 -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=MY+ijrwrTaYSqBDrmm8ePGkimtWXzlSfJiSqoHxx5m0=; b=mLJKtvss01d/ 3sd7Ny50LDGffx6Jk9AU8ma4vPAE8vtU3Qb7jVSrykKbQKvq2/V1b9U93uVWPBU8o1gAMcLgzltPg EGWZl5W0wMFYVTtPk0Rmhygk+01Mh/kCP0uSA9MLxKmKHtBKP0U4lzb2EL2wyOJlGgEUgh9BBTqEf vKhQN/pvMAMTQI1uoDDJIVzPbeNKdELOKKicYQU8uTfqtfYkWe0LjgY1TbZ7LEKKnlZKobcu26Hjb 144QsvqH5oLCrTU8aS2BsaaD1lrgX9vfzFvbA/c1r3oSo0y3pMN6CfaOEfZcFqMSisdq0NDEElylc FsZ+88Jw6SrJYIvDuAneTg==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tNPNF-00038R-JY; Mon, 16 Dec 2024 23:39:57 -0500 In-Reply-To: <87frmno0l1.fsf@recursewithless.net> (message from Richard Lawrence on Mon, 16 Dec 2024 21:05:30 +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:326569 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. ]]] > I > see that throughout the calendar code, there are many uses of "(list > month day year)" to construct dates, so there might be a lot of code to > fix if we change the representation, It might be helpful to replace `list' there with a new function `calendar-make-date' just for clarity. -- 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)