From patchwork Tue Feb 4 17:15:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 37679 Received: (qmail 120813 invoked by alias); 4 Feb 2020 17:16:14 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 120800 invoked by uid 89); 4 Feb 2020 17:16:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_NEUTRAL autolearn=ham version=3.3.1 spammy=managers, H*Ad:U*siddhesh X-HELO: black.elm.relay.mailchannels.net X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Keen-Lettuce: 4f09b9f3639ec6e0_1580836570145_4177942736 X-MC-Loop-Signature: 1580836570145:1465222876 X-MC-Ingress-Time: 1580836570145 Subject: Re: [PATCH] list-fixed-bugs.py: Wrap at 72 chars To: Joseph Myers Cc: libc-alpha@sourceware.org References: <20200201135009.380631-1-siddhesh@sourceware.org> X-DH-BACKEND: pdx1-sub0-mail-a1 From: Siddhesh Poyarekar Message-ID: <06480fc2-9d3d-de72-53c9-df5021e09afa@sourceware.org> Date: Tue, 4 Feb 2020 22:45:45 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: -100 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedugedrgeelgdelfecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefuvfhfhffkffgfgggjtgfgsehtkeertddtfeejnecuhfhrohhmpefuihguughhvghshhcurfhohigrrhgvkhgrrhcuoehsihguughhvghshhesshhouhhrtggvfigrrhgvrdhorhhgqeenucfkphepuddvfedrvdehvddrvddtvddrudejvdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopegludelvddrudeikedruddrleejngdpihhnvghtpeduvdefrddvhedvrddvtddvrddujedvpdhrvghtuhhrnhdqphgrthhhpefuihguughhvghshhcurfhohigrrhgvkhgrrhcuoehsihguughhvghshhesshhouhhrtggvfigrrhgvrdhorhhgqedpmhgrihhlfhhrohhmpehsihguughhvghshhesshhouhhrtggvfigrrhgvrdhorhhgpdhnrhgtphhtthhopehjohhsvghphhestghouggvshhouhhrtggvrhihrdgtohhm On 04/02/20 02:13, Joseph Myers wrote: > > The logic of 76 is that it matches > > fill-column: 76 > > in the NEWS file. I'd expect the same width to be used for both the bug > list and manually-written content. > Ahh yes, I was looking for that one too; it should get trimmed to 72 chars again because that's what email clients seem to default to. OK if I push the below fix to NEWS? I suppose the most optimal route ought to be to generate the NEWS file from a structured data file but I'm not going to get into that for now. Maybe if I end up volunteering for 2.33/34 I'll propose scripts to make those bits easier for release managers. diff --git a/NEWS b/NEWS index aeca39be23..e6bed91b0c 100644 --- a/NEWS +++ b/NEWS @@ -5883,5 +5883,5 @@ Copyright (C) 1992-2020 Free Software Foundation, Inc. Local variables: version-control: never -fill-column: 76 +fill-column: 72 End: