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 6E50B429E3B for ; Mon, 16 Jan 2012 13:24:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 93-G3RZk6PIi for ; Mon, 16 Jan 2012 13:24:28 -0800 (PST) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 70356429E35 for ; Mon, 16 Jan 2012 13:24:28 -0800 (PST) Received: by eaah10 with SMTP id h10so1638230eaa.26 for ; Mon, 16 Jan 2012 13:24:27 -0800 (PST) Received: by 10.213.28.130 with SMTP id m2mr3328285ebc.104.1326749067101; Mon, 16 Jan 2012 13:24:27 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id b49sm77098660eec.9.2012.01.16.13.24.25 (version=SSLv3 cipher=OTHER); Mon, 16 Jan 2012 13:24:25 -0800 (PST) From: Jani Nikula To: Aaron Ecay , 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+76~g1de742d (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Mon, 16 Jan 2012 23:24:23 +0200 Message-ID: <877h0rl4s8.fsf@nikula.org> 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 21:24:29 -0000 On Mon, 16 Jan 2012 15:51:30 -0500, Aaron Ecay wrote: > On Mon, 16 Jan 2012 11:22:27 +0000, David Edmondson wrote: > > On Mon, 16 Jan 2012 12:17:03 +0100, Pieter Praet wro= te: > > > Alas, those text properties actually *were* effective (and I liked th= em :) > >=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? >=20 > 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. >=20 > I haven=E2=80=99t reloaded the notmuch *.el files since this change lande= d, but > I agree with Pieter that the overlays were nice. Missing them too. Emacs 23.3.1. BR, Jani.