unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix invalid face reference.
@ 2009-11-22  6:40 Kan-Ru Chen
  2009-11-22 12:24 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: Kan-Ru Chen @ 2009-11-22  6:40 UTC (permalink / raw)
  To: notmuch

To avoid the "Invalid face reference: cons [18 times]" kind of message
goes on and on in the *Messages*.

Signed-off-by: Kan-Ru Chen <kanru@kanru.info>
---
 notmuch.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index 0144b61..a547415 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -553,7 +553,7 @@ which this thread was originally shown."
   (let ((beg (point-marker)))
     (end-of-line)
     ; Inverse video for subject
-    (overlay-put (make-overlay beg (point)) 'face '((cons :inverse-video t)))
+    (overlay-put (make-overlay beg (point)) 'face '(:inverse-video t))
     (forward-line 2)
     (let ((beg-hidden (point-marker)))
       (re-search-forward notmuch-show-header-end-regexp)
-- 
1.6.5.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix invalid face reference.
  2009-11-22  6:40 [PATCH] Fix invalid face reference Kan-Ru Chen
@ 2009-11-22 12:24 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2009-11-22 12:24 UTC (permalink / raw)
  To: Kan-Ru Chen, notmuch

On Sun, 22 Nov 2009 14:40:59 +0800, Kan-Ru Chen <kanru@kanru.info> wrote:
> To avoid the "Invalid face reference: cons [18 times]" kind of message
> goes on and on in the *Messages*.

Thanks. This is pushed.

And welcome to notmuch, Kan-Ru! I'll look forward to any possible
contributions from you in the future.

-Carl

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-22 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-22  6:40 [PATCH] Fix invalid face reference Kan-Ru Chen
2009-11-22 12:24 ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).