Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 19 / 7eb80f33ccea58c9681c8f0d2b414ea0e35cfc
1 Return-Path: <sebastian.fischmeister@uwaterloo.ca>\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 82C49431FAE\r
6         for <notmuch@notmuchmail.org>; Thu, 18 Sep 2014 06:25:15 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 6IQJuPxxLTO2 for <notmuch@notmuchmail.org>;\r
16         Thu, 18 Sep 2014 06:25:08 -0700 (PDT)\r
17 Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca\r
18         [129.97.149.119]) (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 54983431FBC\r
21         for <notmuch@notmuchmail.org>; Thu, 18 Sep 2014 06:25:08 -0700 (PDT)\r
22 Received: from uwaterloo.ca (188.20.152.214) by connhub2.connect.uwaterloo.ca\r
23         (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.195.1;\r
24         Thu, 18 Sep 2014 09:25:07 -0400\r
25 From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
26 To: Tomi Ollila <tomi.ollila@iki.fi>, <notmuch@notmuchmail.org>\r
27 Subject: Re: Better support for helm in the address completion\r
28 In-Reply-To: <m2vbonxkum.fsf@guru.guru-group.fi>\r
29 References: <87vbonhgwe.fsf@uwaterloo.ca> <m2vbonxkum.fsf@guru.guru-group.fi>\r
30 User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Homepage: http://esg.uwaterloo.ca\r
33 Date: Thu, 18 Sep 2014 09:25:07 -0400\r
34 Message-ID: <87ioklkqn8.fsf@uwaterloo.ca>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 Reply-To: sfischme@uwaterloo.ca\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 18 Sep 2014 13:25:17 -0000\r
51 \r
52 > (setq notmuch-address-selection-function\r
53 >       (lambda (prompt collection initial-input)\r
54 >         (completing-read prompt (cons initial-input collection) nil t nil 'notmuch-address-history)))\r
55 >\r
56 > there (or use customize to do that (?)).\r
57 \r
58 That's perfectly fine as well, and even simpler to use. Maybe adding\r
59 this to the emacstips page [1] under "Address completion when composing"\r
60 would be a good idea.\r
61 \r
62   Sebastian\r
63 \r
64 PS: http://notmuchmail.org/emacstips/\r