Article Washing Article Treatment Article Date
People often include references to other stuff in articles, and it would be nice if Gnus could just fetch whatever it is that people talk about with the minimum of fuzz when you hit RET or use the middle mouse button on these references.
Gnus adds buttons to certain standard references by default: Well-formed URLs, mail addresses and Message-IDs. This is controlled by two variables, one that handles article bodies and one that handles article heads:
gnus-button-alist
|
This is an alist where each entry has this form:
So the full entry for buttonizing URLs is then
| ||||||||||
gnus-header-button-alist
|
This is just like the other alist, except that it is applied to the article head only, and that each entry has an additional element that is used to say what headers to apply the buttonize coding to:
HEADER is a regular expression. | ||||||||||
gnus-button-url-regexp
|
A regular expression that matches embedded URLs. It is used in the default values of the variables above. | ||||||||||
gnus-article-button-face
|
Face used on buttons. | ||||||||||
gnus-article-mouse-face
|
Face used when the mouse cursor is over a button. |
See Customizing Articles, for how to buttonize articles automatically.
Article Washing Article Treatment Article Date