GNU bug report logs -
#53470
[PATCH] gnu: Add emacs-kind-icon.
Previous Next
Reported by: Brandon Lucas <br <at> ndon.dk>
Date: Sun, 23 Jan 2022 13:27: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 53470 in the body.
You can then email your comments to 53470 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#53470
; Package
guix-patches
.
(Sun, 23 Jan 2022 13:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brandon Lucas <br <at> ndon.dk>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Jan 2022 13:27: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-kind-icon): 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 8edbfc5a3d..4d1b59af78 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18531,6 +18531,29 @@ (define-public emacs-svg-tag-mode
or expressions with SVG rounded box labels that are fully customizable.")
(license license:gpl3+))))
+(define-public emacs-kind-icon
+ (package
+ (name "emacs-kind-icon")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://elpa.gnu.org/packages/kind-icon-"
+ version
+ ".tar"))
+ (sha256
+ (base32 "00pyvnq4dx51l2wbhvm6k6cx5xmy32j4h1lkr5kr8s3j5w83ip25"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-svg-lib))
+ (home-page "https://github.com/jdtsmith/kind-icon")
+ (synopsis "Completion kind icons in Emacs")
+ (description "Kind-icon-mode adds a colorful icon or text prefix based
+on :company-kind for compatible completion UIs. The \"kind\" prefix is
+typically used for differentiating completion candidates such as variables,
+functions, etc.")
+ (license license:agpl3)))
+
(define-public emacs-svg-icon
(let ((commit "ebc2b8d0f6c680fd575a90e683cc7b832acd1eb7")
(revision "1"))
--
2.34.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 23 Jan 2022 16:47:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brandon Lucas <br <at> ndon.dk>
:
bug acknowledged by developer.
(Sun, 23 Jan 2022 16:47:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53470-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Brandon Lucas <br <at> ndon.dk> writes:
> * gnu/packages/emacs-xyz.scm (emacs-kind-icon): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 21 Feb 2022 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.