Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d0 / 5045aa4b47750f0937e6c3cb83db323297c191
1 Return-Path: <craven@gmx.net>\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 61DF3431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  4 Dec 2012 06:43:21 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\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 fu12+fGMuZDs for <notmuch@notmuchmail.org>;\r
17         Tue,  4 Dec 2012 06:43:20 -0800 (PST)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])\r
19         by olra.theworths.org (Postfix) with SMTP id 8554A431FAE\r
20         for <notmuch@notmuchmail.org>; Tue,  4 Dec 2012 06:43:20 -0800 (PST)\r
21 Received: (qmail invoked by alias); 04 Dec 2012 14:43:19 -0000\r
22 Received: from www.nexoid.at (EHLO mail.nexoid.at) [178.79.130.240]\r
23         by mail.gmx.net (mp072) with SMTP; 04 Dec 2012 15:43:19 +0100\r
24 X-Authenticated: #201305\r
25 X-Provags-ID: V01U2FsdGVkX1+i5f1P0syira5XpsJEU2TNBR3bPdn5oF+ax/jRaY\r
26         gPFdD0OZ0I+irN\r
27 Received: from nexoid (localhost [127.0.0.1])\r
28         by mail.nexoid.at (Postfix) with ESMTP id 2065711C109;\r
29         Tue,  4 Dec 2012 15:43:17 +0100 (CET)\r
30 From: Peter Feigl <craven@gmx.net>\r
31 To: Austin Clements <amdragon@MIT.EDU>\r
32 Subject: Re: [PATCH 1/1] Fixing failing JSON tests.\r
33 In-Reply-To: <20121204143541.GI1020@mit.edu>\r
34 References: <1354628805-2148-1-git-send-email-craven@gmx.net>\r
35         <20121204143541.GI1020@mit.edu>\r
36 User-Agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/24.1.50.2\r
37         (i686-pc-linux-gnu)\r
38 Date: Tue, 04 Dec 2012 15:43:17 +0100\r
39 Message-ID: <87d2yp27zu.fsf@nexoid.at>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-Y-GMX-Trusted: 0\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Tue, 04 Dec 2012 14:43:21 -0000\r
57 \r
58 On Tue, 4 Dec 2012 09:35:41 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
59 > I must be missing something...  These both look like whitespace-only\r
60 > changes, which test_expect_equal_json normalizes.  Did you change\r
61 > something else, too?\r
62 \r
63 They are, bremner on IRC was so kind to point out that my using Python\r
64 3.3 may be connected to the problem. I'll investigate further on why\r
65 exactly I get this behaviour.\r