strange search behaviour in emacs
[notmuch-archives.git] / 54 / 5c627c28e6a5d50d15834056c16d38d9153dd4
1 Return-Path: <dme@dme.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 E5AA8429E54\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 07:45:34 -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 ytMBEiI9fGP8 for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 07:45:34 -0800 (PST)\r
17 Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com\r
18  [74.125.82.41])        (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  2F81D429E36    for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 07:45:34 -0800\r
21  (PST)\r
22 Received: by wgbdt11 with SMTP id dt11so1563099wgb.2\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 07:45:33 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.180.100.228 with SMTP id fb4mr29269327wib.1.1327506332934;\r
26         Wed, 25 Jan 2012 07:45:32 -0800 (PST)\r
27 Received: from hotblack-desiato.hh.sledj.net\r
28         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
29         by mx.google.com with ESMTPS id d9sm527255wiy.2.2012.01.25.07.45.31\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Wed, 25 Jan 2012 07:45:31 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id D70869FE67; Wed, 25 Jan 2012 15:45:29 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH 0/4 v2] more care when hiding regions with buttons\r
37 Date: Wed, 25 Jan 2012 15:45:24 +0000\r
38 Message-Id: <1327506328-22126-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 In-Reply-To: <1327503908-17226-1-git-send-email-dme@dme.org>\r
41 References: <1327503908-17226-1-git-send-email-dme@dme.org>\r
42 X-Gm-Message-State:\r
43  ALoCoQnJCha2ObDELHIDYDeI2KDq/bDpaTe1EjNh8+dhHGQn6Xtt5d/0ziwghq/yev7Fk33+OZBq\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 25 Jan 2012 15:45:35 -0000\r
57 \r
58 Added a test, which required some improvements to the test harness.\r
59 \r
60 The fix still seems awkward.\r
61 \r
62 David Edmondson (4):\r
63   test: `visible-buffer-substring' should not return text properties.\r
64   test: `notmuch-test-run' should protect against buffer switching.\r
65   test: Add test for Original Message hiding at point-min.\r
66   emacs: Take more care when hiding regions with buttons.\r
67 \r
68  emacs/notmuch-wash.el                 |   57 ++++++++++++++++++++++-----------\r
69  test/emacs-original-message-hiding.el |   15 +++++++++\r
70  test/emacs-original-message-hiding.sh |   19 +++++++++++\r
71  test/notmuch-test                     |    1 +\r
72  test/test-lib.el                      |    6 ++-\r
73  5 files changed, 77 insertions(+), 21 deletions(-)\r
74  create mode 100644 test/emacs-original-message-hiding.el\r
75  create mode 100755 test/emacs-original-message-hiding.sh\r
76 \r
77 -- \r
78 1.7.8.3\r
79 \r