GNU bug report logs -
#39750
[PATCH] gnu: Add emacs-company-emoji.
Previous Next
Reported by: Evan Straw <evan.straw99 <at> gmail.com>
Date: Sun, 23 Feb 2020 03:50: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 39750 in the body.
You can then email your comments to 39750 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#39750
; Package
guix-patches
.
(Sun, 23 Feb 2020 03:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evan Straw <evan.straw99 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Feb 2020 03:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Add-emacs-company-emoji.patch (text/x-patch, inline)]
From 6c23c5966a3c7ed01c784874e410d5fe3009bfc5 Mon Sep 17 00:00:00 2001
From: Evan Straw <evan.straw99 <at> gmail.com>
Date: Sat, 22 Feb 2020 19:47:19 -0800
Subject: [PATCH] gnu: Add emacs-company-emoji.
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1247c01e63..5d3bd9e504 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -59,6 +59,7 @@
;;; Copyright © 2019 David Wilson <david <at> daviwil.com>
;;; Copyright © 2020 Paul Garlick <pgarlick <at> tourbillion-technology.com>
;;; Copyright © 2020 Robert Smith <robertsmith <at> posteo.net>
+;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -21498,3 +21499,24 @@ Values are stored in a directory in @code{user-emacs-directory}, using
one file per value. This makes it easy to delete or remove unused
variables.")
(license license:gpl3+)))
+
+(define-public emacs-company-emoji
+ (package
+ (name "emacs-company-emoji")
+ (version "2.5.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dunn/company-emoji/")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0r9zcbm3nb3zw5cwrkl098v5b49jbga5404bj7j55g6k4rwkjar2"))))
+ (build-system emacs-build-system)
+ (inputs `(("emacs-company" ,emacs-company)))
+ (home-page "https://github.com/dunn/company-emoji/")
+ (synopsis "Company-mode backend for emoji")
+ (description "Company-mode backend providing autocompletion for emoji.")
+ (license license:gpl3+)))
--
2.20.1
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Wed, 26 Feb 2020 14:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evan Straw <evan.straw99 <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 26 Feb 2020 14:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 39750-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Evan Straw <evan.straw99 <at> gmail.com> writes:
> From 6c23c5966a3c7ed01c784874e410d5fe3009bfc5 Mon Sep 17 00:00:00 2001
> From: Evan Straw <evan.straw99 <at> gmail.com>
> Date: Sat, 22 Feb 2020 19:47:19 -0800
> Subject: [PATCH] gnu: Add emacs-company-emoji.
Thank you! I applied the patch with the following changes:
- I used `propagate-inputs' instead of `inputs' as is done for Emacs packages,
- I wrote a full sentence for the description.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 26 Mar 2020 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.