diff options
| author | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-21 12:42:16 -0400 |
| commit | cafdcef32d55cbb44389d7e322e7f973cbb72dfd (patch) | |
| tree | 7ee0c41ea8a589650ce6f4311fb10e61a63807b9 /doc/misc/message.texi | |
| parent | a08a25d7aaf251aa18f2ef747be53734bc55cae9 (diff) | |
| parent | 4e05e67e4cd0bc1b0a4ef3176a4d0d91c6b3738e (diff) | |
| download | emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.tar.gz emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.zip | |
Merge from trunk
Diffstat (limited to 'doc/misc/message.texi')
| -rw-r--r-- | doc/misc/message.texi | 28 |
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 | ||
| 1205 | This is a format-spec string, and you can use @samp{%l} to say how | ||
| 1206 | many lines were removed, and @samp{%c} to say how many characters were | ||
| 1207 | removed. | ||
| 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 | ||
| 1939 | The overall style to be used when replying to messages. This controls | ||
| 1940 | things like where the reply should be put relative to the original, | ||
| 1941 | how the citation is formatted, where the signature goes, etc. | ||
| 1942 | |||
| 1943 | Value is either @code{nil} (no variable overrides) or a let-style list | ||
| 1944 | of pairs @code{(VARIABLE VALUE)} to override default values. | ||
| 1945 | |||
| 1946 | See @code{gnus-posting-styles} to set this variable for specific | ||
| 1947 | groups. 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 | ||
| 1952 | Where 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 |
| 1935 | All headers that match this regexp will be removed from yanked | 1958 | All 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 |
| 2301 | Create the new buffer with the name generated in the Message way. This | 2324 | Create the new buffer with the name generated in the Message way. |
| 2302 | is the default. | ||
| 2303 | 2325 | ||
| 2304 | @item unsent | 2326 | @item unsent |
| 2305 | Similar to @code{unique} but the buffer name begins with "*unsent ". | 2327 | Similar 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 | ||
| 2318 | The default value is @code{unique}. | 2340 | The 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 |