Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / d4269c50066048810e696ec5f078579e27cb62
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 E6E47429E25\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Mar 2011 22:10:57 -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 4YpxvBPqxfwi for <notmuch@notmuchmail.org>;\r
17         Sun, 13 Mar 2011 22:10:57 -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 6232F431FD0\r
22         for <notmuch@notmuchmail.org>; Sun, 13 Mar 2011 22:10:57 -0700 (PDT)\r
23 Received: by mail-fx0-f53.google.com with SMTP id 11so2821980fxm.26\r
24         for <notmuch@notmuchmail.org>; Sun, 13 Mar 2011 22:10:57 -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=bnKMOz9vSsER1sSc5FiVdv3OeHrQCh4+Z6v/cjaqsP4=;\r
28         b=vzpI/wERXgmXHrH+IJ2IHxnOmWr5B6Ti3eQco7625aOmeTGI5Hjvj+YEUSg2k1DMjW\r
29         IptWjYQKkqlT4QJwxTqs+kMUfCdcI/LzkOSbYdjcI+sciGWKJsEKaF8i4U1jhElPbZH9\r
30         yicVYNv3sVri3zt7+ytPIL3s7MLfSaLP5uYWU=\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=l36J1W0roJzfWgWZCPFjwh7wmpKcIzWtp09RSP/LuTZepFX0PnOz0FuJFbgGH4MfKG\r
34         D1Ee0Qg54vXgIZ66yaJk2Bo3hMlOSusP4TRsou5hlHhqxrKUq17CVuyk+GD38G3cQmrm\r
35         2bgaKlBdlTJ8rcoEXClrGgWhD0o6AHEj9BqFE=\r
36 MIME-Version: 1.0\r
37 Received: by 10.223.20.216 with SMTP id g24mr408681fab.115.1300079456943; Sun,\r
38         13 Mar 2011 22:10:56 -0700 (PDT)\r
39 Received: by 10.223.102.73 with HTTP; Sun, 13 Mar 2011 22:10:56 -0700 (PDT)\r
40 Date: Mon, 14 Mar 2011 01:10:56 -0400\r
41 Message-ID: <AANLkTinnWate_0-WPdG1pXs0sFo1nUi5Tj86rZDWTq5E@mail.gmail.com>\r
42 Subject: [PATCH] No initial input for completing-read.\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 05:10:58 -0000\r
59 \r
60 Seeding the autocompletion with the first match makes it harder to see\r
61 what the other matches are, as all the extra characters would need to\r
62 be deleted before being able to see the matches.\r
63 ---\r
64  emacs/notmuch-address.el |    2 +-\r
65  1 files changed, 1 insertions(+), 1 deletions(-)\r
66 \r
67 diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el\r
68 index 2960da9..fc2df12 100644\r
69 --- a/emacs/notmuch-address.el\r
70 +++ b/emacs/notmuch-address.el\r
71 @@ -57,7 +57,7 @@ line."\r
72          (chosen (if (eq num-options 1)\r
73                      (car options)\r
74                    (completing-read (format "Address (%s matches): " num-options)\r
75 -                                   (cdr options) nil nil (car options)\r
76 +                                   options nil nil nil\r
77                                     'notmuch-address-history))))\r
78      (when chosen\r
79        (push chosen notmuch-address-history)\r
80 -- \r
81 1.7.4.1\r