GNU bug report logs - #75019
[PATCH 0/4] gnu: Fix package descriptions.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Sun, 22 Dec 2024 03:21:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 75019 in the body.
You can then email your comments to 75019 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#75019; Package guix-patches. (Sun, 22 Dec 2024 03:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to gemmaro <gemmaro.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 22 Dec 2024 03:21:01 GMT) Full text and rfc822 format available.

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

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH 0/4] gnu: Fix package descriptions.
Date: Sun, 22 Dec 2024 12:17:27 +0900
Hello,

This fixes Texinfo markups in some package descriptions from `code@{...}' to
`@code'{...}'.

Thank you,
gemmaro.

gemmaro (4):
  gnu: python-pylibmc: Fix description.
  gnu: emacs-howm: Fix description.
  gnu: emacs-eimp: Fix description.
  gnu: emacs-slite: Fix description.

 gnu/packages/databases.scm | 3 ++-
 gnu/packages/emacs-xyz.scm | 6 +++---
 gnu/packages/lisp-xyz.scm  | 3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#75019; Package guix-patches. (Sun, 22 Dec 2024 06:01:02 GMT) Full text and rfc822 format available.

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

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 75019 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH 2/4] gnu: emacs-howm: Fix description.
Date: Sun, 22 Dec 2024 14:59:00 +0900
* gnu/packages/emacs-xyz.scm (emacs-howm)[description]:
Fix Texinfo code markup.

Change-Id: I44e352da17d48fe8f71421ad66c31d1c68442b61
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65563bec24..14af58e280 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4912,8 +4912,8 @@ (define-public emacs-howm
     (home-page "https://howm.osdn.jp/")
     (synopsis "Note-taking tool for Emacs")
     (description "Howm is a note-taking tool for Emacs.  Like
-code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
-searches.  Unlike code@{emacs-wiki.el}, it can be combined with any format.")
+@code{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
+searches.  Unlike @code{emacs-wiki.el}, it can be combined with any format.")
     (license license:gpl1+)))
 
 (define-public emacs-mediawiki-el
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#75019; Package guix-patches. (Sun, 22 Dec 2024 06:01:03 GMT) Full text and rfc822 format available.

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

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 75019 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH 4/4] gnu: emacs-slite: Fix description.
Date: Sun, 22 Dec 2024 14:59:02 +0900
* gnu/packages/lisp-xyz.scm (emacs-slite)[description]:
Fix Texinfo code markup.

Change-Id: Ic3c4be16ed18b1c7ffba949f81746f91eed1d029
---
 gnu/packages/lisp-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 12e3823b98..282d9841b8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -45,6 +45,7 @@
 ;;; Copyright © 2024 Carlo Zancanaro <carlo <at> zancanaro.id.au>
 ;;; Copyright © 2024 Nik Gaffney <nik <at> fo.am>
 ;;; Copyright © 2024 Grigory Shepelev <shegeley <at> gmail.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27839,7 +27840,7 @@ (define-public emacs-slite
 Emacs.
 
 In order to work, this also requires the slite Common Lisp system to be
-present. See the code@{*cl-slite packages}.")))
+present. See the @code{*cl-slite packages}.")))
 
 (define-public sbcl-slot-extra-options
   (let ((commit "29517d980325cd63744f1acf4cfe5c8ccec2b318"))
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#75019; Package guix-patches. (Sun, 22 Dec 2024 06:01:03 GMT) Full text and rfc822 format available.

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

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 75019 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH 1/4] gnu: python-pylibmc: Fix description.
Date: Sun, 22 Dec 2024 14:58:59 +0900
* gnu/packages/databases.scm (python-pylibmc)[description]:
Fix Texinfo code markup.

Change-Id: I71cff32e5c2c739de26e0473d57f7fc13e669426
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 4ed9b11647..2ec2c23cde 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -63,6 +63,7 @@
 ;;; Copyright © 2023 Munyoki Kilyungi <me <at> bonfacemunyoki.com>
 ;;; Copyright © 2023 Giacomo Leidi <goodoldpaul <at> autistici.org>
 ;;; Copyright © 2024 Troy Figiel <troy <at> troyfigiel.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -707,7 +708,7 @@ (define-public python-pylibmc
     (description
      "@code{pylibmc} is a client in Python for memcached.  It is a wrapper
 around TangentOrg’s libmemcached library, and can be used as a drop-in
-replacement for the code@{python-memcached} library.")
+replacement for the @code{python-memcached} library.")
     (license license:bsd-3)))
 
 (define-public go-github-com-bradfitz-gomemcache
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#75019; Package guix-patches. (Sun, 22 Dec 2024 06:01:04 GMT) Full text and rfc822 format available.

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

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 75019 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH 3/4] gnu: emacs-eimp: Fix description.
Date: Sun, 22 Dec 2024 14:59:01 +0900
* gnu/packages/emacs-xyz.scm (emacs-eimp)[description]:
Fix Texinfo code markup.

Change-Id: If457277254dbbdf3ba50b14ff0c2a74c6ddb94d6
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 14af58e280..bcf2794d24 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21743,7 +21743,7 @@ (define-public emacs-eimp
       (home-page "https://github.com/nicferrier/eimp")
       (synopsis "Interactive image manipulation utility for Emacs")
       (description "@code{emacs-eimp} allows interactive image manipulation
-from within Emacs.  It uses the code@{mogrify} utility from ImageMagick to do
+from within Emacs.  It uses the @code{mogrify} utility from ImageMagick to do
 the actual transformations.")
       (license license:gpl2+))))
 
-- 
2.46.0





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Thu, 16 Jan 2025 05:47:03 GMT) Full text and rfc822 format available.

Notification sent to gemmaro <gemmaro.dev <at> gmail.com>:
bug acknowledged by developer. (Thu, 16 Jan 2025 05:47:03 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: gemmaro <gemmaro.dev <at> gmail.com>
Cc: 75019-done <at> debbugs.gnu.org
Subject: Re: [bug#75019] [PATCH 0/4] gnu: Fix package descriptions.
Date: Thu, 16 Jan 2025 13:45:56 +0800
[Message part 1 (text/plain, inline)]
gemmaro <gemmaro.dev <at> gmail.com> writes:

> Hello,
>
> This fixes Texinfo markups in some package descriptions from `code@{...}' to
> `@code'{...}'.
>
> Thank you,
> gemmaro.
>
> gemmaro (4):
>   gnu: python-pylibmc: Fix description.
>   gnu: emacs-howm: Fix description.
>   gnu: emacs-eimp: Fix description.
>   gnu: emacs-slite: Fix description.
>
>  gnu/packages/databases.scm | 3 ++-
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  gnu/packages/lisp-xyz.scm  | 3 ++-
>  3 files changed, 7 insertions(+), 5 deletions(-)

pushed, closing.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Feb 2025 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 28 days ago.

Previous Next


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