GNU bug report logs - #72217
[PATCH] gnu: Add emacs-consult-denote.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Sat, 20 Jul 2024 21:24:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Wilko Meyer <w <at> wmeyer.eu>
Subject: bug#72217: closed (Re: [bug#72217] [PATCH] gnu: Add
 emacs-consult-denote.)
Date: Sun, 21 Jul 2024 11:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72217: [PATCH] gnu: Add emacs-consult-denote.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72217 <at> debbugs.gnu.org.

-- 
72217: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72217
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 72217-done <at> debbugs.gnu.org, Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#72217] [PATCH] gnu: Add emacs-consult-denote.
Date: Sun, 21 Jul 2024 13:35:54 +0200
Hello,

Wilko Meyer <w <at> wmeyer.eu> writes:

> * gnu/packages/emacs-xyz.scm (emacs-consult-denote): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: Add emacs-consult-denote.
Date: Sat, 20 Jul 2024 23:18:31 +0200
* gnu/packages/emacs-xyz.scm (emacs-consult-denote): New variable.

Change-Id: I9c65cfb3b9d3a3906a8492b9aa5d1dab04f39869
---
Hi Guix,

This patch adds consult-denote[0]. The package builds successfully on
my machine and guix lint passes as well for it. 

Cheers!

[0]: https://github.com/protesilaos/consult-denote

 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 75be8999ae..b5f0c3041f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12436,6 +12436,27 @@ (define-public emacs-consult-bibtex
 completion using Consult.")
       (license license:gpl3+))))
 
+(define-public emacs-consult-denote
+  (package
+    (name "emacs-consult-denote")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/consult-denote-"
+                           version ".tar"))
+       (sha256
+        (base32 "0yhf9fifas87rs4wdapszbpx1xqyq44izjq7vzpyvdlh5a5fhhx1"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-denote emacs-consult))
+    (home-page "https://github.com/protesilaos/consult-denote")
+    (synopsis "Consult interface for denote")
+    (description
+     "Consult-denote provides the commands @code{consult-denote-find} and
+@{consult-denote-grep} to interact with @code{emacs-denote} using a
+completing-read interface.")
+    (license license:gpl3+)))
+
 (define-public emacs-consult-dir
   (package
     (name "emacs-consult-dir")

base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
-- 
2.45.1




This bug report was last modified 303 days ago.

Previous Next


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