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 6CE90429E25 for ; Fri, 16 Dec 2011 04:34:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 Pfx6Z7SnPe4Q for ; Fri, 16 Dec 2011 04:34:45 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id BCEB1431FD0 for ; Fri, 16 Dec 2011 04:34:44 -0800 (PST) Received: by wgbds13 with SMTP id ds13so4872977wgb.2 for ; Fri, 16 Dec 2011 04:34:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=adtw1xrr3Gll2OJBQp9HRg6ZQrIUpSGqLC2DTbJ98HE=; b=MkXFTo0oE/Ff3yDBE0WzeegeqqfCt51TCTlBEhsdMzi1q3bEbnLcyU2n5TOl/24Z76 m0bl7Tgd/KvOOFSVKslgviHLArcW+/spq/wnMJ7XUEekb5Qm59gBoRmpwoEJlRkmnFk2 FCjfqrGQbHP8BVfIy8pT8sC+4QffrWfp6IVhA= Received: by 10.180.88.66 with SMTP id be2mr11615219wib.54.1324038883598; Fri, 16 Dec 2011 04:34:43 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id z5sm12922530wix.5.2011.12.16.04.34.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Dec 2011 04:34:43 -0800 (PST) From: Dmitry Kurochkin To: David Bremner , Thomas Jost , notmuch@notmuchmail.org Subject: Re: [PATCH v3 3/4] emacs: rename notmuch-decimal-separator to notmuch-thousands-separator In-Reply-To: <878vmcem43.fsf@zancas.localnet> References: <87d3cx2t38.fsf@rocinante.cs.unb.ca> <1323797532-597-1-git-send-email-schnouki@schnouki.net> <1323797532-597-4-git-send-email-schnouki@schnouki.net> <87zkets55h.fsf@gmail.com> <878vmcem43.fsf@zancas.localnet> User-Agent: Notmuch/0.10.2+96~g74e5ae5 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 16 Dec 2011 16:34:03 +0400 Message-ID: <87fwgksnk4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 16 Dec 2011 12:34:45 -0000 On Fri, 16 Dec 2011 08:29:00 -0400, David Bremner wrote: > On Fri, 16 Dec 2011 04:59:22 +0400, Dmitry Kurochkin wrote: > > > > What do perople think about making the thousands separator a space by > > default? > > > > Is that really good for a majority of users? I had never heard of it > until now. I know this is hardly scientific, but still... > Well, to me "1 000 000 000" looks better than "1,000,000,000". But I do not know about the others. That is why I was asking :) Regards, Dmitry > d