Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / e4 / 54e867d237018c52a0fef944d7b936a1d374b4
1 Return-Path: <cworth@cworth.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 59F8A431FBF;\r
6         Fri, 20 Nov 2009 18:59:25 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id QrPpWP2W6KDV; Fri, 20 Nov 2009 18:59:24 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 24A26431FAE;\r
13         Fri, 20 Nov 2009 18:59:23 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,\r
16         notmuch@notmuchmail.org\r
17 In-Reply-To:\r
18  <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
19 References: <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
20 Date: Sat, 21 Nov 2009 03:59:12 +0100\r
21 Message-ID: <87lji04m7z.fsf@yoom.home.cworth.org>\r
22 MIME-Version: 1.0\r
23 Content-Type: text/plain; charset=us-ascii\r
24 Subject: Re: [notmuch] [PATCH] notmuch.el: Add face support to search and\r
25  show mode\r
26 X-BeenThere: notmuch@notmuchmail.org\r
27 X-Mailman-Version: 2.1.12\r
28 Precedence: list\r
29 List-Id: "Use and development of the notmuch mail system."\r
30         <notmuch.notmuchmail.org>\r
31 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
32         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
33 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
34 List-Post: <mailto:notmuch@notmuchmail.org>\r
35 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
36 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
38 X-List-Received-Date: Sat, 21 Nov 2009 02:59:25 -0000\r
39 \r
40 On Fri, 20 Nov 2009 20:57:24 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
41 > This add two faces, notmuch-show-subject-face and\r
42 > notmuch-tag-unread-face. The first face is used to show the subject\r
43 > line in the notmuch-show-mode and the second one the unread tag in\r
44 > the notmuch-search-mode.\r
45\r
46 > The changes are done looking at message.el in emacs source\r
47 \r
48 Hi Aneesh,\r
49 \r
50 This looks like very interesting stuff, but I wasn't able to get it to\r
51 work. Initially I was running emacs within a terminal (emacs -nw) so I\r
52 thought that might be preventing me from seeing the face differences or\r
53 so.\r
54 \r
55 But I can't seem to see anything in graphical emacs either.\r
56 \r
57 Is there something more I need to do to make this work?\r
58 \r
59 -Carl\r