Gnus development mailing list
 help / color / mirror / Atom feed
From: Chunyu Wang <spr@db.cs.hit.edu.cn>
Subject: gnus-header-face-alist default value bug?
Date: Wed, 06 Aug 2003 08:13:14 +0800	[thread overview]
Message-ID: <m2y8y7skx1.fsf@db.cs.hit.edu.cn> (raw)

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]


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?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 776 bytes --]

*** /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.


[-- Attachment #3: Type: text/plain, Size: 80 bytes --]


-- 
Harbin Institute of Technology, China.
Wang Chunyu <spr@db.cs.hit.edu.cn>.

             reply	other threads:[~2003-08-06  0:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-06  0:13 Chunyu Wang [this message]
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

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=m2y8y7skx1.fsf@db.cs.hit.edu.cn \
    --to=spr@db.cs.hit.edu.cn \
    /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).