GNU bug report logs -
#62665
[PATCH] gnu: Add emacs-denote-menu.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 4 Apr 2023 14:37:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 62665 in the body.
You can then email your comments to 62665 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62665
; Package
guix-patches
.
(Tue, 04 Apr 2023 14:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 04 Apr 2023 14:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-denote-menu): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9db8a07331..bcaca1ae8b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15857,6 +15857,26 @@ (define-public emacs-denote
such files while providing facilities to link between them.")
(license license:gpl3+)))
+(define-public emacs-denote-menu
+ (package
+ (name "emacs-denote-menu")
+ (version "1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/"
+ "denote-menu-" version ".tar"))
+ (sha256
+ (base32 "12ry0rv45hv1vrwx9wih72s9h0f3r18xssnkzfa9ilp77kgbas5q"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-denote))
+ (home-page "https://www.scss.tcd.ie/~sulimanm/posts/denote-menu.html/")
+ (synopsis "View and filter Denote files in a tabulated list")
+ (description "This package provides an interface for viewing your
+denote files that goes beyond using the standard dired emacs command to
+view your @code{denote-directory}.")
+ (license license:gpl3+)))
+
(define-public emacs-logos
;; XXX: Upstream did not tag latest release. Use the commit matching
;; version bump.
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62665
; Package
guix-patches
.
(Sat, 08 Apr 2023 12:11:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-denote-menu): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 08 Apr 2023 12:11:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Sat, 08 Apr 2023 12:11:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 May 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.