Gnus development mailing list
 help / color / mirror / Atom feed
* defface/defcustom question
@ 2003-08-08 22:15 Jesper Harder
  2003-08-09  1:54 ` Simon Josefsson
  0 siblings, 1 reply; 16+ messages in thread
From: Jesper Harder @ 2003-08-08 22:15 UTC (permalink / raw)


In some places Gnus faces are defined both with `defface' _and_
`defcustom'.  E.g.

,----
| (defface gnus-server-opened-face
|   '((((class color) (background light)) (:foreground "Green3" :bold t))
|     (((class color) (background dark)) (:foreground "Green1" :bold t))
|     (t (:bold t)))
|   "Face used for displaying OPENED servers"
|   :group 'gnus-server-visual)
| 
| [...]
| 
| (defcustom gnus-server-opened-face 'gnus-server-opened-face
|   "Face name to use on OPENED servers."
|   :group 'gnus-server-visual
|   :type 'face)
`----

This means that the face shows up twice when you use Customize.  It
looks like a mistake to me ... or is there a reason for doing it?



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

end of thread, other threads:[~2003-08-25 14:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-08 22:15 defface/defcustom question Jesper Harder
2003-08-09  1:54 ` Simon Josefsson
2003-08-09  9:55   ` Kai Großjohann
2003-08-09 11:32     ` Simon Josefsson
2003-08-09 13:13       ` Kai Großjohann
2003-08-09 15:45         ` Simon Josefsson
2003-08-09 16:43           ` Jesper Harder
2003-08-09 17:16           ` Alan Shutko
2003-08-09 18:05             ` Simon Josefsson
2003-08-09 18:44               ` Alan Shutko
2003-08-10 20:34                 ` Kai Großjohann
2003-08-25 14:41                 ` Per Abrahamsen
2003-08-10 20:33           ` Kai Großjohann
2003-08-12 11:53             ` Simon Josefsson
2003-08-14 21:23               ` Kai Großjohann
2003-08-15 12:07                 ` Alex Schroeder

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).