Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 25 / 014369b85b97c58a5a5803cb81b1957648ecc6
1 Return-Path: <markwalters1009@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 62A98429E21\r
6         for <notmuch@notmuchmail.org>; Sun,  1 Jan 2012 02:06:01 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id H9OP1zBzfD1F for <notmuch@notmuchmail.org>;\r
18         Sun,  1 Jan 2012 02:06:00 -0800 (PST)\r
19 Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com\r
20         [209.85.210.181]) (using TLSv1 with cipher RC4-MD5 (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 9A30A431FB6\r
23         for <notmuch@notmuchmail.org>; Sun,  1 Jan 2012 02:06:00 -0800 (PST)\r
24 Received: by iakk12 with SMTP id k12so29588102iak.26\r
25         for <notmuch@notmuchmail.org>; Sun, 01 Jan 2012 02:05:59 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=mime-version:date:message-id:subject:from:to:content-type;\r
28         bh=sTQYZk1FoxpCo2yKTrvSPav0YnRBGKrwQl026vIo0g8=;\r
29         b=ciy8Z5wrMdWHW0zwBzfN1G3nnbzvcYISyztKPmyopU0pM7Li47MP/1cg+LVnLOvnu3\r
30         6PlXDNvlwiYZnSyVV8oLeYD0qjXKtuW95X4/SwAM4Zrp84TjcwsmEisQC9RMTT2Qwygk\r
31         R8wSKQV2NZKcpswnKXZjXO3ROg4TFvsIEcBKA=\r
32 MIME-Version: 1.0\r
33 Received: by 10.50.47.136 with SMTP id d8mr53388409ign.21.1325412359140; Sun,\r
34         01 Jan 2012 02:05:59 -0800 (PST)\r
35 Received: by 10.231.10.76 with HTTP; Sun, 1 Jan 2012 02:05:59 -0800 (PST)\r
36 Date: Sun, 1 Jan 2012 10:05:59 +0000\r
37 Message-ID:\r
38  <CALUdzSWfmRQ6F8ocgZQEcPpkBNgnC+zO0Pje2w6nczn0JyCbnA@mail.gmail.com>\r
39 Subject: Possible bug in tests with emacs 23.2.1 (debian stable)\r
40 From: Mark Walters <markwalters1009@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Content-Type: text/plain; charset=ISO-8859-1\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sun, 01 Jan 2012 10:06:02 -0000\r
56 \r
57 Hello\r
58 \r
59 When I try and run the tests on my (fairly standard) debian stable\r
60 system they hang after "PASS   Search message: json, utf-8". This is\r
61 with latest git (07768fb1bb50e) and emacs 23.2.1.\r
62 \r
63 As far as I can see emacs is not exiting when sent the "(kill-emacs)"\r
64 command from test-lib.sh (line 931 called from line 869). It seems\r
65 that this version of emacs prompts before exit asking "The current\r
66 server still has clients; delete them? (yes or no) ".\r
67 \r
68 This seems to have been "fixed" (i.e. emacs does not ask for a prompt\r
69 in emacs revision 100150\r
70 http://bzr.savannah.gnu.org/lh/emacs/emacs-23/revision/100150).\r
71 \r
72 If I change test-lib.sh line 869 to send "(setq kill-emacs-hook 'nil)\r
73 (kill-emacs)" instead of just (kill-emacs) then the tests work\r
74 correctly (*). But I definitely don't know enough emacs to know if\r
75 this is a sensible solution.\r
76 \r
77 Note I get exactly the same behaviour when trying to build the debian\r
78 package from squeeze backports so it could be a bug in my setup in\r
79 which case my apologies for the noise!\r
80 \r
81 Best wishes\r
82 \r
83 Mark\r
84 \r
85 (*) there are a small number (5) of unrelated test failures  that I\r
86 have not yet chased down\r