all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75019] [PATCH 0/4] gnu: Fix package descriptions.
@ 2024-12-22  3:17 gemmaro
  2024-12-22  5:58 ` [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description gemmaro
  0 siblings, 1 reply; 5+ messages in thread
From: gemmaro @ 2024-12-22  3:17 UTC (permalink / raw)
  To: 75019; +Cc: gemmaro

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description.
  2024-12-22  3:17 [bug#75019] [PATCH 0/4] gnu: Fix package descriptions gemmaro
@ 2024-12-22  5:58 ` gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 2/4] gnu: emacs-howm: " gemmaro
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: gemmaro @ 2024-12-22  5:58 UTC (permalink / raw)
  To: 75019; +Cc: gemmaro

* 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@bonfacemunyoki.com>
 ;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev@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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#75019] [PATCH 2/4] gnu: emacs-howm: Fix description.
  2024-12-22  5:58 ` [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description gemmaro
@ 2024-12-22  5:59   ` gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 3/4] gnu: emacs-eimp: " gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 4/4] gnu: emacs-slite: " gemmaro
  2 siblings, 0 replies; 5+ messages in thread
From: gemmaro @ 2024-12-22  5:59 UTC (permalink / raw)
  To: 75019; +Cc: gemmaro

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#75019] [PATCH 3/4] gnu: emacs-eimp: Fix description.
  2024-12-22  5:58 ` [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 2/4] gnu: emacs-howm: " gemmaro
@ 2024-12-22  5:59   ` gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 4/4] gnu: emacs-slite: " gemmaro
  2 siblings, 0 replies; 5+ messages in thread
From: gemmaro @ 2024-12-22  5:59 UTC (permalink / raw)
  To: 75019; +Cc: gemmaro

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#75019] [PATCH 4/4] gnu: emacs-slite: Fix description.
  2024-12-22  5:58 ` [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 2/4] gnu: emacs-howm: " gemmaro
  2024-12-22  5:59   ` [bug#75019] [PATCH 3/4] gnu: emacs-eimp: " gemmaro
@ 2024-12-22  5:59   ` gemmaro
  2 siblings, 0 replies; 5+ messages in thread
From: gemmaro @ 2024-12-22  5:59 UTC (permalink / raw)
  To: 75019; +Cc: gemmaro

* 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@zancanaro.id.au>
 ;;; Copyright © 2024 Nik Gaffney <nik@fo.am>
 ;;; Copyright © 2024 Grigory Shepelev <shegeley@gmail.com>
+;;; Copyright © 2024 gemmaro <gemmaro.dev@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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-12-22  6:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22  3:17 [bug#75019] [PATCH 0/4] gnu: Fix package descriptions gemmaro
2024-12-22  5:58 ` [bug#75019] [PATCH 1/4] gnu: python-pylibmc: Fix description gemmaro
2024-12-22  5:59   ` [bug#75019] [PATCH 2/4] gnu: emacs-howm: " gemmaro
2024-12-22  5:59   ` [bug#75019] [PATCH 3/4] gnu: emacs-eimp: " gemmaro
2024-12-22  5:59   ` [bug#75019] [PATCH 4/4] gnu: emacs-slite: " gemmaro

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.