unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39319] [PATCH] gnu: Add emacs-company-ebdb.
@ 2020-01-27 23:49 Amin Bandali
  2020-01-28  7:46 ` bug#39319: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Amin Bandali @ 2020-01-27 23:49 UTC (permalink / raw)
  To: 39319; +Cc: Amin Bandali

* gnu/packages/emacs-xyz.scm (emacs-company-ebdb): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c5214405d0..f51ff7bcf5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21125,3 +21125,27 @@ pattern guessed from thing under current cursor position.
 mercury-mode provided by Emacs as a wrapper around prolog-mode.")
       (home-page "https://github.com/ahungry/metal-mercury-mode")
       (license license:gpl3+))))
+
+(define-public emacs-company-ebdb
+  (package
+    (name "emacs-company-ebdb")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/company-ebdb-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-company" ,emacs-company)))
+    (home-page "https://elpa.gnu.org/packages/company-ebdb.html")
+    (synopsis "Company completion backend for EBDB in message-mode")
+    (description "@code{company-ebdb} provides @code{company-mode}
+integration for EBDB.  Copied more or less intact from
+@code{company-bbdb}, originally by Jan Tatarik.")
+    (license license:gpl3+)))
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39319: [PATCH] gnu: Add emacs-company-ebdb.
  2020-01-27 23:49 [bug#39319] [PATCH] gnu: Add emacs-company-ebdb Amin Bandali
@ 2020-01-28  7:46 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-01-28  7:46 UTC (permalink / raw)
  To: Amin Bandali; +Cc: 39319-done

Hello,

Amin Bandali <mab@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-company-ebdb): New variable.

Applied as 26d361b5cfc252b3a43ec8f63bf418ed654e2bc0, with minor tweaks
to the description.

Thank you!

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-28  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 23:49 [bug#39319] [PATCH] gnu: Add emacs-company-ebdb Amin Bandali
2020-01-28  7:46 ` bug#39319: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).