From: Mark Walters Date: Tue, 28 Jan 2014 22:54:39 +0000 (+0000) Subject: Re: X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33ccd714a589850732735d6224bb8fbdda69f1d8;p=notmuch-archives.git Re: --- diff --git a/68/b8aee66c734a8ef3099c7c22f9f48508a064ef b/68/b8aee66c734a8ef3099c7c22f9f48508a064ef new file mode 100644 index 000000000..06b884562 --- /dev/null +++ b/68/b8aee66c734a8ef3099c7c22f9f48508a064ef @@ -0,0 +1,133 @@ +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 CD9AC431FBF + for ; Tue, 28 Jan 2014 14:57:08 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -1.098 +X-Spam-Level: +X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5 + tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, + NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] 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 khmwNorN9EDV for ; + Tue, 28 Jan 2014 14:57:04 -0800 (PST) +Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id D3235431FBD + for ; Tue, 28 Jan 2014 14:57:03 -0800 (PST) +Received: from smtp.qmul.ac.uk ([138.37.6.40]) + by mail2.qmul.ac.uk with esmtp (Exim 4.71) + (envelope-from ) + id 1W8HaV-0004q4-Us; Tue, 28 Jan 2014 22:57:00 +0000 +Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost) + by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71) + (envelope-from ) + id 1W8HZc-0003Dn-ND; Tue, 28 Jan 2014 22:56:04 +0000 +From: Mark Walters +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: +In-Reply-To: <1390925558-15873-1-git-send-email-david@tethera.net> +References: <87vbxfkdex.fsf@zancas.localnet> + <1390925558-15873-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.15.2+484~gfb59956 (http://notmuchmail.org) Emacs/23.4.1 + (x86_64-pc-linux-gnu) +Date: Tue, 28 Jan 2014 22:54:39 +0000 +Message-ID: <87fvo7btu8.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Sender-Host-Address: 93.97.24.31 +X-QM-Geographic: According to ripencc, + this message was delivered by a machine in Britain (UK) (GB). +X-QM-SPAM-Info: Sender has good ham record. :) +X-QM-Body-MD5: 654fafdb6bbc66aab243df9613513430 (of first 20000 bytes) +X-SpamAssassin-Score: 0.0 +X-SpamAssassin-SpamBar: / +X-SpamAssassin-Report: The QM spam filters have analysed this message to + determine if it is + spam. We require at least 5.0 points to mark a message as spam. + This message scored 0.0 points. Summary of the scoring: + * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail + provider * (markwalters1009[at]gmail.com) + * 0.0 AWL AWL: From: address is in the auto white-list +X-QM-Scan-Virus: ClamAV says the message is clean +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: Tue, 28 Jan 2014 22:57:08 -0000 + + +Hi + +I have been playing with this. One thing that is worrying me a little at +the moment is that the man page looks different from before (imo less +nice). More importantly, I can't tweak the rst to get the generated +pages to look like the current ones (this could just be my lack of skill +with rst) + +I do like the general approach but would like to make sure we can get +manpages (amongst other things) that we like from it. See below for one +example which I thought looked less nice + +Best wishes + +Mark + + + +The particular thing is the indentation for options (eg options in the +notmuch.1 page) In the original pages it looks like + +OPTIONS + Supported global options for notmuch include + + --help + + Print a synopsis of available commands and exit. + +and in the new ones + +OPTIONS + Supported global options for notmuch include + + --help + + Print a synopsis of available commands and exit. + +I find this makes it more difficult to scan the man page quickly. + + + + + + + +On Tue, 28 Jan 2014, David Bremner wrote: +> Here's a second try. +> +> - less build system cruft +> +> - integrate into notmuch's build system +> +> - optionally build the man pages (but not info) using just +> python-docutils. +> +> No doubt this could use polishing; I'm still looking for feedback on +> the general approach. +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch