Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 80 / 08f1a60fc12431dac3340a4a93da6f83f01eca
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 195A5404778\r
6         for <notmuch@notmuchmail.org>; Fri,  6 Jan 2012 09:13:44 -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 vAoN+kQWjk4I for <notmuch@notmuchmail.org>;\r
16         Fri,  6 Jan 2012 09:13:43 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6087140475C\r
21         for <notmuch@notmuchmail.org>; Fri,  6 Jan 2012 09:13:43 -0800 (PST)\r
22 Received: by werm12 with SMTP id m12so1487145wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 06 Jan 2012 09:13:40 -0800 (PST)\r
24 Received: by 10.216.133.204 with SMTP id q54mr3297147wei.10.1325870020632;\r
25         Fri, 06 Jan 2012 09:13:40 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id 28sm68990897wby.3.2012.01.06.09.13.39\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 06 Jan 2012 09:13:39 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id B5548A32B1; Fri,  6 Jan 2012 17:13:37 +0000 (GMT)\r
33 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
34  notmuch@notmuchmail.org\r
35 Subject: Re: [RFC][PATCH] emacs: Use text properties rather than overlays in\r
36         various places.\r
37 In-Reply-To: <877h143gzs.fsf@servo.finestructure.net>\r
38 References: <1325082691-21136-1-git-send-email-dme@dme.org>\r
39         <877h143gzs.fsf@servo.finestructure.net>\r
40 User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
41         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
42 From: David Edmondson <dme@dme.org>\r
43 Date: Fri, 06 Jan 2012 17:13:33 +0000\r
44 Message-ID: <cun7h143gaq.fsf@hotblack-desiato.hh.sledj.net>\r
45 MIME-Version: 1.0\r
46 Content-Type: multipart/signed; boundary="=-=-=";\r
47         micalg=pgp-sha1; protocol="application/pgp-signature"\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: Fri, 06 Jan 2012 17:13:44 -0000\r
61 \r
62 --=-=-=\r
63 Content-Type: text/plain\r
64 Content-Transfer-Encoding: quoted-printable\r
65 \r
66 On Fri, 06 Jan 2012 08:58:31 -0800, Jameson Graef Rollins <jrollins@finestr=\r
67 ucture.net> wrote:\r
68 > On Wed, 28 Dec 2011 14:31:31 +0000, David Edmondson <dme@dme.org> wrote:\r
69 > > Probably just for aficionados at the moment...\r
70 >=20\r
71 > Actually, I think that all the rest of these comments should be included\r
72 > in the log.  There's useful discussion here.\r
73 \r
74 Okay.\r
75 \r
76 The work-in-progress `notmuch-mode' patches that Austin posted to lazily\r
77 construct the invisible overlays suggests a way that could be integrated\r
78 with these changes to further improve performance, but I haven't had\r
79 time to look at it yet.\r
80 \r
81 > > Given that clashes between overlays and text properties are a problem\r
82 > > and overlays are considered expensive, switching to text properties\r
83 > > makes sense. For example, the coloured tags in the headerline are back\r
84 > > with this patch.\r
85 >=20\r
86 > I actually currently have colored tags in the headerline.  Did they go\r
87 > somewhere at some point?\r
88 \r
89 I haven't looked properly, but I think that emacs 24 stole them. They\r
90 certainly were not updating correctly during the addition/removal of\r
91 tags.\r
92 \r
93 --=-=-=\r
94 Content-Type: application/pgp-signature\r
95 \r
96 -----BEGIN PGP SIGNATURE-----\r
97 Version: GnuPG v1.4.11 (GNU/Linux)\r
98 \r
99 iEYEARECAAYFAk8HK74ACgkQaezQq/BJZRawCQCfTI+x0L0lb7hwOFux7qM4OhHE\r
100 i+oAnir/Sux4cuEZ1WJxhHLhMN4CieB/\r
101 =Y7Ty\r
102 -----END PGP SIGNATURE-----\r
103 --=-=-=--\r