GNU bug report logs -
#44798
[PATCH] gnu: Add emacs-embark
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44798 in the body.
You can then email your comments to 44798 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#44798
; Package
guix-patches
.
(Sun, 22 Nov 2020 13:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Niklas Eklund <niklas.eklund <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 22 Nov 2020 13:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Add-emacs-embark.patch (text/x-patch, attachment)]
From 66d82a0666005301bc191c639cc3f5bcfc0fe5af Mon Sep 17 00:00:00 2001
From: Niklas Eklund <niklas.eklund <at> posteo.net>
Date: Sun, 22 Nov 2020 14:39:11 +0100
Subject: [PATCH] gnu: Add emacs-embark.
* gnu/packages/emacs-xyz.scm (emacs-embark): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 885487bf17..6edf8ac99a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6719,6 +6719,34 @@ background of file-visiting buffers (and certain aspects of the UI) to make
them easier to distinguish from other, less important buffers.")
(license license:expat)))
+(define-public emacs-embark
+ ;; There are no tagged releases upstream on gitlab, instead we are using
+ ;; the most recent commit.
+ (let ((commit "dc20b4e53c4ce1ad91100dfeb093115f2cc0b210")
+ (revision "0"))
+ (package
+ (name "emacs-embark")
+ (version (git-version "0.6" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/oantolin/embark")
+ (commit commit)))
+ (sha256
+ (base32 "1jrvdlwip7zll5ixlnk9l0apr8hj60ysqfc47q3k4hhfyl9rawbq"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-avy" ,emacs-avy)))
+ (home-page "https://github.com/oantolin/embark")
+ (synopsis "Emacs Mini-Buffer Actions Rooted in Keymaps")
+ (description
+ "This package provides a command embark-act (and a variant
+embark-act-noexit), to execute actions on the top minibuffer completion
+canidate: the one that would be chosen by minibuffer-force-complete")
+ (license license:gpl3+))))
+
(define-public emacs-prescient
(package
(name "emacs-prescient")
--
2.28.0
Reply sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
You have taken responsibility.
(Mon, 23 Nov 2020 18:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Niklas Eklund <niklas.eklund <at> posteo.net>
:
bug acknowledged by developer.
(Mon, 23 Nov 2020 18:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 44798-done <at> debbugs.gnu.org (full text, mbox):
Thanks for the patch! I pushed to master with the following minor edits.
> + ;; There are no tagged releases upstream on gitlab, instead we are using
> + ;; the most recent commit.
I think you meant github, not gitlab.
> + (let ((commit "dc20b4e53c4ce1ad91100dfeb093115f2cc0b210")
> + (revision "0"))
> + (package
> + (name "emacs-embark")
> + (version (git-version "0.6" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/oantolin/embark")
> + (commit commit)))
> + (sha256
> + (base32 "1jrvdlwip7zll5ixlnk9l0apr8hj60ysqfc47q3k4hhfyl9rawbq"))
> + (file-name (git-file-name name version))))
> + (build-system emacs-build-system)
> + (propagated-inputs
> + `(("emacs-avy" ,emacs-avy)))
> + (home-page "https://github.com/oantolin/embark")
> + (synopsis "Emacs Mini-Buffer Actions Rooted in Keymaps")
I capitalized only the first letter of the first word---Emacs. I
downcased the rest.
> + (description
> + "This package provides a command embark-act (and a variant
> +embark-act-noexit), to execute actions on the top minibuffer completion
> +canidate: the one that would be chosen by minibuffer-force-complete")
I started the string "This package..." on the same line as description,
and added a period after minibuffer-force-complete.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 22 Dec 2020 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.