[PATCH 2/2] emacs: Set the `face' property rather than `font-lock-face'.
authorDavid Edmondson <dme@dme.org>
Thu, 29 Apr 2010 06:52:23 +0000 (07:52 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:00 +0000 (09:37 -0800)
20/838708c2240cb5d5468e6f029d9ca409ded0de [new file with mode: 0644]

diff --git a/20/838708c2240cb5d5468e6f029d9ca409ded0de b/20/838708c2240cb5d5468e6f029d9ca409ded0de
new file mode 100644 (file)
index 0000000..580c253
--- /dev/null
@@ -0,0 +1,73 @@
+Return-Path: <dme@dme.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D0A35431FC1\r
+       for <notmuch@notmuchmail.org>; Wed, 28 Apr 2010 23:52:09 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id lAor59U0uCd0 for <notmuch@notmuchmail.org>;\r
+       Wed, 28 Apr 2010 23:52:08 -0700 (PDT)\r
+Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com\r
+ [74.125.82.53])       by olra.theworths.org (Postfix) with ESMTP id 740EA4196F0       for\r
+ <notmuch@notmuchmail.org>; Wed, 28 Apr 2010 23:52:08 -0700 (PDT)\r
+Received: by wwe15 with SMTP id 15so490890wwe.26\r
+       for <notmuch@notmuchmail.org>; Wed, 28 Apr 2010 23:52:07 -0700 (PDT)\r
+Received: by 10.216.87.68 with SMTP id x46mr3364126wee.145.1272523927590;\r
+       Wed, 28 Apr 2010 23:52:07 -0700 (PDT)\r
+Received: from ut.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
+       by mx.google.com with ESMTPS id r29sm4813337wbv.9.2010.04.28.23.52.06\r
+       (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
+       Wed, 28 Apr 2010 23:52:06 -0700 (PDT)\r
+Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
+       id 026AB594120; Thu, 29 Apr 2010 07:52:26 +0100 (BST)\r
+From: David Edmondson <dme@dme.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/2] emacs: Set the `face' property rather than\r
+       `font-lock-face'.\r
+Date: Thu, 29 Apr 2010 07:52:23 +0100\r
+Message-Id: <1272523943-25588-2-git-send-email-dme@dme.org>\r
+X-Mailer: git-send-email 1.7.0\r
+In-Reply-To: <1272477627-10562-1-git-send-email-dme@dme.org>\r
+References: <1272477627-10562-1-git-send-email-dme@dme.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 29 Apr 2010 06:52:10 -0000\r
+\r
+Avoid using face properties reserved for the font-lock package.\r
+---\r
+ emacs/notmuch.el |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index 60c0ee5..d36a92d 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -438,7 +438,7 @@ and will also appear in a buffer named \"*Notmuch errors*\"."\r
+       (let ((end (point)))\r
+       (delete-region beg end)\r
+       (insert (propertize (mapconcat  'identity tags " ")\r
+-                          'font-lock-face 'notmuch-tag-face))))))\r
++                          'face 'notmuch-tag-face))))))\r
\r
+ (defun notmuch-search-get-tags ()\r
+   (save-excursion\r
+-- \r
+1.7.0\r
+\r