Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c9 / cf6d173ee588e0b8742f943c0d201e7340535e
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 23DCE431FBD\r
6         for <notmuch@notmuchmail.org>; Sun, 20 Apr 2014 15:57:17 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id CuNzpLvk7y4i for <notmuch@notmuchmail.org>;\r
16         Sun, 20 Apr 2014 15:57:09 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D1131431FBC\r
21         for <notmuch@notmuchmail.org>; Sun, 20 Apr 2014 15:57:08 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1Wc0fX-0007Hj-Gh; Sun, 20 Apr 2014 22:57:03 +0000\r
25 Received: (nullmailer pid 7508 invoked by uid 1000); Sun, 20 Apr 2014\r
26         22:56:54 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Tomi Ollila <tomi.ollila@iki.fi>, "W. Trevor King" <wking@tremily.us>,\r
29         notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH 0/7] doc: Python 3 compat, rst2man.py support, etc.\r
31 In-Reply-To: <m2ppkjpz9s.fsf@guru.guru-group.fi>\r
32 References: <cover.1396718720.git.wking@tremily.us>\r
33         <m2ppkjpz9s.fsf@guru.guru-group.fi>\r
34 User-Agent: Notmuch/0.17+202~gb65f328 (http://notmuchmail.org) Emacs/24.3.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Mon, 21 Apr 2014 07:56:54 +0900\r
37 Message-ID: <87wqejtxs9.fsf@maritornes.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 20 Apr 2014 22:57:17 -0000\r
53 \r
54 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
55 \r
56 > In this series IMO the patches 1-4:\r
57 >\r
58 > id:8d518408f2da8bc96ae3123f05791142da26b9bc.1396718720.git.wking@tremily.us\r
59 > id:543aee63407956e60f85dc11a2d25855e98c10c3.1396718720.git.wking@tremily.us\r
60 > id:5e4509ab08699afe2681110fb35075e1d0bbdc7e.1396718720.git.wking@tremily.us\r
61 > id:c5ec510ac25c867ad600c475a0070a003440a4b8.1396718720.git.wking@tremily.us\r
62 >\r
63 > could go in as those are. 5:\r
64 >\r
65 > id:adce76bb9a0ca728d856da4ecaf6b282e22e7440.1396718720.git.wking@tremily.us\r
66 >\r
67 > if, for consistency reason (we don't use absolute paths with other commands\r
68 > either), rst2man/rst2man.py is used as is (and commit message adjusted\r
69 > accordingly).\r
70 \r
71 I've queued 1-4 for merging. Any patches that might break the build\r
72 (e.g. 5 and 6 in this series) have to go in pretty quick if they are to\r
73 be in 0.18; patch 7 we can sort out during the freeze.\r
74 \r
75 I'm not sure I completely understand the state of the discussion around\r
76 patch 5. Personally I don't like either undefined or empty RST2MAN as a\r
77 boolean a priori. I'd rather keep HAVE_RST2MAN for consistency.\r
78 \r
79 d\r