comparison lisp/gnus/gnus-cus.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
106 (doc . "\ 106 (doc . "\
107 Face used for group or summary buffer mouse highlighting. 107 Face used for group or summary buffer mouse highlighting.
108 The line beneath the mouse pointer will be highlighted with this 108 The line beneath the mouse pointer will be highlighted with this
109 face.") 109 face.")
110 (name . gnus-mouse-face) 110 (name . gnus-mouse-face)
111 (calculate . (if (gnus-visual-p 'mouse-face 'highlight) 111 (calculate . (condition-case ()
112 (if (boundp 'gnus-mouse-face) 112 (if (gnus-visual-p 'mouse-face 'highlight)
113 gnus-mouse-face 113 (if (boundp 'gnus-mouse-face)
114 'highlight) 114 gnus-mouse-face
115 'default)) 115 'highlight)
116 'default)
117 (error nil)))
116 (type . face)) 118 (type . face))
117 ((tag . "Article Display") 119 ((tag . "Article Display")
118 (doc . "Controls how the article buffer will look. 120 (doc . "Controls how the article buffer will look.
119 121
120 If you leave the list empty, the article will appear exactly as it is 122 If you leave the list empty, the article will appear exactly as it is
331 displaying the name and content of the header. The `Header' field 333 displaying the name and content of the header. The `Header' field
332 should contain the name of the header. The field actually contains a 334 should contain the name of the header. The field actually contains a
333 regular expression that should match the beginning of the header line, 335 regular expression that should match the beginning of the header line,
334 but if you don't know what a regular expression is, just write the 336 but if you don't know what a regular expression is, just write the
335 name of the header. The second field is the `Name' field, which 337 name of the header. The second field is the `Name' field, which
336 determines how the the header name (i.e. the part of the header left 338 determines how the header name (i.e. the part of the header left
337 of the `:') is displayed. The third field is the `Content' field, 339 of the `:') is displayed. The third field is the `Content' field,
338 which determines how the content (i.e. the part of the header right of 340 which determines how the content (i.e. the part of the header right of
339 the `:') is displayed. 341 the `:') is displayed.
340 342
341 If you leave the last `Header' field in the list empty, the `Name' and 343 If you leave the last `Header' field in the list empty, the `Name' and