Re: [PATCH] new: Don't scan unchanged directories with no sub-directories
[notmuch-archives.git] / 29 / f8bacfab95baa78363b436c515b505047b90a1
1 Return-Path: <dme@dme.org>\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 E0A82429E41\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 08:22: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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id goe1k4fv08jR for <notmuch@notmuchmail.org>;\r
16         Fri, 13 Jan 2012 08:22:26 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 03913429E3B\r
21         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 08:22:25 -0800 (PST)\r
22 Received: by werm13 with SMTP id m13so594555wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 08:22:24 -0800 (PST)\r
24 Received: by 10.216.135.69 with SMTP id t47mr223814wei.42.1326471744715;\r
25         Fri, 13 Jan 2012 08:22:24 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id f19sm11650928wbo.13.2012.01.13.08.22.22\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 13 Jan 2012 08:22:23 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 8ECA1A0048; Fri, 13 Jan 2012 16:22:21 +0000 (GMT)\r
33 To: Tomi Ollila <tomi.ollila@iki.fi>, Xavier Maillard <xma@gnu.org>,\r
34         notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH] emacs: whitespace-cleanup for emacs/*.el files\r
36 In-Reply-To: <yf639bkexs3.fsf@taco2.nixu.fi>\r
37 References: <1326294815-31926-1-git-send-email-tomi.ollila@iki.fi>\r
38         <m2wr8w60e0.fsf@kcals.intra.maillard.im>\r
39         <cunr4z4huzq.fsf@hotblack-desiato.hh.sledj.net>\r
40         <yf639bkexs3.fsf@taco2.nixu.fi>\r
41 User-Agent: Notmuch/0.10.2+186~gd0f7804 (http://notmuchmail.org)\r
42         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 Date: Fri, 13 Jan 2012 16:22:21 +0000\r
45 Message-ID: <cun7h0v7ete.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 13 Jan 2012 16:22:27 -0000\r
63 \r
64 --=-=-=\r
65 Content-Type: text/plain\r
66 Content-Transfer-Encoding: quoted-printable\r
67 \r
68 On Fri, 13 Jan 2012 11:50:52 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
69 > So, In addition to 'uncrustify.cfg' we need emacs reformatter along lines:\r
70 >=20\r
71 > (defun reformat-elisp-buffer ()\r
72 >   (interactice)\r
73 >   (emacs-lisp-mode)\r
74 >   (whitespace-cleanup)\r
75 >   (indent-region (point-min) (point-max)))\r
76 >=20\r
77 > And this located in same directory as 'uncrustify.cfg', wherever\r
78 > that ends up.\r
79 \r
80 I'd be happy with that. Note that doing it initially will require a\r
81 bunch of fixes - using a single ';' as a comment leader doesn't produce\r
82 the desired result, and notmuch.el is full of it...\r
83 \r
84 --=-=-=\r
85 Content-Type: application/pgp-signature\r
86 \r
87 -----BEGIN PGP SIGNATURE-----\r
88 Version: GnuPG v1.4.11 (GNU/Linux)\r
89 \r
90 iEYEARECAAYFAk8QWj0ACgkQaezQq/BJZRZ/GgCfU6qLm0q09O3ahteFit6UFLrZ\r
91 LrIAn3ACGdFeksi6SDVZg56kq+CRsPUf\r
92 =Z/0a\r
93 -----END PGP SIGNATURE-----\r
94 --=-=-=--\r