GNU bug report logs

#76904 [PATCH] gnu: Add emacs-world-time-mode.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org:
bug#76904; Package guix-patches. (Mon, 10 Mar 2025 00:36:02 GMT) (full text, mbox, link).


Acknowledgement sent to Arun Isaac <arunisaac@systemreboot.net>:
New bug report received and forwarded. Copy sent to andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org. (Mon, 10 Mar 2025 00:36:03 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Arun Isaac <arunisaac@systemreboot.net>
To: guix-patches@gnu.org
Cc: Arun Isaac <arunisaac@systemreboot.net>
Subject: [PATCH] gnu: Add emacs-world-time-mode.
Date: Mon, 10 Mar 2025 00:35:06 +0000
* 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 <a@ajgrf.com>
 ;;; Copyright © 2016-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2016-2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016-2022, 2024–2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur <clement@lassieur.org>
@@ -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





Information forwarded to guix-patches@gnu.org:
bug#76904; Package guix-patches. (Mon, 17 Mar 2025 20:49:01 GMT) (full text, mbox, link).


Message #8 received at 76904@debbugs.gnu.org (full text, mbox, reply):

From: Cayetano Santos <csantosb@inventati.org>
To: GNU bug tracker automated control server <control@debbugs.gnu.org>
Cc: Arun Isaac <arunisaac@systemreboot.net>, 76904@debbugs.gnu.org, Ian Eure <ian@retrospec.tv>, Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>, Liliana Marie Prikler <liliana.prikler@gmail.com>, Andrew Tropin <andrew@trop.in>, Divya Ranjan Pattanaik <divya@subvertising.org>
Subject: control message for bug #76904
Date: Mon, 17 Mar 2025 21:47:54 +0100
[Message part 1 (text/plain, inline)]
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 !
[signature.asc (application/pgp-signature, inline)]

Reply sent to Arun Isaac <arunisaac@systemreboot.net>:
You have taken responsibility. (Tue, 18 Mar 2025 11:54:02 GMT) (full text, mbox, link).


Notification sent to Arun Isaac <arunisaac@systemreboot.net>:
bug acknowledged by developer. (Tue, 18 Mar 2025 11:54:02 GMT) (full text, mbox, link).


Message #13 received at 76904-done@debbugs.gnu.org (full text, mbox, reply):

From: Arun Isaac <arunisaac@systemreboot.net>
To: 76904-done@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: Re: [PATCH] gnu: Add emacs-world-time-mode.
Date: Tue, 18 Mar 2025 11:52:59 +0000
Thanks for the review! I have pushed the patch.

> Comments:
> 
> 11 years old package !

And it still works! :-)




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 03:55:22 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.