Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / cc / 1db8869eba8a3821b44b7d08ef3e69a50ad6ea
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 59A5840D173\r
6         for <notmuch@notmuchmail.org>; Fri,  5 Nov 2010 01:55:51 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\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 agQeM1-9a6xN for <notmuch@notmuchmail.org>;\r
16         Fri,  5 Nov 2010 01:55:41 -0700 (PDT)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        by olra.theworths.org (Postfix) with ESMTP id 034C440D154       for\r
19  <notmuch@notmuchmail.org>; Fri,  5 Nov 2010 01:55:40 -0700 (PDT)\r
20 Received: by wwj40 with SMTP id 40so3025157wwj.2\r
21         for <notmuch@notmuchmail.org>; Fri, 05 Nov 2010 01:55:40 -0700 (PDT)\r
22 Received: by 10.217.6.132 with SMTP id y4mr1856640wes.12.1288947340011;\r
23         Fri, 05 Nov 2010 01:55:40 -0700 (PDT)\r
24 Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com\r
25         [81.149.164.25])\r
26         by mx.google.com with ESMTPS id l14sm625162weq.35.2010.11.05.01.55.37\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Fri, 05 Nov 2010 01:55:38 -0700 (PDT)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id 4F0E159405B; Fri,  5 Nov 2010 08:55:08 +0000 (GMT)\r
31 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH] emacs: Do not color non-matching authors by tag\r
33 In-Reply-To: <87k4ksjibn.fsf@steelpick.2x.cz>\r
34 References: <1287726122-5643-1-git-send-email-sojkam1@fel.cvut.cz>\r
35         <878w1942i6.fsf@ut.hh.sledj.net> <87vd4djhy2.fsf@steelpick.2x.cz>\r
36         <87zktp2lma.fsf@ut.hh.sledj.net> <87mxpojinb.fsf@steelpick.2x.cz>\r
37         <87k4ksjibn.fsf@steelpick.2x.cz>\r
38 User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1\r
39         (x86_64-pc-linux-gnu)\r
40 From: David Edmondson <dme@dme.org>\r
41 Date: Fri, 05 Nov 2010 08:55:08 +0000\r
42 Message-ID: <87vd4c176b.fsf@ut.hh.sledj.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Fri, 05 Nov 2010 08:55:51 -0000\r
58 \r
59 On Fri, 05 Nov 2010 09:17:00 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
60 > However, it seems that chaning :background in notmuch-search-line-faces\r
61 > collides somewhat with hl-line-mode. If I move the point down to the\r
62 > line with changed background, the line is not highlited. Only if I move\r
63 > the point upwards, I see the line in green.\r
64 \r
65 My `highlight' face uses only underlining :-)\r
66 \r
67 If another way of merging the faces improves things, please do post\r
68 another patch.\r