[PATCH] emacs: hello: use batch count
[notmuch-archives.git] / 48 / 0224f8d92d21f4c8f28eb46235f1e62cbdbb55
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 E51D9429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 17:42: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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 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, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id B8PzcAcxWjyo for <notmuch@notmuchmail.org>;\r
17         Tue, 20 Dec 2011 17:42:26 -0800 (PST)\r
18 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
19         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 126BA431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 17:42:25 -0800 (PST)\r
23 Received: by wibhq2 with SMTP id hq2so2254783wib.26\r
24         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 17:42:25 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=xHSZNoRI0+O2hgUEamXRTechjCvtAuyO9waQUe3Avs4=;\r
29         b=bNTZ+UrhLG2upMnEocNGz4IO6qvdQHd4iQtAdewCJfo2l04sPeQZhI+3Q3mXe/pnKT\r
30         GIVIGosQIISMvxxmVmV8jT0rabtgUI5Gr71X1qMS2uDNriC8JMBpiay7Gha4WOV6HYmI\r
31         wiEWpEaf1LqOBWDgdHuxa2d6/DXF9cpxeo6Qg=\r
32 Received: by 10.180.83.69 with SMTP id o5mr9768269wiy.1.1324431744986;\r
33         Tue, 20 Dec 2011 17:42:24 -0800 (PST)\r
34 Received: from localhost ([91.144.186.21])\r
35         by mx.google.com with ESMTPS id dd4sm9400989wib.1.2011.12.20.17.42.23\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Tue, 20 Dec 2011 17:42:24 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Thomas Jost <schnouki@schnouki.net>, David Bremner <david@tethera.net>,\r
40         notmuch@notmuchmail.org\r
41 Subject: Re: [PATCH v3 3/4] emacs: rename notmuch-decimal-separator to\r
42         notmuch-thousands-separator\r
43 In-Reply-To: <87ehvyahqf.fsf@schnouki.net>\r
44 References: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
45         <1323797532-597-1-git-send-email-schnouki@schnouki.net>\r
46         <1323797532-597-4-git-send-email-schnouki@schnouki.net>\r
47         <87zkets55h.fsf@gmail.com> <878vmcem43.fsf@zancas.localnet>\r
48         <87fwgksnk4.fsf@gmail.com> <87ehvyahqf.fsf@schnouki.net>\r
49 User-Agent: Notmuch/0.10.2+96~g74e5ae5 (http://notmuchmail.org) Emacs/23.3.1\r
50         (x86_64-pc-linux-gnu)\r
51 Date: Wed, 21 Dec 2011 05:41:41 +0400\r
52 Message-ID: <87fwgewvje.fsf@gmail.com>\r
53 MIME-Version: 1.0\r
54 Content-Type: text/plain; charset=us-ascii\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Wed, 21 Dec 2011 01:42:27 -0000\r
68 \r
69 Hi Thomas.\r
70 \r
71 On Wed, 21 Dec 2011 01:30:48 +0100, Thomas Jost <schnouki@schnouki.net> wrote:\r
72 > On Fri, 16 Dec 2011 16:34:03 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
73 > > On Fri, 16 Dec 2011 08:29:00 -0400, David Bremner <david@tethera.net> wrote:\r
74 > > > On Fri, 16 Dec 2011 04:59:22 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
75 > > > > \r
76 > > > > What do perople think about making the thousands separator a space by\r
77 > > > > default?\r
78 > > > > \r
79 > > > \r
80 > > > Is that really good for a majority of users? I had never heard of it\r
81 > > > until now. I know this is hardly scientific, but still...\r
82 > > > \r
83 > > \r
84 > > Well, to me "1 000 000 000" looks better than "1,000,000,000".  But I do\r
85 > > not know about the others.  That is why I was asking :)\r
86\r
87 > That's a complex topic unfortunately. I prefer "1 000 000" too, but many\r
88 > would prefer "1,000,000", others would prefer "1'000'000", and in India\r
89 > many would even prefer "1,00,0000"\r
90 > (https://en.wikipedia.org/wiki/Thousands_separator#Examples_of_use).\r
91\r
92 > The cleanest solution would be to use something that cares about the\r
93 > LC_NUMERIC environment variable. sprintf() can do such things, but I'm\r
94 > not aware of any possibility to do that in elisp.\r
95\r
96 \r
97 We discussed this on IRC.  And, surprisingly, everyone agreed on\r
98 changing the default to a space in a separate patch.\r
99 \r
100 But my other comment for this patch is still relevant: please rename\r
101 `notmuch-thousands-separator' to `notmuch-hello-thousands-separator'.\r
102 \r
103 If you decide to make another patch that changes the default to a space,\r
104 please add this link [1] to the preamble and a citation:\r
105 \r
106   Therefore the space is recommended in the SI/ISO 31-0 standard,\r
107   and the International Bureau of Weights and Measures states that "for\r
108   numbers with many digits the digits may be divided into groups of\r
109   three by a thin space, in order to facilitate reading. Neither dots\r
110   nor commas are inserted in the spaces between groups of three".\r
111 \r
112 Regards,\r
113   Dmitry\r
114 \r
115 [1] http://en.wikipedia.org/wiki/Decimal_separator#Digit_grouping\r
116 \r
117 > -- \r
118 > Thomas/Schnouki\r