Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 93 / 22ae5d01c4f7df35b1fc823647aa2c6ce52878
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 7F01F429E25\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 00:23:02 -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 New-5nc6CNmc for <notmuch@notmuchmail.org>;\r
16         Fri, 13 Jan 2012 00:22:58 -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 81A67431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 00:22:58 -0800 (PST)\r
22 Received: by werm13 with SMTP id m13so207660wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 00:22:57 -0800 (PST)\r
24 Received: by 10.216.135.159 with SMTP id u31mr1741128wei.2.1326442977284;\r
25         Fri, 13 Jan 2012 00:22:57 -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 q34sm10095769wbm.15.2012.01.13.00.22.54\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 13 Jan 2012 00:22:55 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 1FCE8A15E0; Fri, 13 Jan 2012 08:22:53 +0000 (GMT)\r
33 To: Xavier Maillard <xma@gnu.org>, Tomi Ollila <tomi.ollila@iki.fi>,\r
34         notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH] emacs: whitespace-cleanup for emacs/*.el files\r
36 In-Reply-To: <m2wr8w60e0.fsf@kcals.intra.maillard.im>\r
37 References: <1326294815-31926-1-git-send-email-tomi.ollila@iki.fi>\r
38         <m2wr8w60e0.fsf@kcals.intra.maillard.im>\r
39 User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
40         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
41 From: David Edmondson <dme@dme.org>\r
42 Date: Fri, 13 Jan 2012 08:22:49 +0000\r
43 Message-ID: <cunr4z4huzq.fsf@hotblack-desiato.hh.sledj.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\r
47 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Fri, 13 Jan 2012 08:23:02 -0000\r
61 \r
62 --=-=-=\r
63 Content-Type: text/plain\r
64 Content-Transfer-Encoding: quoted-printable\r
65 \r
66 On Thu, 12 Jan 2012 23:07:03 +0100, Xavier Maillard <xavier@maillard.im> wr=\r
67 ote:\r
68 > On Wed, 11 Jan 2012 17:13:35 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrot=\r
69 e:\r
70 > > Executed\r
71 > >     for f in emacs/*.el\r
72 > >     do emacs -q --batch --eval \\r
73 > >         "(progn (find-file \"$f\") (whitespace-cleanup) (save-buffer))"\r
74 > >     done\r
75 > >=20\r
76 > > which\r
77 > >     removed trailing whitespace and empty lines at the end of file\r
78 > >     removed spaces before tab (if any)\r
79 > >     converted 8 spaces to tabs in the beginning of line\r
80 >=20\r
81 > +1\r
82 >=20\r
83 > Maybe we should note something about this as a /coding style/ rule ?\r
84 \r
85 How about "Running `indent-region' over the file should produce no\r
86 changes" as well?\r
87 \r
88 --=-=-=\r
89 Content-Type: application/pgp-signature\r
90 \r
91 -----BEGIN PGP SIGNATURE-----\r
92 Version: GnuPG v1.4.11 (GNU/Linux)\r
93 \r
94 iEYEARECAAYFAk8P6dkACgkQaezQq/BJZRa2WQCdGLAtaP/581Sb/+FssKE3x9I+\r
95 EdsAoImeBvYizHw8lijQubKXQskj/NmF\r
96 =9v8F\r
97 -----END PGP SIGNATURE-----\r
98 --=-=-=--\r