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

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

bug#51581: closed ([PATCH 0/2] Wrap lines in the description of generate


From: GNU bug Tracking System
Subject: bug#51581: closed ([PATCH 0/2] Wrap lines in the description of generated packages)
Date: Fri, 17 Dec 2021 15:54:02 +0000

Your message dated Fri, 17 Dec 2021 16:53:29 +0100
with message-id <87tuf7p6rq.fsf@gnu.org>
and subject line Re: [PATCH v2 0/2] Wrap lines in the description of generated 
packages
has caused the debbugs.gnu.org bug report #51581,
regarding [PATCH 0/2] Wrap lines in the description of generated packages
to be marked as done.

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


-- 
51581: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51581
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Wrap lines in the description of generated packages Date: Wed, 03 Nov 2021 11:17:30 +0100
This series adds a ‘wrap-lines’ procedure which wraps the line in a
string, similar to ‘fill-paragraph’ in Emacs.  This is used to chop the
description of imported packages into multiple lines, instead of just
having one really long line.

Before:

--8<---------------cut here---------------start------------->8---
(description
    "Hakyll is a static website compiler library. It provides you with the 
tools to create a simple or advanced static website using a Haskell DSL and 
formats such as markdown or RST. You can find more information, including a 
tutorial, on the website: . * <http://jaspervdj.be/hakyll> . If you seek 
assistance, there's: . * A google group: 
<http://groups.google.com/group/hakyll> . * An IRC channel, @#hakyll@ on 
irc.libera.chat (we *do not* have a channel on Freenode anymore) . 
Additionally, there's the Haddock documentation in the different modules, meant 
as a reference.")
--8<---------------cut here---------------end--------------->8---

After:

--8<---------------cut here---------------start------------->8---
(description
    "Hakyll is a static website compiler library. It provides you with the 
tools to
create a simple or advanced static website using a Haskell DSL and formats such
as markdown or RST. You can find more information, including a tutorial, on the
website: . * <http://jaspervdj.be/hakyll> . If you seek assistance, there's: . *
A google group: <http://groups.google.com/group/hakyll> . * An IRC channel,
@#hakyll@ on irc.libera.chat (we *do not* have a channel on Freenode anymore) .
Additionally, there's the Haddock documentation in the different modules, meant 
as
a reference.")
--8<---------------cut here---------------end--------------->8---


Xinglu Chen (2):
  import: utils: Add ‘wrap-lines’ procedure.
  import: Beautify descriptions when appropriate.

 guix/import/elpa.scm     |  2 +-
 guix/import/gnu.scm      |  3 ++-
 guix/import/hackage.scm  |  4 ++--
 guix/import/minetest.scm |  2 +-
 guix/import/opam.scm     |  3 ++-
 guix/import/pypi.scm     |  2 +-
 guix/import/utils.scm    | 36 +++++++++++++++++++++++++++++++-----
 tests/import-utils.scm   |  5 +++++
 8 files changed, 45 insertions(+), 12 deletions(-)


base-commit: 0e19713c1fbfd3a01347e0d490434a53a596ed3c
-- 
2.33.0



Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 0/2] Wrap lines in the description of generated packages Date: Fri, 17 Dec 2021 16:53:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Xinglu Chen <public@yoctocell.xyz> skribis:

>   import: utils: Wrap files in description.
>   import: Beautify descriptions when appropriate.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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