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

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

bug#39322: closed ([PATCH] gnu: Add emacs-boxquote.)


From: GNU bug Tracking System
Subject: bug#39322: closed ([PATCH] gnu: Add emacs-boxquote.)
Date: Tue, 28 Jan 2020 08:26:02 +0000

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

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


-- 
39322: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39322
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-boxquote. Date: Mon, 27 Jan 2020 18:52:21 -0500
* gnu/packages/emacs-xyz.scm (emacs-boxquote): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c5214405d0..c1466d31b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21125,3 +21125,28 @@ 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-boxquote
+  (let ((commit "7e47e0e2853bc1215739b2e28f260e9eed93b2c5")
+        (revision "0"))
+    (package
+      (name "emacs-boxquote")
+      (version (git-version "2.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/davep/boxquote.el.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/davep/boxquote.el";)
+      (synopsis "Quote text with different kinds of boxes")
+      (description "@code{boxquote} provides a set of functions for using a
+text quoting style that partially boxes in the left hand side of an area of
+text, such a marking style might be used to show externally included text or
+example code.")
+      (license license:gpl3+))))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39322] [PATCH] gnu: Add emacs-boxquote. Date: Tue, 28 Jan 2020 09:25:29 +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-boxquote): New variable.

Applied as cfb065fcb936fe773f25f1797564320baa3990f3, with a comment
explaining why this particular commit is used.

Thank you!

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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