emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39319: closed ([PATCH] gnu: Add emacs-company-ebdb.)


From: GNU bug Tracking System
Subject: bug#39319: closed ([PATCH] gnu: Add emacs-company-ebdb.)
Date: Tue, 28 Jan 2020 07:47:01 +0000

Your message dated Tue, 28 Jan 2020 08:46:21 +0100
with message-id <address@hidden>
and subject line Re: [bug#39319] [PATCH] gnu: Add emacs-company-ebdb.
has caused the debbugs.gnu.org bug report #39319,
regarding [PATCH] gnu: Add emacs-company-ebdb.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39319: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39319
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-company-ebdb. Date: Mon, 27 Jan 2020 18:49:21 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39319] [PATCH] gnu: Add emacs-company-ebdb. Date: Tue, 28 Jan 2020 08:46:21 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Amin Bandali <address@hidden> 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]