From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id eMPHBn3ujmH2NwEAgWs5BA (envelope-from ) for ; Fri, 12 Nov 2021 23:45:17 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ePRFAn3ujmGlGQAAbx9fmQ (envelope-from ) for ; Fri, 12 Nov 2021 22:45:17 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BD08610D5D for ; Fri, 12 Nov 2021 23:45:16 +0100 (CET) Received: from localhost ([::1]:36820 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mlfIJ-0004V1-7E for larch@yhetil.org; Fri, 12 Nov 2021 17:45:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlfI6-0004Um-Rb for guix-patches@gnu.org; Fri, 12 Nov 2021 17:45:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34592) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mlfI6-000594-JN for guix-patches@gnu.org; Fri, 12 Nov 2021 17:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mlfI6-00009c-Ev for guix-patches@gnu.org; Fri, 12 Nov 2021 17:45:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51581] [PATCH 0/2] Wrap lines in the description of generated packages Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 12 Nov 2021 22:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51581 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 51581@debbugs.gnu.org Received: via spool by 51581-submit@debbugs.gnu.org id=B51581.1636757081550 (code B ref 51581); Fri, 12 Nov 2021 22:45:02 +0000 Received: (at 51581) by debbugs.gnu.org; 12 Nov 2021 22:44:41 +0000 Received: from localhost ([127.0.0.1]:46138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlfHl-00008o-4g for submit@debbugs.gnu.org; Fri, 12 Nov 2021 17:44:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlfHj-00008b-6K for 51581@debbugs.gnu.org; Fri, 12 Nov 2021 17:44:39 -0500 Received: from [2001:470:142:3::e] (port=40988 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlfHd-00057C-Ez; Fri, 12 Nov 2021 17:44:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=BuHuLPvWHFDAluLEbhprRMjEC8G+QYhIBMtFnAlBELE=; b=l39GX2qBLlBnLlSLco3v 2zrz0DP4cD7cTowIUoeBk9ABwCxKO2CrlPIPO7iv9mNJQ2/ZcxphpGeTOCBhdF9Qf/SxzcebAuu6V CaC8FxIC5M9UxJ8h73IyCBIY7tt6DbkJ9imKAl99Ii6G6Rbm2GARkoH4t9RbGv843kM2zXgSmVfKQ 5byr4zz59+nfXVdgpafS9vAlQI+EA4YBfFQTpLR4SfrffyoKMTt2VwdcKCXGJsnLOkQRNH9779yxG IFMAIwBwGRJSVKINlbeW8b6j4pLjJJhgpiIECOlaciFIlqon4QXP9bN998oTP9YDlOojXND1IYt75 j5Lw4fx8t8HZVg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56391 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlfHd-0000PE-6C; Fri, 12 Nov 2021 17:44:33 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 12 Nov 2021 23:44:31 +0100 In-Reply-To: (Xinglu Chen's message of "Wed, 03 Nov 2021 11:17:30 +0100") Message-ID: <87zgq9c7u8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636757116; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=BuHuLPvWHFDAluLEbhprRMjEC8G+QYhIBMtFnAlBELE=; b=p45g7/V/ElVmw6KYIzPST7QKPOEYi/XwCPX3E+MMTjRURlLWjelRzXz93nH4WfcmCIGy6V oqBIiErsn0woM5/cxgrWCNFZqQrGwecIizSpN8+OxeAfaGH/ehjkgRO4Fiw/xV5ta4czpg WRPMF/C+uTRFIRXe4p3G75bFtsDbPj/8o3sfUzdw2Ee0mAaEmksM+rDjfEYZkKOWGMZgyx nmlsu27nodOaSspiiGdKZCsOGImvbR9sEgWrBsBJgOg9bfiwrAYFaqYfUhiBFCqR4nswJK AiJJgzjaCmyIlOygaeOYy1r8b8kaknGbgKS1i5OWNVvz11lG7IvYB7oApb7p+A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636757116; a=rsa-sha256; cv=none; b=OFiohUp91O5DpM8q7bqrBSMCTrKjgLY97YmhwCyy4Ii3OOhFfTGmlTLlNOEOozEUxDcwIy ezvfV7Ic4i3MDQB98vB6ENnZgHlyQVR5lFGTTca9wHl/OimHE3nKY2+B5/HQDxKVBnRFZq SPIGHgfk6mVtw1cTCg2Jz4R0F6C8db+NLuC6W03lAsU/salg5xo2HRsBwWl2WJSSu6Yfjq oPPypCPwOwOlZKloxTp/l5/pk6gG3AtOuSxcWjkfOzlFSlCX1mADtYUKFyNqQgkWfMyP0z oAqN6EA+UJXg7lJF76BGYI50z8hQ6TQEimoQYpeX0sBJYoARBZlOgxa8UnhoFA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=l39GX2qB; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=l39GX2qB; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: BD08610D5D X-Spam-Score: -3.53 X-Migadu-Scanner: scn1.migadu.com X-TUID: PjkFPpCXHkN5 Hi! Xinglu Chen skribis: > This series adds a =E2=80=98wrap-lines=E2=80=99 procedure which wraps the= line in a > string, similar to =E2=80=98fill-paragraph=E2=80=99 in Emacs. This is us= ed to chop the > description of imported packages into multiple lines, instead of just > having one really long line. Does (@ (guix ui) fill-paragraph) suit your needs? :-) If so, could you send updated patches? The rest LGTM. Thanks, Ludo=E2=80=99.