Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / c16f21758428ce21534fa632ab13015afa0abc
1 Return-Path: <servilio@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 7F021431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Mar 2011 23:29:16 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 ZDAaZuzKv0uY for <notmuch@notmuchmail.org>;\r
17         Sun, 13 Mar 2011 23:29:15 -0700 (PDT)\r
18 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
19         [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id A5E92431FB5\r
22         for <notmuch@notmuchmail.org>; Sun, 13 Mar 2011 23:29:15 -0700 (PDT)\r
23 Received: by fxm11 with SMTP id 11so2855941fxm.26\r
24         for <notmuch@notmuchmail.org>; Sun, 13 Mar 2011 23:29:14 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=domainkey-signature:mime-version:date:message-id:subject:from:to\r
27         :content-type; bh=Hebu0k/hKfzA4mej7KDnEXe6Ae+17fPsL3+LIZF/m4A=;\r
28         b=eWDdiidV1RqsoKkSFo6rgrBauqQzNVhATvv8bR+GsumOsEw2Dk1Twj0OX+G8A27l4N\r
29         HTULMBaaELJdUA7axexJ8Dv3KvUGlrrvl20cUHDE5NAhJgd2tJgDf6V/lvqynTpO/Raj\r
30         avl2cQIPD8y/rusakVKWHfn75QMxrj5KpvMw8=\r
31 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
32         h=mime-version:date:message-id:subject:from:to:content-type;\r
33         b=gWX1rUuqnhEw4zEj41eM4D28Fj68OZPNoLeYxmc3/cOKKIVUQzACkJso3AhMH6VeE5\r
34         loS+7vFjvPzGBsdbInBHNNiIISEnqIfSObvpHD2TL0oD/vxvBazRxgCxDjOOkbIBRsWn\r
35         amIFb0phc1Nz82rWIa+3CQcuB2T/Eby211Q6E=\r
36 MIME-Version: 1.0\r
37 Received: by 10.223.151.14 with SMTP id a14mr109177faw.134.1300084154332; Sun,\r
38         13 Mar 2011 23:29:14 -0700 (PDT)\r
39 Received: by 10.223.102.73 with HTTP; Sun, 13 Mar 2011 23:29:14 -0700 (PDT)\r
40 Date: Mon, 14 Mar 2011 02:29:14 -0400\r
41 Message-ID: <AANLkTimp+DFDVABwpRvHks3OOFHppSQ9pEviJBD7knXd@mail.gmail.com>\r
42 Subject: [RFC] Enhancements to address completion\r
43 From: servilio <servilio@gmail.com>\r
44 To: notmuch <notmuch@notmuchmail.org>\r
45 Content-Type: text/plain; charset=UTF-8\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Mon, 14 Mar 2011 06:29:16 -0000\r
59 \r
60 I have been working in some enhancements to the emacs UI address\r
61 completion, and this weekend I was able to find a way to finish the\r
62 implementation to an acceptable (to me) state.\r
63 \r
64 The gist of it is allowing the completion in Emacs to match against\r
65 any part of the addresses returned by the notmuch-addrlookup command.\r
66 I could not find a way to have completing-read behave that way, the\r
67 strategy of matching anchored to the beginning of strings is\r
68 in-grained in its design for what I've seen.\r
69 \r
70 The current implementation uses Ido, included with Emacs at least in\r
71 version 23, and is available at:\r
72 \r
73 git://git.latertulia.org/servilio/notmuch.git\r
74 \r
75 In the branch complete-name-and-address-v2. There is a web interface\r
76 if you prefer to see the changes, just use "http" as the protocol in\r
77 your web browser.\r
78 \r
79 The first few changes in the branch are fixes and small enhancements I\r
80 found while working on this, and I have sent them as separate patches\r
81 for acceptance as they are independent of this work. All of this has\r
82 been in use (in the form of the branch without "-v2") for almost a\r
83 year. I started a message in August but somehow successfully forgot\r
84 completely about it.\r
85 \r
86 Regards,\r
87 \r
88 Servilio\r