Re: [WIP PATCH] emacs: query: completion for from: in searches
[notmuch-archives.git] / bd / dd7b0ce0f56b739cc80c22f4baa5563109fd93
1 Return-Path: <cworth@cworth.org>\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 68558431FBC;\r
6         Sat, 21 Nov 2009 05:17:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id WXMaaFhTwlin; Sat, 21 Nov 2009 05:17:04 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 68824431FAE;\r
13         Sat, 21 Nov 2009 05:17:04 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Mikhail Gusarov <dottedmag@dottedmag.net>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1258723107-14704-1-git-send-email-dottedmag@dottedmag.net>\r
17 References: <1258723107-14704-1-git-send-email-dottedmag@dottedmag.net>\r
18 Date: Sat, 21 Nov 2009 14:16:52 +0100\r
19 Message-ID: <87hbso3tmj.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] RFC: quiet make\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Sat, 21 Nov 2009 13:17:05 -0000\r
36 \r
37 On Fri, 20 Nov 2009 19:18:27 +0600, Mikhail Gusarov <dottedmag@dottedmag.net> wrote:\r
38 > I don't entirely like duplicating every command line in makefile,\r
39 > so this patch is RFC. Someone with bigger Make-fu than mine probably\r
40 > knows a better way.\r
41 \r
42 Hi Mikhail,\r
43 \r
44 Getting a quieter compile out is a great idea.\r
45 \r
46 But, you're right that duplicating the command line invocations is a\r
47 problem. That sets up a fragile system where we'll end up with "make"\r
48 and "make V=1" actually doing different things.\r
49 \r
50 Meanwhile, the feature I've always wanted with systems like this is to\r
51 document to the user that there's the possibility of adding a "V=1" to\r
52 the command line to get the full output.\r
53 \r
54 Fortunately, I'm sitting next to Chris Wilson right now, and I know that\r
55 all I need to do is to mention the idea to him, and he'll give us a\r
56 solution that doesn't duplicate the commands, documents V=1, and will\r
57 just be a tiny change to our Makefiles.\r
58 \r
59 -Carl\r