Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 88 / e391f0dfd0409da106cddcbfe8238b23ff0276
1 Return-Path: <pieter@praet.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 B2E6D429E26\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 16:49:31 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 tzM6Gof98CHz for <notmuch@notmuchmail.org>;\r
16         Tue, 24 Jan 2012 16:49:31 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  DC460431FB6    for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 16:49:30 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so4293418wgb.2\r
23         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 16:49:29 -0800 (PST)\r
24 Received: by 10.180.102.169 with SMTP id fp9mr24604163wib.9.1327452569691;\r
25         Tue, 24 Jan 2012 16:49:29 -0800 (PST)\r
26 Received: from localhost ([109.131.95.182])\r
27         by mx.google.com with ESMTPS id j16sm19762305wie.4.2012.01.24.16.49.28\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Tue, 24 Jan 2012 16:49:28 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Xavier Maillard <xma@gnu.org>,\r
32         Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH 10/10] test: use emacsclient(1) for Emacs tests\r
34 In-Reply-To: <m27h0i2q44.fsf@kcals.intra.maillard.im>\r
35 References: <1309236311-2162-1-git-send-email-dmitry.kurochkin@gmail.com>\r
36         <1309236311-2162-10-git-send-email-dmitry.kurochkin@gmail.com>\r
37         <m27h0i2q44.fsf@kcals.intra.maillard.im>\r
38 User-Agent: Notmuch/0.11+113~g5a6e67e (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-unknown-linux-gnu)\r
40 Date: Wed, 25 Jan 2012 01:47:33 +0100\r
41 Message-ID: <8739b4sj4p.fsf@praet.org>\r
42 MIME-Version: 1.0\r
43 X-Gm-Message-State:\r
44  ALoCoQmFlcq8jzoS9hUqUFNGx4cJmC9dbKU10/yWPH3pelMCn3qXZZ9Qfs44uJR7Lfk3yHSc8EVA\r
45 Content-Type: text/plain; charset=us-ascii\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: Wed, 25 Jan 2012 00:49:31 -0000\r
59 \r
60 On Mon, 23 Jan 2012 20:08:59 +0100, Xavier Maillard <xavier@maillard.im> wrote:\r
61 > On Tue, 28 Jun 2011 08:45:11 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
62 > > Before the change, every Emacs test ran in a separate Emacs\r
63 > > instance.  Starting Emacs many times wastes considerable time and\r
64 > > it gets worse as the test suite grows.  The patch solves this by\r
65 > > using a single Emacs server and emacsclient(1) to run multiple\r
66 > > tests.  Emacs server is started on the first test_emacs call and\r
67 > > stopped when test_done is called.  We take care not to leave\r
68 > > orphan Emacs processes behind when test is terminated by whatever\r
69 > > reason: Emacs server runs a watchdog that periodically checks\r
70 > > that the test is still running.\r
71 > > \r
72 > > Some tests need to provide user input.  Before the change, this\r
73 > > was done using echo(1) to Emacs stdin.  This no longer works and\r
74 > > instead `standard-input' variable is set accordingly to make\r
75 > > `read' return the appropriate string.\r
76\r
77 > I really like this too. \r
78\r
79 > +1\r
80\r
81 \r
82 Actually, these have all been pushed already, around June 2011.\r
83 See commits e4fc21e8..a854d06e.\r
84 \r
85 I necrobumped this thread to keep my typo fix [1] in proper context.\r
86 \r
87 Which leaves me to ponder: should these kinds of fixes be sent in reply\r
88 to the original patch (and potentially cause confusion), or would it be\r
89 better to just start a new thread?\r
90 \r
91 \r
92 > /Xavier\r
93 > _______________________________________________\r
94 > notmuch mailing list\r
95 > notmuch@notmuchmail.org\r
96 > http://notmuchmail.org/mailman/listinfo/notmuch\r
97 \r
98 \r
99 Peace\r
100 \r
101 -- \r
102 Pieter\r
103 \r
104 [1] id:"1327292770-9528-1-git-send-email-pieter@praet.org"\r