[PATCH 2/2] emacs: Change the default thousands separator to a space
authorThomas Jost <schnouki@schnouki.net>
Wed, 21 Dec 2011 13:44:19 +0000 (14:44 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:41:09 +0000 (09:41 -0800)
97/2a2e31c68b2d1e2f8a6626dfc3a58660969b0c [new file with mode: 0644]

diff --git a/97/2a2e31c68b2d1e2f8a6626dfc3a58660969b0c b/97/2a2e31c68b2d1e2f8a6626dfc3a58660969b0c
new file mode 100644 (file)
index 0000000..5945bbc
--- /dev/null
@@ -0,0 +1,90 @@
+Return-Path: <schnouki@schnouki.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id A226C429E50\r
+       for <notmuch@notmuchmail.org>; Wed, 21 Dec 2011 05:46:28 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id BxAIMqZoonSo for <notmuch@notmuchmail.org>;\r
+       Wed, 21 Dec 2011 05:46:24 -0800 (PST)\r
+Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
+       by olra.theworths.org (Postfix) with ESMTP id BD5D3429E31\r
+       for <notmuch@notmuchmail.org>; Wed, 21 Dec 2011 05:46:24 -0800 (PST)\r
+Received: from odin.local (nancy.schnouki.net [78.238.0.45])\r
+       by ks3536.kimsufi.com (Postfix) with ESMTPSA id BC5EB6A0028;\r
+       Wed, 21 Dec 2011 14:46:23 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
+       s=key-schnouki; t=1324475183;\r
+       bh=gpi6A2D8/z7BaFQfG9FS7qDBHtyiwfwqysuQOF7LteU=;\r
+       h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References;\r
+       b=NLLbqELYZQ9aWDaXQv8kqpA0dedUQ6889pCy/vQboudyCiES73ZwUcxO+q+hsG/ri\r
+       IooZtIFb/TWGiEizv/hgTn4XrpROGRBrK2+th5BH6O3jHDuXtHrzzpqm+lEegxPoBk\r
+       /SYyFB3KcWgXigS8Q8yLNAmyo0nZcfz1LOv0z60Q=\r
+From: Thomas Jost <schnouki@schnouki.net>\r
+To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
+Subject: [PATCH 2/2] emacs: Change the default thousands separator to a space\r
+Date: Wed, 21 Dec 2011 14:44:19 +0100\r
+Message-Id: <1324475059-16543-2-git-send-email-schnouki@schnouki.net>\r
+X-Mailer: git-send-email 1.7.8\r
+In-Reply-To: <1324475059-16543-1-git-send-email-schnouki@schnouki.net>\r
+References: <87fwgewvje.fsf@gmail.com>\r
+       <1324475059-16543-1-git-send-email-schnouki@schnouki.net>\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 21 Dec 2011 13:46:28 -0000\r
+\r
+This had been discussed and decided on IRC.\r
+\r
+Rationale:\r
+  Therefore the space is recommended in the SI/ISO 31-0 standard, and the\r
+  International Bureau of Weights and Measures states that "for numbers with\r
+  many digits the digits may be divided into groups of three by a thin space, in\r
+  order to facilitate reading. Neither dots nor commas are inserted in the\r
+  spaces between groups of three".\r
+\r
+(http://en.wikipedia.org/wiki/Decimal_separator#Digit_grouping)\r
+---\r
+ emacs/notmuch-hello.el |    6 ++++--\r
+ 1 files changed, 4 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
+index ef585ea..878d92a 100644\r
+--- a/emacs/notmuch-hello.el\r
++++ b/emacs/notmuch-hello.el\r
+@@ -131,10 +131,12 @@ So:\r
+         (integer :tag "Number of characters")\r
+         (float :tag "Fraction of window")))\r
\r
+-(defcustom notmuch-hello-thousands-separator ","\r
++(defcustom notmuch-hello-thousands-separator " "\r
+   "The string used as a thousands separator.\r
\r
+-Typically \",\" in the US and UK and \".\" in Europe."\r
++Typically \",\" in the US and UK and \".\" or \" \" in Europe.\r
++The latter is recommended in the SI/ISO 31-0 standard and by the\r
++International Bureau of Weights and Measures."\r
+   :group 'notmuch\r
+   :type 'string)\r
\r
+-- \r
+1.7.8\r
+\r