GNU bug report logs - #54771
[PATCH] gnu: Add emacs-hledger-mode

Previous Next

Package: guix-patches;

Reported by: "Collin J. Doering" <collin <at> rekahsoft.ca>

Date: Thu, 7 Apr 2022 16:57:02 UTC

Severity: normal

Tags: patch

Done: "Collin J. Doering" <collin <at> rekahsoft.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54771 in the body.
You can then email your comments to 54771 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54771; Package guix-patches. (Thu, 07 Apr 2022 16:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Collin J. Doering" <collin <at> rekahsoft.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 07 Apr 2022 16:57:02 GMT) Full text and rfc822 format available.

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

From: "Collin J. Doering" <collin <at> rekahsoft.ca>
To: guix-patches <at> gnu.org
Cc: "Collin J. Doering" <collin <at> rekahsoft.ca>
Subject: [PATCH] gnu: Add emacs-hledger-mode
Date: Thu,  7 Apr 2022 12:54:43 -0400
* gnu/packages/finance.scm (emacs-hledger-mode): New variable
---
 gnu/packages/finance.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 9f2d055048..d6cd2981a6 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -73,6 +73,7 @@ (define-module (gnu packages finance)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages dns)
   #:use-module (gnu packages emacs)
+  #:use-module (gnu packages emacs-xyz)
   #:use-module (gnu packages dbm)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages gnome)
@@ -455,6 +456,37 @@ (define-public emacs-ledger-mode
 This package provides the Emacs mode.")
     (license license:gpl2+)))
 
+(define-public emacs-hledger-mode
+  (let ((commit "9ac07ff0adbce6a402c17e789b1750f9da0d22f4")
+        (revision "1"))
+    (package
+      (name "emacs-hledger-mode")
+      (version (git-version "20210706.1225" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/narendraj9/hledger-mode")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "0x3dgws8nh7q8x7zzjwbm5k9n7gi7qqd3ww7y51fbx6p6ii3jpp4"))))
+      (build-system emacs-build-system)
+      (propagated-inputs `(("emacs-popup" ,emacs-popup)
+                           ("emacs-async" ,emacs-async)
+                           ("emacs-htmlize" ,emacs-htmlize)))
+      (arguments
+       '(#:include '("^[^/]+.el$")
+         #:exclude '()))
+      (home-page "https://github.com/narendraj9/hledger-mode")
+      (synopsis "Mode for writing journal entries for hledger")
+      (description
+       "A major mode for writing hledger journal files.  It generates some
+useful reports along with some financial ratios that can help you
+keep a check on your financial health.  This is an attempt to
+organize personal finances for Emacs users.  If you don not like this,
+try @code{emacs-ledger-mode}.")
+      (license license:gpl3))))
+
 (define-public geierlein
   (package
     (name "geierlein")
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54771; Package guix-patches. (Fri, 08 Apr 2022 01:33:01 GMT) Full text and rfc822 format available.

Message #8 received at 54771 <at> debbugs.gnu.org (full text, mbox):

From: "Collin J. Doering" <collin <at> rekahsoft.ca>
To: 54771 <at> debbugs.gnu.org
Subject: Follow up: this issue didn't appear on mumi
Date: Thu, 07 Apr 2022 21:30:25 -0400
For some reason I haven't seen this issue appear on Guix's Mumi instance (https://issues.guix.gnu.org), however it appears that it was successfully received.

Sending this email as I suspect it will make this bug ticket show up in mumi.

-- 
Collin J. Doering

http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca




Information forwarded to guix-patches <at> gnu.org:
bug#54771; Package guix-patches. (Fri, 08 Apr 2022 07:54:01 GMT) Full text and rfc822 format available.

Message #11 received at 54771 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: "Collin J. Doering" <collin <at> rekahsoft.ca>
Cc: 54771 <at> debbugs.gnu.org
Subject: Re: [bug#54771] Follow up: this issue didn't appear on mumi
Date: Fri, 8 Apr 2022 09:52:59 +0200
Hi,

On Fri, 8 Apr 2022 at 03:33, Collin J. Doering via Guix-patches via
<guix-patches <at> gnu.org> wrote:

> For some reason I haven't seen this issue appear on Guix's Mumi instance (https://issues.guix.gnu.org), however it appears that it was successfully received.

The synchronisation of the instance Mumi can vary.  It is probably
what you observed.

Cheers,
simon




Reply sent to "Collin J. Doering" <collin <at> rekahsoft.ca>:
You have taken responsibility. (Sat, 18 Mar 2023 01:00:03 GMT) Full text and rfc822 format available.

Notification sent to "Collin J. Doering" <collin <at> rekahsoft.ca>:
bug acknowledged by developer. (Sat, 18 Mar 2023 01:00:03 GMT) Full text and rfc822 format available.

Message #16 received at 54771-done <at> debbugs.gnu.org (full text, mbox):

From: "Collin J. Doering" <collin <at> rekahsoft.ca>
To: 54771-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add emacs-hledger-mode
Date: Fri, 17 Mar 2023 20:53:34 -0400
This was already merged (see: https://git.savannah.gnu.org/cgit/guix.git/commit/gnu?id=3650425b4689ff716ad244cb48283c9daf8df148)

-- 
Collin J. Doering

http://rekahsoft.ca
http://blog.rekahsoft.ca
http://git.rekahsoft.ca




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 15 Apr 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.