From unknown Sat Jun 21 03:28:04 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#76904 <76904@debbugs.gnu.org> To: bug#76904 <76904@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-world-time-mode. Reply-To: bug#76904 <76904@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:28:04 +0000 retitle 76904 [PATCH] gnu: Add emacs-world-time-mode. reassign 76904 guix-patches submitter 76904 Arun Isaac severity 76904 normal tag 76904 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 09 20:35:45 2025 Received: (at submit) by debbugs.gnu.org; 10 Mar 2025 00:35:45 +0000 Received: from localhost ([127.0.0.1]:35100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trR7Q-0001mn-KJ for submit@debbugs.gnu.org; Sun, 09 Mar 2025 20:35:45 -0400 Received: from lists.gnu.org ([2001:470:142::17]:58180) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trR7O-0001mT-46 for submit@debbugs.gnu.org; Sun, 09 Mar 2025 20:35:42 -0400 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 1trR7I-0005mh-Cj for guix-patches@gnu.org; Sun, 09 Mar 2025 20:35:36 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trR7C-0004ou-Hc for guix-patches@gnu.org; Sun, 09 Mar 2025 20:35:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1741566920; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=C5P72kTXIEltEcZrs/5BH+nPSRAlBhD+QXdAduWdyHA=; b=QSG3kpGA75saavq3n8pFPLx8OUFh1IlnTUO0o3H/QCV6mVYnFwZ+2mH5wgKsucl9IWcyls vo/UQgbdDirUAMGITS9TAfGWHDo8gedkVpL9sJUECoV2BelTrMvppo0ErNpu4aRrCZ741O kMOytuVQ0VzRKZP9RF43t9kH1GaywQxVLps6CoGVimBJDyD8fMJ/TMq3t7A7kUtjpRGEZ5 xFvE4U0ZzkFwP3tktMWnQwrRUY0/Hi2/6AcEuNWYSB8tMO3NlDbeZKg9IdMFBWODbQTquA I6R+cObEcAc5tSd73N/RCEGGXclLRN0OGMgRqV9J/9hvwqUUodpOl44s6+UwHQ== Received: from localhost.localdomain ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id 5ddb2099 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 10 Mar 2025 00:35:19 +0000 (UTC) From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-world-time-mode. Date: Mon, 10 Mar 2025 00:35:06 +0000 Message-ID: <2d857b8631cc28f5eea3bdb029d91aae8bb1c8d1.1741566832.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-world-time-mode): New variable. --- gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 602f58f006..07ba309870 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016-2025 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016-2022, 2024 Arun Isaac +;;; Copyright © 2016-2022, 2024–2025 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur @@ -3527,6 +3527,29 @@ (define-public emacs-alarm-clock (description "Alarm Clock provides an alarm clock for Emacs.") (license license:gpl3+))) +(define-public emacs-world-time-mode + (let ((commit "ce7a3b45c87eb24cfe61eee453175d64f741d7cc") + (revision "0")) + (package + (name "emacs-world-time-mode") + (version (git-version "0.0.6" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/nicferrier/emacs-world-time-mode") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i00xm4rynbp2v3gm6h46ajgj8h8nxnsjh6db1659b0hbpnah0ji")))) + (build-system emacs-build-system) + (home-page "https://github.com/nicferrier/emacs-world-time-mode") + (synopsis "Show whole days of world time") + (description "@code{emacs-world-time-mode} shows time zones in your +@code{display-time-world-list} formatted as a list of whole days with the +differing times.") + (license license:gpl3+)))) + (define-public emacs-anaphora (package (name "emacs-anaphora") base-commit: d0510dcd824e1b3fda62a8841e792581d7b8de8d -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 16:48:03 2025 Received: (at 76904) by debbugs.gnu.org; 17 Mar 2025 20:48:03 +0000 Received: from localhost ([127.0.0.1]:32961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuHNT-0005kU-AJ for submit@debbugs.gnu.org; Mon, 17 Mar 2025 16:48:03 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]:36281) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tuHNQ-0005jf-D6; Mon, 17 Mar 2025 16:48:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1742244477; bh=TwIY+pg/MptIgNc6MDnzpyCgjowMCb0NC7IP8aoD0Fo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=koQhqofHGNKjcyvEzl2ZOO9hEAJhc37oOIbuEQsWKsiIWMpIjEFORYTJG+ZLKXUHP c14WDzDyiXfKLeF85elrqEtAfyT2duAcxAYnFpuKy+gkv+QSU6P5UtdvW0cA4utqYh xRc/WTy9cvbqOYVRsbBUDpZ0LuzAlavTFYsFJJ/c= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZGn9T1FF9z6vHN; Mon, 17 Mar 2025 20:47:57 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZGn9S2W8Gz6vHD; Mon, 17 Mar 2025 20:47:56 +0000 (UTC) From: Cayetano Santos To: GNU bug tracker automated control server Subject: control message for bug #76904 In-Reply-To: <2d857b8631cc28f5eea3bdb029d91aae8bb1c8d1.1741566832.git.arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 10 Mar 2025 00:35:06 +0000") References: <2d857b8631cc28f5eea3bdb029d91aae8bb1c8d1.1741566832.git.arunisaac@systemreboot.net> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 17 Mar 2025 21:47:54 +0100 Message-ID: <87zfhjwfid.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76904 Cc: Arun Isaac , 76904@debbugs.gnu.org, Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Andrew Tropin , Divya Ranjan Pattanaik X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain user guix usertag 76904 + reviewed-looks-good thanks Items marked as checked: - commit messages - package builds - lint warnings - package style - no dependent packages - synopsis and descriptions - no package tests - licenses - synopsis and descriptions Comments: 11 years old package ! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ9iKehccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mglerAP0fCtW11GcFk9MLdhUCYGA0SLcp lZ1dFvWvWz5U8qpx2QEAxVnjPpe2ajhP++Fx8nmvMwm1VhIWOseqmze2BEEyCQc= =+J66 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 18 07:53:19 2025 Received: (at 76904-done) by debbugs.gnu.org; 18 Mar 2025 11:53:20 +0000 Received: from localhost ([127.0.0.1]:37728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuVVW-0000YU-JO for submit@debbugs.gnu.org; Tue, 18 Mar 2025 07:53:19 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:58626) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tuVVR-0000Wo-9r for 76904-done@debbugs.gnu.org; Tue, 18 Mar 2025 07:53:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1742298785; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=51MPKCqjxsJCd1/orkvUXW1Mh2cXj18Mivy+BpoCIX8=; b=qSd6YtnnQzJuZpvEIv/oPPbTaFP/SlHB2wwn3L7FbTQIuH9QZGPd/Y1ZDi42IGZ6rQmRnl RWbcllD4agjHzAFdyafgSnUWjipdA8PjeJ1Mg4NLnZiLM3QJa+7JNyGBUQhFudSDbmRBqv Hceb819ko77nHOuToWpSZ2JAOhJZRrg1efORZ2kzREFkNzU1g7npAiFDQjawqTqEH/zj6V j7AC0K3qg/doKq1r/eDT/G9kNeB8P8LFopawIN0p7eIHsj8+rnnzqiBhZNNFN3jsQnILEO 2vnFinozWJrS2SPz7e02GV6g03wjjXxxDbSWFQXZHHnvJ2p3M5x2rib4eNG4JQ== Received: from localhost ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id 9faf4698 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 18 Mar 2025 11:53:04 +0000 (UTC) From: Arun Isaac To: 76904-done@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add emacs-world-time-mode. In-Reply-To: <87zfhjwfid.fsf@inventati.org> Date: Tue, 18 Mar 2025 11:52:59 +0000 Message-ID: <87ecyuk12c.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76904-done Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks for the review! I have pushed the patch. > Comments: > > 11 years old package ! And it still works! :-) From unknown Sat Jun 21 03:28:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 16 Apr 2025 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator