Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-header-face-alist default value bug?
@ 2003-08-06  0:13 Chunyu Wang
  2003-08-06  0:52 ` Jesper Harder
  2003-08-06  1:41 ` Simon Josefsson
  0 siblings, 2 replies; 10+ messages in thread
From: Chunyu Wang @ 2003-08-06  0:13 UTC (permalink / 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>.

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

end of thread, other threads:[~2003-08-07  0:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-06  0:13 gnus-header-face-alist default value bug? 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 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).