Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8C46A431FD4 for ; Mon, 16 Jan 2012 12:51:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2oXFIrkNHDGX for ; Mon, 16 Jan 2012 12:51:36 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id ECB40431FB6 for ; Mon, 16 Jan 2012 12:51:35 -0800 (PST) Received: by qadc16 with SMTP id c16so1873962qad.5 for ; Mon, 16 Jan 2012 12:51:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:content-transfer-encoding; bh=PEp/7nSOR34VvLmMDHnTcCj0iDzx+Sl+EtyoHq8Saw0=; b=Eswx4YLH9NtOHjzs3XFhjWYISl/0OscOz8OfegtTYOvuK2W9YZgD9Eu4HqLzHMC/9W gwfNPH4iD+c0thGpUbBqeM/vivXMVL9IDxyTcDFhtDAjCtESG5qiyuELzcsTN7wv+ze4 QA0RqoAETedvS5PNwZlhFPAuIbtPNeP4kJIIw= Received: by 10.224.216.74 with SMTP id hh10mr16798475qab.45.1326747094273; Mon, 16 Jan 2012 12:51:34 -0800 (PST) Received: from localhost (vpl458.wlan.library.upenn.edu. [130.91.141.203]) by mx.google.com with ESMTPS id ij20sm21710113qab.3.2012.01.16.12.51.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 12:51:33 -0800 (PST) From: Aaron Ecay To: David Edmondson , Pieter Praet , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Don't attempt to colour tags in `notmuch-show-mode'. In-Reply-To: References: <1325004434-24583-1-git-send-email-dme@dme.org> <87aa5nlwwg.fsf@praet.org> User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1 (i386-apple-darwin10.8.0) Date: Mon, 16 Jan 2012 15:51:30 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 20:51:36 -0000 On Mon, 16 Jan 2012 11:22:27 +0000, David Edmondson wrote: > On Mon, 16 Jan 2012 12:17:03 +0100, Pieter Praet wrote: > > Alas, those text properties actually *were* effective (and I liked them= :) >=20 > Well, not in emacs 24. My reading of the source was that overlays were > intended to stomp on text properties, but that could have been wrong. >=20 > Do they look correct when you add/remove tags? The tags look nice and yellow-green for me too on a trunk build of emacs (which is one flavor of emacs 24). Adding and removing tags works as expected =E2=80=93 the tags dis/appear and are the right color. I haven=E2=80=99t reloaded the notmuch *.el files since this change landed,= but I agree with Pieter that the overlays were nice. --=20 Aaron Ecay