GNU bug report logs -
#53726
[PATCH] gnu: Add emacs-popup-kill-ring
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 53726 in the body.
You can then email your comments to 53726 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#53726
; Package
guix-patches
.
(Wed, 02 Feb 2022 16:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jai Vetrivelan <jaivetrivelan <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 02 Feb 2022 16:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Add-emacs-popup-kill-ring.patch (text/x-patch, inline)]
From 3808b640f9b15d8af42e9d319312c0368b8b416c Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Wed, 2 Feb 2022 18:14:49 +0530
Subject: [PATCH] gnu: Add emacs-popup-kill-ring.
* gnu/packages/emacs-xyz.scm: (emacs-popup-kill-ring) new variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ce245c54a..2087e27e58 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7065,6 +7065,29 @@ (define-public emacs-popup
and popup menus.")
(license license:gpl3+)))
+(define-public emacs-popup-kill-ring
+ (let ((version "0.2.8") (revision "0")
+ (commit "a45c9cf79c4e1207fdbdd662e161154ef224ad61"))
+ (package
+ (name "emacs-popup-kill-ring")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/waymondo/popup-kill-ring")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0bpnsc4agy6mcnc79d9a6gi79jiiqrhf3a55pw0p4z16m86vwyqr"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-pos-tip emacs-popup))
+ (home-page "https://github.com/waymondo/popup-kill-ring")
+ (synopsis "Interactively insert item from kill-ring")
+ (description "Browse your Emacs kill-ring in an autocomplete style popup
+ menu.")
+ (license license:gpl3+))))
+
(define-public emacs-python-black
(package
(name "emacs-python-black")
base-commit: 5783091d66ba0a0b7892f5c2554453f3c4ae4d2d
--
2.34.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 06 Feb 2022 21:56:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jai Vetrivelan <jaivetrivelan <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 06 Feb 2022 21:56:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 53726-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:
> Subject: [PATCH] gnu: Add emacs-popup-kill-ring.
Thank you.
> * gnu/packages/emacs-xyz.scm: (emacs-popup-kill-ring) new variable.
Nitpick: the colon should come after the closing bracket.
> +(define-public emacs-popup-kill-ring
> + (let ((version "0.2.8") (revision "0")
> + (commit "a45c9cf79c4e1207fdbdd662e161154ef224ad61"))
> + (package
> + (name "emacs-popup-kill-ring")
> + (version (git-version version revision commit))
I inserted the version string above.
> + (description "Browse your Emacs kill-ring in an autocomplete style popup
> + menu.")
I reworded the description so it would be a complete sentence.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 07 Mar 2022 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 105 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.