Re: notmuch-search-toggle-order and notmuch-tree
[notmuch-archives.git] / af / 796e24511d81b8c7bdc820535270ac31247e4b
1 Return-Path: <bremner@unb.ca>\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 17498429E3B\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 14:21:29 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 m8QX+Ro+t67s for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 14:21:28 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6AFF5429E35\r
21         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 14:21:28 -0800 (PST)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034071197.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.71.197]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q0GMLOsu017688\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Mon, 16 Jan 2012 18:21:25 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1Rmuvc-000130-Et; Mon, 16 Jan 2012 18:21:24 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: Aaron Ecay <aaronecay@gmail.com>, David Edmondson <dme@dme.org>,\r
33         Pieter Praet <pieter@praet.org>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] emacs: Don't attempt to colour tags in\r
35         `notmuch-show-mode'.\r
36 In-Reply-To: <m2zkdnbcbx.fsf@gmail.com>\r
37 References: <1325004434-24583-1-git-send-email-dme@dme.org>\r
38         <87aa5nlwwg.fsf@praet.org>\r
39         <cunmx9n51u4.fsf@hotblack-desiato.hh.sledj.net>\r
40         <m2zkdnbcbx.fsf@gmail.com>\r
41 User-Agent: Notmuch/0.11+61~gbaa2c97 (http://notmuchmail.org) Emacs/23.3.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Mon, 16 Jan 2012 18:21:24 -0400\r
44 Message-ID: <874nvvi90b.fsf@zancas.localnet>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain; charset=utf-8\r
47 Content-Transfer-Encoding: quoted-printable\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 16 Jan 2012 22:21:29 -0000\r
61 \r
62 On Mon, 16 Jan 2012 15:51:30 -0500, Aaron Ecay <aaronecay@gmail.com> wrote:\r
63 > On Mon, 16 Jan 2012 11:22:27 +0000, David Edmondson <dme@dme.org> wrote:\r
64 > > On Mon, 16 Jan 2012 12:17:03 +0100, Pieter Praet <pieter@praet.org> wro=\r
65 te:\r
66 > > > Alas, those text properties actually *were* effective (and I liked th=\r
67 em :)\r
68 > >=20\r
69 > > Well, not in emacs 24. My reading of the source was that overlays were\r
70 > > intended to stomp on text properties, but that could have been wrong.\r
71 > >=20\r
72 > > Do they look correct when you add/remove tags?\r
73 >=20\r
74 > The tags look nice and yellow-green for me too on a trunk build of emacs\r
75 > (which is one flavor of emacs 24).  Adding and removing tags works as\r
76 > expected =E2=80=93 the tags dis/appear and are the right color.\r
77 >=20\r
78 > I haven=E2=80=99t reloaded the notmuch *.el files since this change lande=\r
79 d, but\r
80 > I agree with Pieter that the overlays were nice.\r
81 \r
82 I'm leaning to revert this patch. Any opposition?\r
83 \r
84 d\r