Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: gnus-header-face-alist default value bug?
Date: Wed, 06 Aug 2003 03:41:42 +0200	[thread overview]
Message-ID: <iluekzzv9yh.fsf@latte.josefsson.org> (raw)
In-Reply-To: <m2y8y7skx1.fsf@db.cs.hit.edu.cn> (Chunyu Wang's message of "Wed, 06 Aug 2003 08:13:14 +0800")

Chunyu Wang <spr@db.cs.hit.edu.cn> writes:

> I have set the gnus-header-newsgroups-face by M-x customize, But emacs
> doesn't display correctly. So I changed the source as the following,
> then it works. Is this a mistake?
>
> *** /home/spr/work/gnus/lisp/gnus-art.el        Thu Jul 10 13:01:09 2003
> --- /usr/local/share/emacs/site-lisp/gnus/gnus-art.el   Mon Aug  4
> 20:55:05 2003
> ***************
> *** 660,666 ****
>   (defcustom gnus-header-face-alist
>     '(("From" nil gnus-header-from-face)
>       ("Subject" nil gnus-header-subject-face)
> !     ("Newsgroups:.*," nil gnus-header-newsgroups-face)
>       ("" gnus-header-name-face gnus-header-content-face))
>     "*Controls highlighting of article header.
>
> --- 660,666 ----
>   (defcustom gnus-header-face-alist
>     '(("From" nil gnus-header-from-face)
>       ("Subject" nil gnus-header-subject-face)
> !     ("Newsgroups" nil gnus-header-newsgroups-face)
>       ("" gnus-header-name-face gnus-header-content-face))
>     "*Controls highlighting of article header.

I think the intention was that Newsgroups: headers only need to be
highlighted when they contain groups other than the current group,
i.e. for crossposts.  Various docstrings didn't reflect this, so your
patch is probably just as good as a patch that fixes the docstrings.




      parent reply	other threads:[~2003-08-06  1:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-06  0:13 Chunyu Wang
2003-08-06  0:52 ` Jesper Harder
2003-08-06  1:24   ` Katsumi Yamaoka
2003-08-06  1:39     ` Chunyu Wang
2003-08-06  1:46       ` Katsumi Yamaoka
2003-08-06  1:56         ` Chunyu Wang
2003-08-06  1:45     ` Jesper Harder
2003-08-07  0:33       ` Jesper Harder
2003-08-07  0:51         ` Katsumi Yamaoka
2003-08-06  1:41 ` Simon Josefsson [this message]

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=iluekzzv9yh.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --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).