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

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

bug#47387: closed ([PATCH] gnu: Add emacs-nice-citation.)


From: GNU bug Tracking System
Subject: bug#47387: closed ([PATCH] gnu: Add emacs-nice-citation.)
Date: Fri, 26 Mar 2021 14:09:01 +0000

Your message dated Fri, 26 Mar 2021 15:08:47 +0100
with message-id <87v99e2ej4.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#47387] [PATCH] gnu: Add emacs-nice-citation.
has caused the debbugs.gnu.org bug report #47387,
regarding [PATCH] gnu: Add emacs-nice-citation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47387: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47387
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-nice-citation. Date: Thu, 25 Mar 2021 14:39:41 +0100
* gnu/packages/emacs-xyz.scm (emacs-nice-citation): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f45507c647..cdd9cea75d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21335,6 +21335,33 @@ DBI, and provides DB-accessing API and the simple 
management UI.")
 to open SQLite databases.")
       (license license:gpl3+))))
 
+(define-public emacs-nice-citation
+  (let ((commit "1013b56d9d1495a335f40a5f76203034dc5fa0ea")
+        (revision "0"))
+    (package
+      (name "emacs-nice-citation")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/damiencollard/nice-citation";)
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "00xqr7haca5vd0bzd043lc6x4fjb903z96frz9b8cbd7spp63z7q"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/damiencollard/nice-citation";)
+      (synopsis "Nicer, depth-colored citations for Gnus")
+      (description "This package this replaces the traditional chevron
+citation marks @code{>} with a Unicode vertical bar with the same color as
+the text it is quoting.
+
+It is purely presentation: The underlying text is unchanged.  In particular,
+if you send an e-mail containing a citation, it will contain the traditional
+chevron marks.")
+      (license license:gpl3+))))
+
 (define-public emacs-nix-mode
   (package
     (name "emacs-nix-mode")

base-commit: ab170124a327b4b359fc440796b18fadb0516f3c
-- 
2.30.1





--- End Message ---
--- Begin Message --- Subject: Re: [bug#47387] [PATCH] gnu: Add emacs-nice-citation. Date: Fri, 26 Mar 2021 15:08:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-nice-citation): New variable.

Thank you. I applied your patch with the following changes.

> +      (version (git-version "0.0.0" revision commit))

I used "0.0.2" version, as specified in the main file. 

> +      (synopsis "Nicer, depth-colored citations for Gnus")

I removed "Nicer" marketing word.

> +      (description "This package this replaces the traditional chevron

I fixed the typo above.

> +citation marks @code{>} with a Unicode vertical bar with the same color as

I used @samp instead of @code. They have not the same purpose, although
they look the same.


Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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