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 59A5840D173 for ; Fri, 5 Nov 2010 01:55:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 agQeM1-9a6xN for ; Fri, 5 Nov 2010 01:55:41 -0700 (PDT) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) by olra.theworths.org (Postfix) with ESMTP id 034C440D154 for ; Fri, 5 Nov 2010 01:55:40 -0700 (PDT) Received: by wwj40 with SMTP id 40so3025157wwj.2 for ; Fri, 05 Nov 2010 01:55:40 -0700 (PDT) Received: by 10.217.6.132 with SMTP id y4mr1856640wes.12.1288947340011; Fri, 05 Nov 2010 01:55:40 -0700 (PDT) Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com [81.149.164.25]) by mx.google.com with ESMTPS id l14sm625162weq.35.2010.11.05.01.55.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Nov 2010 01:55:38 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 4F0E159405B; Fri, 5 Nov 2010 08:55:08 +0000 (GMT) To: Michal Sojka , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Do not color non-matching authors by tag In-Reply-To: <87k4ksjibn.fsf@steelpick.2x.cz> References: <1287726122-5643-1-git-send-email-sojkam1@fel.cvut.cz> <878w1942i6.fsf@ut.hh.sledj.net> <87vd4djhy2.fsf@steelpick.2x.cz> <87zktp2lma.fsf@ut.hh.sledj.net> <87mxpojinb.fsf@steelpick.2x.cz> <87k4ksjibn.fsf@steelpick.2x.cz> User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Fri, 05 Nov 2010 08:55:08 +0000 Message-ID: <87vd4c176b.fsf@ut.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 05 Nov 2010 08:55:51 -0000 On Fri, 05 Nov 2010 09:17:00 +0100, Michal Sojka wrote: > However, it seems that chaning :background in notmuch-search-line-faces > collides somewhat with hl-line-mode. If I move the point down to the > line with changed background, the line is not highlited. Only if I move > the point upwards, I see the line in green. My `highlight' face uses only underlining :-) If another way of merging the faces improves things, please do post another patch.