aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/message.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r--doc/misc/message.texi28
1 files changed, 25 insertions, 3 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index b28639907ed..48d0028e452 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1202,6 +1202,10 @@ The text is killed and replaced with the contents of the variable
1202@code{message-elide-ellipsis}. The default value is to use an ellipsis 1202@code{message-elide-ellipsis}. The default value is to use an ellipsis
1203(@samp{[...]}). 1203(@samp{[...]}).
1204 1204
1205This is a format-spec string, and you can use @samp{%l} to say how
1206many lines were removed, and @samp{%c} to say how many characters were
1207removed.
1208
1205@item C-c M-k 1209@item C-c M-k
1206@kindex C-c M-k 1210@kindex C-c M-k
1207@findex message-kill-address 1211@findex message-kill-address
@@ -1930,6 +1934,25 @@ posting a prepared news message.
1930@section Insertion Variables 1934@section Insertion Variables
1931 1935
1932@table @code 1936@table @code
1937@item message-cite-style
1938@vindex message-cite-style
1939The overall style to be used when replying to messages. This controls
1940things like where the reply should be put relative to the original,
1941how the citation is formatted, where the signature goes, etc.
1942
1943Value is either @code{nil} (no variable overrides) or a let-style list
1944of pairs @code{(VARIABLE VALUE)} to override default values.
1945
1946See @code{gnus-posting-styles} to set this variable for specific
1947groups. Presets to impersonate popular mail agents are available in the
1948@code{message-cite-style-*} variables.
1949
1950@item message-cite-reply-position
1951@vindex message-cite-reply-position
1952Where the reply should be positioned. Available styles are
1953@code{traditional} to reply inline, @code{above} for top-posting, and
1954@code{below} for bottom-posting
1955
1933@item message-ignored-cited-headers 1956@item message-ignored-cited-headers
1934@vindex message-ignored-cited-headers 1957@vindex message-ignored-cited-headers
1935All headers that match this regexp will be removed from yanked 1958All headers that match this regexp will be removed from yanked
@@ -2298,8 +2321,7 @@ created.
2298 2321
2299@item unique 2322@item unique
2300@item t 2323@item t
2301Create the new buffer with the name generated in the Message way. This 2324Create the new buffer with the name generated in the Message way.
2302is the default.
2303 2325
2304@item unsent 2326@item unsent
2305Similar to @code{unique} but the buffer name begins with "*unsent ". 2327Similar to @code{unique} but the buffer name begins with "*unsent ".
@@ -2315,7 +2337,7 @@ type, the To address and the group name (any of these may be
2315@code{nil}). The function should return the new buffer name. 2337@code{nil}). The function should return the new buffer name.
2316@end table 2338@end table
2317 2339
2318The default value is @code{unique}. 2340The default value is @code{unsent}.
2319 2341
2320@item message-max-buffers 2342@item message-max-buffers
2321@vindex message-max-buffers 2343@vindex message-max-buffers