Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / 2798f8ed45751b741604375626019a5a5641b7
1 Return-Path: <markwalters1009@gmail.com>\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 04BF5431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 23 Oct 2012 17:13:38 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id TX12wsDzYcB0 for <notmuch@notmuchmail.org>;\r
18         Tue, 23 Oct 2012 17:13:37 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  52B53431FAE    for <notmuch@notmuchmail.org>; Tue, 23 Oct 2012 17:13:37 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f45.google.com with SMTP id dq12so2953273wgb.2\r
25         for <notmuch@notmuchmail.org>; Tue, 23 Oct 2012 17:13:36 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=5NIIQXYZM4KUQsvRuMS/YWe4BaydPb4iYBm/VJgBFKs=;\r
29         b=eIW24NxGifNTyviiFOznf3fzKv5OPTHZV446UtkOED9BCKkTh2WGTjFs7s72BPUKEi\r
30         o3i9Jq6FcOPzYETwl9BX8BWhOofCv2ZWuT1LElh9eNq03Xq6l9HLGvcU45wPBkdh/S3h\r
31         cvYts6VX0Jf5VJEQZCCIkcJU1g0yMmYWBH1a3iCb7uTCyHgGrF2tbzFi2SWhHe/+RQEY\r
32         ixB4xgVi2Qg5s4zDKFZ4OanAf0626E9f0J6Pc5/9bzZi6u3O1HlDBEoEii6BvymzIgG/\r
33         mTIKeQcc/Prw5taZXeW3I681hQBcSIlZSLUIsf81oxkRV14u8/ThdShUhgEUU2M0P72X\r
34         75+g==\r
35 Received: by 10.180.77.38 with SMTP id p6mr1625035wiw.1.1351037615963;\r
36         Tue, 23 Oct 2012 17:13:35 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPS id eq2sm1603855wib.1.2012.10.23.17.13.33\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Tue, 23 Oct 2012 17:13:34 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 0/3] split async json parser into utility function\r
44 Date: Wed, 24 Oct 2012 01:13:19 +0100\r
45 Message-Id: <1351037602-11157-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 24 Oct 2012 00:13:38 -0000\r
60 \r
61 This series splits the async json parser into its own function. The\r
62 previous version is at id:"87k3xlyoek.fsf@qmul.ac.uk". \r
63 \r
64 This version splits that patch into three bits: the first contains all\r
65 the actual changes, the second changes some variable names and fixes\r
66 the whitespace, and the third just moves some code. \r
67 \r
68 The only functional change compared to that version is a small\r
69 correction to the way the error function was called. It also gives a\r
70 better docstring for some of the variables.\r
71 \r
72 Best wishes\r
73 \r
74 Mark\r
75 \r
76 \r
77 \r
78 Mark Walters (3):\r
79   emacs: Split out the incremental json parser into its own function.\r
80   emacs: Rename incremental JSON internal variables.\r
81   emacs: Code movement for the incremental JSON parser.\r
82 \r
83  emacs/notmuch.el |  101 +++++++++++++++++++++++++++++++-----------------------\r
84  1 files changed, 58 insertions(+), 43 deletions(-)\r
85 \r
86 -- \r
87 1.7.9.1\r
88 \r