[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35687] [PATCH] gnu: Add emacs-ediprolog
From: |
Gabriel Hondet |
Subject: |
[bug#35687] [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
signature.asc
Description: PGP signature
- [bug#35687] [PATCH] gnu: Add emacs-ediprolog,
Gabriel Hondet <=