Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C3E35431FAF for ; Wed, 8 Feb 2012 09:35:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dKHrNXlBs77Y for ; Wed, 8 Feb 2012 09:35:28 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 541E1431FAE for ; Wed, 8 Feb 2012 09:35:28 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 8A7AB68055; Wed, 8 Feb 2012 19:35:28 +0200 (EET) From: Tomi Ollila To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] NEWS: markup changes to make mdwn->html look slightly better In-Reply-To: <87vcnmp3al.fsf@qmul.ac.uk> References: <1328109770-29279-1-git-send-email-tomi.ollila@iki.fi> <87vcnmp3al.fsf@qmul.ac.uk> User-Agent: Notmuch/0.11.1+164~g6619341 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Wed, 08 Feb 2012 17:35:30 -0000 On Sat, 04 Feb 2012 23:49:38 +0000, Mark Walters wrote: > > On Wed, 1 Feb 2012 17:22:49 +0200, Tomi Ollila wrote: > > Some formatting in NEWS file has been changed so that it could > > be given to markdown processing almost verbatim. > > More effort has been put into formatting of version 0.11 (and 0.12) > > of notmuch NEWS than previous versions but everything is in better > > shape that those used to be. > > Hi > > Could you add something saying what markup rules developers should > follow when writing NEWS items? It would also make this patch easier to > comment upon. As far as I can see there are 2 relatively small things: > start an item with a * and put commands in backticks. (Actually it might > also be worth saying how to get * and ` if you actually want them too.) I have template section work in progress... ... and now I got an idea for an attempt to fix a problem in my current changes (changing list items to 3rd level headers is somewhat nasty -- and with the added list items running markdown 'directly ' with NEWS file breaks verbatim block output). Marked current patches as notmuch::wip. > > I like the output at the address you gave. Good :) > Thanks Thanks for checking this out. > Mark Tomi