message-font-lock-keywords
message-font-lock-keywords is a variable defined in `
message.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Additional expressions to highlight in Message mode.
Value:
((#[(limit)
"`\214~\210eb\210\303\304\305 !\306Q\307\310#\203 \n\311\224^b\210)\nW\205) \303\312\n\310#)\207"
[start mail-header-separator limit re-search-forward "^" regexp-quote "$" nil t 0 "^\\([Tt]o:\\)[ ]*\\(.+\\(\n[ ].*\\)*\\)\n?"]
4]
(1 'message-header-name)
(2 'message-header-to nil t))
(#[(limit)
"`\214~\210eb\210\303\304\305 !\306Q\307\310#\203 \n\311\224^b\210)\nW\205) \303\312\n\310#)\207"
[start mail-header-separator limit re-search-forward "^" regexp-quote "$" nil t 0 "^\\(^[GBF]?[Cc][Cc]:\\|^[Rr]eply-[Tt]o:\\)[ ]*\\(.+\\(\n[ ].*\\)*\\)\n?"]
4]
(1 'message-header-name)
(2 'message-header-cc nil t))
(#[(limit)
"`\214~\210eb\210\303\304\305 !\306Q\307\310#\203 \n\311\224^b\210)\nW\205) \303\312\n\310#)\207"
[start mail-header-separator limit re-search-forward "^" regexp-quote "$" nil t 0 "^\\([Ss]ubject:\\)[ ]*\\(.+\\(\n[ ].*\\)*\\)\n?"]
4]
(1 'message-header-name)
(2 'message-header-subject nil t))
(#[(limit)
"`\214~\210eb\210\303\304\305 !\306Q\307\310#\203 \n\311\224^b\210)\nW\205) \303\312\n\310#)\207"
[start mail-header-separator limit re-search-forward "^" regexp-quote "$" nil t 0 "^\\([Nn]ewsgroups:\\|Followup-[Tt]o:\\)[ ]*\\(.+\\(\n[ ].*\\)*\\)\n?"]
4]
(1 'message-header-name)
(2 'message-header-newsgroups nil t))
(#[(limit)
"`\214~\210eb\210\303\304\305 !\306Q\307\310#\203 \n\311\224^b\210)\nW\205) \303\312\n\310#)\207"
[start mail-header-separator limit re-search-forward "^" regexp-quote "$" nil t 0 "^\\(X-[A-Za-z0-9-]+:\\|In-Reply-To:\\)[ ]*\\(.+\\(\n[ ].*\\)*\\)\n?"]
4]
(1 'message-header-name)
(2 'message-header-xheader))
(#[(limit)
"`\214~\210eb\210\303\304\305 !\306Q\307\310#\203 \n\311\224^b\210)\nW\205) \303\312\n\310#)\207"
[start mail-header-separator limit re-search-forward "^" regexp-quote "$" nil t 0 "^\\([A-Z][^: \n ]+:\\)[ ]*\\(.+\\(\n[ ].*\\)*\\)\n?"]
4]
(1 'message-header-name)
(2 'message-header-other nil t))
("^\\(--text follows this line--\\)$" 1 'message-separator)
((lambda
(limit)
(re-search-forward
(concat "^\\(" message-cite-prefix-regexp "\\).*")
limit t))
(0 'message-cited-text))
("<#/?\\(multipart\\|part\\|external\\|mml\\|secure\\)[^>]*>"
(0 'message-mml)))