Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: face issue in latest emacs snapshot
Date: Wed, 09 Jan 2013 09:45:33 +0900	[thread overview]
Message-ID: <b4m1udvrxoy.fsf@jpl.org> (raw)
In-Reply-To: <7vfw2b9r1w.fsf@news.eternal-september.org>

Richard Riley wrote:
> What does "where gnus-face is set" mean?

The gnus-face text property will be set onto characters in Group
(and Summary, etc.) lines with the value t when highlighting them
with faces according to gnus-*-line-format so that they may not
be overriden by other faces.

>| Debugger entered--Lisp error: (wrong-type-argument listp
>| my-inbox-icon-face-unread)
>|   gnus-put-text-property-excluding-characters-with-faces(1 79 face
>| gnus-group-mail-1)
>|   gnus-group-highlight-line("root-email" 1 79)

Does regenerating the format spec help?  To do that, eval:

(gnus-update-format-specifications t 'group)

This regenerates the value of gnus-group-line-format-spec by
gnus-group-line-format, and it will be saved to .newsrc.eld
thereafter.  Note that the Group buffer should be alive when
evaluating the above form (IIUC).  If you cannot, try resetting
the value of gnus-group-line-format to the default temporarily.



  reply	other threads:[~2013-01-09  0:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08 23:46 Richard Riley
2013-01-09  0:45 ` Katsumi Yamaoka [this message]
2013-01-09  4:34   ` Katsumi Yamaoka
2013-01-09  0:56 ` Wolfgang Jenkner
2013-01-09  8:20   ` Richard Riley
2013-01-09 10:22     ` Katsumi Yamaoka
2013-01-09 19:33     ` Wolfgang Jenkner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m1udvrxoy.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).