Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
[notmuch-archives.git] / db / 60d5488772ed47bcdb062d9c5cb92e6aeb48c7
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 C83E9431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 21 Dec 2011 10:27:26 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.7\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id iz4uoxXDMf-7 for <notmuch@notmuchmail.org>;\r
18         Wed, 21 Dec 2011 10:27:26 -0800 (PST)\r
19 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
20         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 48E47431FB6\r
23         for <notmuch@notmuchmail.org>; Wed, 21 Dec 2011 10:27:26 -0800 (PST)\r
24 Received: by wibhq2 with SMTP id hq2so2691290wib.26\r
25         for <notmuch@notmuchmail.org>; Wed, 21 Dec 2011 10:27:25 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:cc:subject:in-reply-to:references:user-agent:date\r
28         :message-id:mime-version:content-type;\r
29         bh=Tx6t6tmp86PfbwMcQdvLpd2ZBa4Mt6LMRkkzkH48t1k=;\r
30         b=Pw4GMoH+3c5AgOykHL/B8ybKCD64Jslee5CY0pXwTagUzFwoBmjePNce+Q2uqMc1C+\r
31         TgNHf5VKdRGIkg/se/Ey5SRwxWhX9RFByla4MeBg+MKHb8TPiBPJWhwtqNzFM4aB5GBE\r
32         Y1h81pcX3BvmKqYi15cmgmOHW0wjt6IZv+ZGM=\r
33 Received: by 10.181.13.162 with SMTP id ez2mr16549645wid.17.1324492044993;\r
34         Wed, 21 Dec 2011 10:27:24 -0800 (PST)\r
35 Received: from localhost ([91.144.186.21])\r
36         by mx.google.com with ESMTPS id em4sm6726800wbb.20.2011.12.21.10.27.23\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Wed, 21 Dec 2011 10:27:23 -0800 (PST)\r
39 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
40 To: Thomas Jost <schnouki@schnouki.net>\r
41 Subject: Re: [PATCH] test: add tests for `notmuch-hello-refresh-hook'\r
42 In-Reply-To: <1324473189-8622-1-git-send-email-schnouki@schnouki.net>\r
43 References: <87iplawvx5.fsf@gmail.com>\r
44         <1324473189-8622-1-git-send-email-schnouki@schnouki.net>\r
45 User-Agent: Notmuch/0.10.2+96~g74e5ae5 (http://notmuchmail.org) Emacs/23.3.1\r
46         (x86_64-pc-linux-gnu)\r
47 Date: Wed, 21 Dec 2011 22:26:40 +0400\r
48 Message-ID: <871urxwzkv.fsf@gmail.com>\r
49 MIME-Version: 1.0\r
50 Content-Type: text/plain; charset=us-ascii\r
51 Cc: notmuch@notmuchmail.org\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Wed, 21 Dec 2011 18:27:26 -0000\r
65 \r
66 Hi Thomas.\r
67 \r
68 I think all hook count tests must be consistent.  We should either add\r
69 hook counters in test-lib.el (like it is already done for\r
70 `notmuch-hello-mode-hook') or use lambdas in individual test cases (like\r
71 you did in the patch).\r
72 \r
73 I believe the former approach is better (that is why I used it in the\r
74 first place :)).  So I sent patches [1] that add general hook counter to\r
75 test-lib.el and `notmuch-hello-mode-hook' tests that use it.\r
76 \r
77 Regards,\r
78   Dmitry\r
79 \r
80 [1] id:"1324491506-1134-1-git-send-email-dmitry.kurochkin@gmail.com"\r