Re: Hi all
[notmuch-archives.git] / 91 / 1a4b06b547f3b802a0617c51e730ad8975e894
1 Return-Path: <sojka@merica.cz>\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 arlo.cworth.org (Postfix) with ESMTP id 578A86DE1749\r
6  for <notmuch@notmuchmail.org>; Mon,  4 Jan 2016 15:30:16 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.531\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.531 tagged_above=-999 required=5 tests=[AWL=0.779,\r
12   RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,\r
13  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id F0k9hmeNQ1Vo for <notmuch@notmuchmail.org>;\r
17  Mon,  4 Jan 2016 15:30:14 -0800 (PST)\r
18 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
19  by arlo.cworth.org (Postfix) with ESMTP id 8A88F6DE163B\r
20  for <notmuch@notmuchmail.org>; Mon,  4 Jan 2016 15:30:14 -0800 (PST)\r
21 Received: from localhost (unknown [192.168.200.7])\r
22  by max.feld.cvut.cz (Postfix) with ESMTP id D350A19F48C3;\r
23  Tue,  5 Jan 2016 00:30:13 +0100 (CET)\r
24 X-Virus-Scanned: IMAP STYX AMAVIS\r
25 Received: from max.feld.cvut.cz ([192.168.200.1])\r
26  by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
27  with ESMTP id qT68tuFMlxW3; Tue,  5 Jan 2016 00:30:12 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29  by max.feld.cvut.cz (Postfix) with ESMTP id 4ED6019F4793;\r
30  Tue,  5 Jan 2016 00:30:12 +0100 (CET)\r
31 Received: from wsh by steelpick.2x.cz with local (Exim 4.86)\r
32  (envelope-from <sojka@merica.cz>)\r
33  id 1aGEZn-0004i9-R3; Tue, 05 Jan 2016 00:30:11 +0100\r
34 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
35 To: Mark Walters <markwalters1009@gmail.com>,\r
36  Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
37 Cc: tomi.ollila@iki.fi\r
38 Subject: Re: [PATCH] devel/emacs: add devel/try-emacs-mua.sh\r
39 In-Reply-To: <87si4bwrsu.fsf@qmul.ac.uk>\r
40 References: <1446390985-20989-1-git-send-email-tomi.ollila@iki.fi>\r
41  <87si4bwrsu.fsf@qmul.ac.uk>\r
42 User-Agent: Notmuch/0.21+30~g55c056a (http://notmuchmail.org) Emacs/24.5.1\r
43  (x86_64-pc-linux-gnu)\r
44 Date: Tue, 05 Jan 2016 00:30:11 +0100\r
45 Message-ID: <87a8okylbw.fsf@steelpick.2x.cz>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.20\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52  <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
54  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
59  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 04 Jan 2016 23:30:16 -0000\r
61 \r
62 On Thu, Nov 12 2015, Mark Walters wrote:\r
63 >> devel/try-emacs-mua.sh provides an easy way to try and experiment with\r
64 >> the notmuch emacs client provided in emacs subdirectory of notmuch\r
65 >> source tree.\r
66 \r
67 [...]\r
68 \r
69 >\r
70 > I like this -- a nice simple way to get to a working but uncustomised\r
71 > test environment.\r
72 >\r
73 > I don't know how easy the following would be but one addition that I\r
74 > would find very useful would be a way to make this use the test\r
75 > corpus. This would be useful for giving a completely standard\r
76 > environment for interactive testing, but also for debugging what is\r
77 > going on when tests fail.\r
78 \r
79 This is already possible. If a test fails, its working directory is not\r
80 deleted and you can run e.g. ./test/tmp.T310-emacs/run_emacs, where you\r
81 can interactively reproduce the test. What you miss compared to Tomi's\r
82 approach is the hint screen and extra logging.\r
83 \r
84 BR\r
85 -Michal\r