From: Tomi Ollila Date: Mon, 19 Oct 2015 17:09:20 +0000 (+0300) Subject: Re: NEWS patches v2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e44d6685bb2466a7dd4e2ef0f975f1a9a10d52e0;p=notmuch-archives.git Re: NEWS patches v2 --- diff --git a/96/3c7d3a3397b8c405cc85c19c2d004780eab46e b/96/3c7d3a3397b8c405cc85c19c2d004780eab46e new file mode 100644 index 000000000..fd048115c --- /dev/null +++ b/96/3c7d3a3397b8c405cc85c19c2d004780eab46e @@ -0,0 +1,93 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 31A346DE0211 + for ; Mon, 19 Oct 2015 10:09:22 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 1.12 +X-Spam-Level: * +X-Spam-Status: No, score=1.12 tagged_above=-999 required=5 tests=[AWL=-0.276, + SPF_NEUTRAL=0.652, URIBL_SBL=0.644, URIBL_SBL_A=0.1] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 7g7ItQ5H9pQG for ; + Mon, 19 Oct 2015 10:09:20 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id BA9F16DE00B2 + for ; Mon, 19 Oct 2015 10:09:18 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 79A5D100033; + Mon, 19 Oct 2015 20:09:20 +0300 (EEST) +From: Tomi Ollila +To: Jani Nikula , David Bremner , + notmuch@notmuchmail.org +Subject: Re: NEWS patches v2 +In-Reply-To: <87oafwcr1h.fsf@nikula.org> +References: <1445114573-25561-1-git-send-email-david@tethera.net> + <87oafwcr1h.fsf@nikula.org> +User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 19 Oct 2015 17:09:22 -0000 + +On Sun, Oct 18 2015, Jani Nikula wrote: + +> On Sun, 18 Oct 2015, Tomi Ollila wrote: +>> On Sat, Oct 17 2015, David Bremner wrote: +>> +>>> I had a series in progress more or less at the same time as Jani, so +>>> of course there were all kinds of silly conflicts. +>>> +>>> I rebased the two series together, and tried to get most of Tomi's +>>> formatting comments. +>> +>> From the formatting point of view this series looks good -- with luck +>> I don't have to do post-release NEWS formatting tunes this time(*) ;) +>> +>> Jani: the tool to "check" formatting is devel/news2wiki.pl +> +> Oh, but it doesn't complain on what I wrote, and then you have to check +> whether the markdown output is all right or not... which is roughly +> equivalent of manually checking the input? + +Roughly ;p -- it is somewhat easier to look markdown than stare trailing +dots... + +But yes, there is no tool to do any part of the checking automatically. +Perhaps the simplest one could be that if there is trailing dots in a +block that is not indented, write a message which informs that if the +line in question is supposed to be a header line, drop trailing dot... + +Tomi + + +> +> BR, +> Jani. +> +>> +>> (*) perhaps this time I have a chance (i.e. remember) to run +>> devel/news2wiki.pl *before* release. +>> +>> Tomi