[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Not only do you want your article buffer to look like fruit salad, but you want it to look like technicolor fruit salad.
gnus-article-highlight
). This function highlights header, cited
text, the signature, and adds buttons to the body and the head.
gnus-article-highlight-headers
). The
highlighting will be done according to the gnus-header-face-alist
variable, which is a list where each element has the form
(regexp name content)
.
regexp is a regular expression for matching the
header, name is the face used for highlighting the header name
(see section 8.6 Faces and Fonts) and content is the face for highlighting
the header value. The first match made will be used. Note that
regexp shouldn't have `^' prepended--Gnus will add one.
gnus-article-highlight-citation
).
Some variables to customize the citation highlights:
gnus-cite-parse-max-size
gnus-cite-max-prefix
gnus-cite-face-list
gnus-supercite-regexp
gnus-supercite-secondary-regexp
gnus-cite-minimum-match-count
gnus-cite-attribution-prefix
gnus-cite-attribution-suffix
gnus-cite-attribution-face
gnus-article-highlight-signature
).
Everything after gnus-signature-separator
(see section 3.17.10 Article Signature) in an article will be considered a signature and will be
highlighted with gnus-signature-face
, which is italic
by
default.
See section 4.3 Customizing Articles, for how to highlight articles automatically.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |