GNU bug report logs -
#65610
[PATCH] gnu: emacs-denote: Add Info manual.
Previous Next
Reported by: fernseed <at> fernseed.me
Date: Wed, 30 Aug 2023 07:19:03 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
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 65610 in the body.
You can then email your comments to 65610 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#65610
; Package
guix-patches
.
(Wed, 30 Aug 2023 07:19:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
fernseed <at> fernseed.me
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 30 Aug 2023 07:19:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Kierin Bell <fernseed <at> fernseed.me>
* gnu/packages/emacs-xyz.scm (emacs-denote): Add Info manual.
---
gnu/packages/emacs-xyz.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3eaf215134..73d17bf497 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16586,6 +16586,20 @@ (define-public emacs-denote
(base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'makeinfo
+ (lambda _
+ (invoke "emacs"
+ "--batch"
+ "--eval=(require 'ox-texinfo)"
+ "--eval=(find-file \"README.org\")"
+ "--eval=(org-texinfo-export-to-info)")
+ (install-file "denote.info"
+ (string-append #$output
+ "/share/info")))))))
(home-page "https://protesilaos.com/emacs/denote/")
(synopsis "Simple notes for Emacs")
(description
base-commit: 9f4b6bcb5c548f9206b89270b13da54abdff31b1
--
2.41.0
Reply sent
to
Andrew Tropin <andrew <at> trop.in>
:
You have taken responsibility.
(Wed, 30 Aug 2023 11:50:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
fernseed <at> fernseed.me
:
bug acknowledged by developer.
(Wed, 30 Aug 2023 11:50:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65610-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2023-08-29 13:39, fernseed <at> fernseed.me wrote:
> From: Kierin Bell <fernseed <at> fernseed.me>
>
> * gnu/packages/emacs-xyz.scm (emacs-denote): Add Info manual.
> ---
> gnu/packages/emacs-xyz.scm | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 3eaf215134..73d17bf497 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -16586,6 +16586,20 @@ (define-public emacs-denote
> (base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
> (build-system emacs-build-system)
> (native-inputs (list texinfo))
> + (arguments
> + (list
> + #:phases
> + #~(modify-phases %standard-phases
> + (add-after 'install 'makeinfo
> + (lambda _
> + (invoke "emacs"
> + "--batch"
> + "--eval=(require 'ox-texinfo)"
> + "--eval=(find-file \"README.org\")"
> + "--eval=(org-texinfo-export-to-info)")
> + (install-file "denote.info"
> + (string-append #$output
> + "/share/info")))))))
> (home-page "https://protesilaos.com/emacs/denote/")
> (synopsis "Simple notes for Emacs")
> (description
>
> base-commit: 9f4b6bcb5c548f9206b89270b13da54abdff31b1
Applied, pushed, thank you! :)
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c534e50631
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#65610
; Package
guix-patches
.
(Wed, 30 Aug 2023 18:40:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 65610 <at> debbugs.gnu.org (full text, mbox):
From: Kierin Bell <fernseed <at> fernseed.me>
* gnu/packages/emacs-xyz.scm (emacs-denote): Add Info manual.
---
Didn't see this one pushed yet either. Updated as with bug#65611.
Sorry for the mess...
gnu/packages/emacs-xyz.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3eaf215134..af9f62b6cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -132,6 +132,7 @@
;;; Copyright © 2023 Fabio Natali <me <at> fabionatali.com>
;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier <at> free.fr>
;;; Copyright © 2023 Ahmad Draidi <a.r.draidi <at> redscript.org>
+;;; Copyright © 2023 Kierin Bell <fernseed <at> fernseed.me>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -16586,6 +16587,17 @@ (define-public emacs-denote
(base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'makeinfo
+ (lambda _
+ (emacs-batch-edit-file "README.org"
+ "(progn (require 'ox-texinfo) (org-texinfo-export-to-info))")
+ (install-file "denote.info"
+ (string-append #$output
+ "/share/info")))))))
(home-page "https://protesilaos.com/emacs/denote/")
(synopsis "Simple notes for Emacs")
(description
base-commit: d72c3fcf2d72e97715389762c09bf4c4fe81dc0e
--
2.41.0
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 28 Sep 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.