How can I make boilerplate text to use with Emacs Gnus email responses?
feedback
|
|
AbbrevMode works in Gnus. From that link (with some edits):
Me: That's a zero after the
me again: Once abbrev-mode is on, typing an abbreviation followed by white space causes it to be immediately expanded. However, if you don't want that to happen you can leave it turned off and expand them manually like this:
becomes:
| |||||||||
feedback
|
|
You could also try YASnippet which would allow you to tab complete parts of boiler plate text where required. | |||
|
feedback
|
|
Gnus uses Message-Mode for creating messages, so maybe that one has some specific functions for it. I would use a custom hook in | |||
|
feedback
|
|
At its simplest, you can do something like this:
| |||
|
feedback
|
