Re: [PATCH] NEWS: initial NEWS for 0.22.1
[notmuch-archives.git] / 34 / 03514781c036f8dcddc56baf04e0bc853ac420
1 Return-Path: <bremner@unb.ca>\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 C4953431FAF\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 21:20:19 -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.224\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.224 tagged_above=-999 required=5\r
12         tests=[DATE_IN_PAST_03_06=1.076, RCVD_IN_DNSWL_MED=-2.3]\r
13         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 Zl+MHEr5h7zU for <notmuch@notmuchmail.org>;\r
17         Fri,  3 Feb 2012 21:20:17 -0800 (PST)\r
18 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id BC39D431FAE\r
22         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 21:20:17 -0800 (PST)\r
23 Received: from rocinante.cs.unb.ca ([209.104.169.194]) (authenticated bits=0)\r
24         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q145K5fb012702\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
26         Sat, 4 Feb 2012 01:20:08 -0400\r
27 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1RtTq7-0002nA-CI; Fri, 03 Feb 2012 20:50:51 -0400\r
30 From: David Bremner <bremner@debian.org>\r
31 To: Jani Nikula <jani@nikula.org>, Tomi Ollila <tomi.ollila@iki.fi>\r
32 Subject: Re: [PATCH] STYLE: Initial draft of coding style document\r
33 In-Reply-To:\r
34  <CAB+hUn-o8JyWPqS+1e37m171cR04=LNOCBxFLyUiRK1vWjbe3g@mail.gmail.com>\r
35 References: <1327708018-1107-1-git-send-email-david@tethera.net>\r
36         <m2ehuhdzls.fsf@guru.guru-group.fi>\r
37         <CAB+hUn-o8JyWPqS+1e37m171cR04=LNOCBxFLyUiRK1vWjbe3g@mail.gmail.com>\r
38 User-Agent: Notmuch/0.11+7~gf38bc44 (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Fri, 03 Feb 2012 20:50:51 -0400\r
41 Message-ID: <87vcnnjuac.fsf@rocinante.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Cc: notmuch@notmuchmail.org\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sat, 04 Feb 2012 05:20:19 -0000\r
58 \r
59 On Mon, 30 Jan 2012 18:01:15 +0200, Jani Nikula <jani@nikula.org> wrote:\r
60 > On Jan 30, 2012 4:38 PM, "Tomi Ollila" <tomi.ollila@iki.fi> wrote:\r
61 > >\r
62 > > > +\r
63 > > > +* Indent is 4 spaces with mixed tabs/spaces and a tab width of 8.\r
64 > > > +  Tabs should be only at the beginning of the line.\r
65 > >\r
66 > > So, after initial indentation (with tabs) there should not be further\r
67 > > tabs? We'll be using the former instead of the latter in these 2 below?\r
68 \r
69 Ah, I only meant to explain what whitespace-mode complains about, namely\r
70 \r
71 <space><space><space><space><tab>x=1;\r
72 \r
73 as opposed to \r
74 \r
75 <tab<space><space><space><space><tab>x=1;\r
76 \r
77 I'm not sure it's that important, but apparently if it stays in the\r
78 style guide it needs rewording.\r
79 \r
80 d\r
81 \r
82 \r