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 4B722431FAF for ; Mon, 30 Apr 2012 05:13:43 -0700 (PDT) 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 sYysUPY+UN0J for ; Mon, 30 Apr 2012 05:13:42 -0700 (PDT) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id AE71B431FAE for ; Mon, 30 Apr 2012 05:13:42 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id E9ADB68057; Mon, 30 Apr 2012 15:13:37 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] NEWS: untabified and added file local variables block In-Reply-To: <87haw2fioa.fsf@zancas.localnet> References: <1335469951-22477-1-git-send-email-tomi.ollila@iki.fi> <87haw2fioa.fsf@zancas.localnet> User-Agent: Notmuch/0.12+144~g85299aa (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: Mon, 30 Apr 2012 12:13:43 -0000 On Sun, Apr 29 2012, David Bremner wrote: > Tomi Ollila writes: > >> Changed all tabs to 8 spaces (M-x untabify over region of the >> whole file). > > All three of these look OK to me. I do wonder whether we should call the > file NEWS.mdwn or something like that if we intend to enforce markdown > in it. I'd keep NEWS as NEWS -- as it is more end-user friendly. Those who adds content to the file cal look previous entries for formatting (like they've been doing so far -- latest 0.13 entries are pretty consistent with the *current* content. We could add an introductory section to the beginning of NEWS file which informs about formatting structures -- this section would exist only in master branch of notmuch repository; i.e. end users get just notmuch NEWS, not some metainfo how the content is (to be) formatted. > > d Tomi