GNU bug report logs -
#57426
[PATCH] gnu: Add emacs-consult-org-roam.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 26 Aug 2022 13:24:01 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 57426 in the body.
You can then email your comments to 57426 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#57426
; Package
guix-patches
.
(Fri, 26 Aug 2022 13:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 26 Aug 2022 13:24: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-consult-org-roam): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6fb7572cc..6a9244dde3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9232,6 +9232,33 @@ (define-public emacs-consult-notmuch
and present results either as single emails or full trees.")
(license license:gpl3+)))
+(define-public emacs-consult-org-roam
+ (let* ((commit "9b51aed939054c54934a6969290ad78587051cde")
+ (revision "0"))
+ (package
+ (name "emacs-consult-org-roam")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jgru/consult-org-roam.git")
+ (commit commit)))
+ (sha256
+ (base32
+ "160rix04azd1wc7fls29bhssjwzwmmnnqcfbkvapsyryvn80q219"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-org-roam emacs-consult))
+ (home-page "https://github.com/jgru/consult-org-roam")
+ (synopsis "Consult integration for org-roam")
+ (description
+ "This is a set of functions to use org-roam with consult. This
+packages replaces org-roam's own completing read functions with equivalent
+versions utilizing consult's internal API. By doing so, one gains all
+advantages of consult which enhances Emacs' own completing-read
+funcionality.")
+ (license license:gpl3))))
+
(define-public emacs-consult-eglot
(package
(name "emacs-consult-eglot")
--
2.37.2
<#secure method=pgpmime mode=sign>
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57426
; Package
guix-patches
.
(Sat, 27 Aug 2022 08:20:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-consult-org-roam): New variable.
Applied with the changes below. Thank you.
> +(define-public emacs-consult-org-roam
> + (let* ((commit "9b51aed939054c54934a6969290ad78587051cde")
I used latest commit instead.
> + (revision "0"))
> + (package
> + (name "emacs-consult-org-roam")
> + (version (git-version "0" revision commit))
Base version is "0.1" according to "Version:" keyword.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/jgru/consult-org-roam.git")
I removed the ".git" suffix from URL.
> + (propagated-inputs (list emacs-org-roam emacs-consult))
I sorted inputs alphabetically.
> + (description
> + "This is a set of functions to use org-roam with consult. This
> +packages replaces org-roam's own completing read functions with equivalent
> +versions utilizing consult's internal API. By doing so, one gains all
> +advantages of consult which enhances Emacs' own completing-read
> +funcionality.")
I removed last sentence, which didn't seem useful in a description.
Also, I used capitalization for project's names (e.g., Consult).
> + (license license:gpl3))))
License is actually GPL3+.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 27 Aug 2022 08:20:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
bug acknowledged by developer.
(Sat, 27 Aug 2022 08:20: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
.
(Sat, 24 Sep 2022 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 326 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.