GNU bug report logs - #47387
[PATCH] gnu: Add emacs-nice-citation.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Thu, 25 Mar 2021 13:40:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47387 in the body.
You can then email your comments to 47387 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47387; Package guix-patches. (Thu, 25 Mar 2021 13:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 25 Mar 2021 13:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
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






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 26 Mar 2021 14:09:01 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Fri, 26 Mar 2021 14:09:01 GMT) Full text and rfc822 format available.

Message #10 received at 47387-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 47387-done <at> debbugs.gnu.org
Subject: Re: [bug#47387] [PATCH] gnu: Add emacs-nice-citation.
Date: Fri, 26 Mar 2021 15:08:47 +0100
Hello,

Xinglu Chen <public <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Apr 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.