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

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

[debbugs-tracker] bug#35687: closed ([PATCH] gnu: Add emacs-ediprolog)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35687: closed ([PATCH] gnu: Add emacs-ediprolog)
Date: Sun, 12 May 2019 21:54:03 +0000

Your message dated Sun, 12 May 2019 23:52:54 +0200
with message-id <address@hidden>
and subject line Re: [bug#35687] [PATCH] gnu: Add emacs-ediprolog
has caused the debbugs.gnu.org bug report #35687,
regarding [PATCH] gnu: Add emacs-ediprolog
to be marked as done.

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


-- 
35687: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35687
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-ediprolog Date: Sat, 11 May 2019 22:13:56 +0200 User-agent: mu4e 1.2.0; emacs 26.2
From 19baad3823d0d4051b51def372b119cbf52983a8 Mon Sep 17 00:00:00 2001
From: gabrielhdt <address@hidden>
Date: Sat, 11 May 2019 22:11:40 +0200
Subject: [PATCH] gnu: Add emacs-ediprolog.

* gnu/packages/emacs-xyz.scm (emacs-ediprolog): 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 bb40dea993..5d53da291d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15510,3 +15510,27 @@ numbers within that region will be 
incremented/decremented (unlike in Vim).
 
 It is a fork of https://github.com/cofi/evil-numbers, which is unmaintained.")
       (license license:gpl3+))))
+
+(define-public emacs-ediprolog
+  (package
+    (name "emacs-ediprolog")
+    (version "1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/ediprolog-";
+             version
+             ".el"))
+       (sha256
+        (base32
+         "039ffvp7c810mjyargmgw1i87g0z8qs8qicq826sd9aiz9hprfaz"))))
+    (build-system emacs-build-system)
+    (home-page "http://elpa.gnu.org/packages/ediprolog.html";)
+    (synopsis "Emacs Does Interactive Prolog")
+    (description "This package provides a major mode that let the user
+interact with SWI-Prolog in all buffers.  For instance, one can consult Prolog
+programs and evaluate embedded queries.  This mode is focused on the command
address@hidden (Do What I Mean) which is supposed to, depending on the
+context, carry out the appropriate action.")
+    (license license:gpl3+)))
-- 
2.21.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#35687] [PATCH] gnu: Add emacs-ediprolog Date: Sun, 12 May 2019 23:52:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Gabriel Hondet <address@hidden> skribis:

> From 19baad3823d0d4051b51def372b119cbf52983a8 Mon Sep 17 00:00:00 2001
> From: gabrielhdt <address@hidden>
> Date: Sat, 11 May 2019 22:11:40 +0200
> Subject: [PATCH] gnu: Add emacs-ediprolog.
>
> * gnu/packages/emacs-xyz.scm (emacs-ediprolog): New variable.

I added a copyright line for you and applied it.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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