Mercurial > emacs
comparison lisp/mail/sendmail.el @ 76971:f1b843dae8ab
(mail-text, mail-mode): Revert extant pieces of 1995-05-19 doc
changes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 06 Apr 2007 18:04:26 +0000 |
parents | e3694f1cb928 |
children | 8e27d63c45eb 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
76970:ff70b1aaf687 | 76971:f1b843dae8ab |
---|---|
618 | 618 |
619 \\[mail-send] mail-send (send the message) | 619 \\[mail-send] mail-send (send the message) |
620 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit) | 620 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit) |
621 | 621 |
622 Here are commands that move to a header field (and create it if there isn't): | 622 Here are commands that move to a header field (and create it if there isn't): |
623 \\[mail-to] move to To: \\[mail-subject] move to Subject: | 623 \\[mail-to] move to To: \\[mail-subject] move to Subj: |
624 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: | 624 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC: |
625 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: | 625 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: |
626 \\[mail-mail-reply-to] move to Mail-Reply-To: | 626 \\[mail-mail-reply-to] move to Mail-Reply-To: |
627 \\[mail-mail-followup-to] move to Mail-Followup-To: | 627 \\[mail-mail-followup-to] move to Mail-Followup-To: |
628 \\[mail-text] mail-text (move to beginning of message text). | 628 \\[mail-text] move to message text. |
629 \\[mail-signature] mail-signature (insert `mail-signature-file' file). | 629 \\[mail-signature] mail-signature (insert `mail-signature-file' file). |
630 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). | 630 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). |
631 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). | 631 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). |
632 \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). | 632 \\[mail-sent-via] mail-sent-via (add a sent-via field for each To or CC). |
633 Turning on Mail mode runs the normal hooks `text-mode-hook' and | 633 Turning on Mail mode runs the normal hooks `text-mode-hook' and |
634 `mail-mode-hook' (in that order)." | 634 `mail-mode-hook' (in that order)." |
635 (make-local-variable 'mail-reply-action) | 635 (make-local-variable 'mail-reply-action) |
636 (make-local-variable 'mail-send-actions) | 636 (make-local-variable 'mail-send-actions) |
637 (setq buffer-offer-save t) | 637 (setq buffer-offer-save t) |
1390 (insert field ": \n") | 1390 (insert field ": \n") |
1391 (skip-chars-backward "\n"))) | 1391 (skip-chars-backward "\n"))) |
1392 nil))) | 1392 nil))) |
1393 | 1393 |
1394 (defun mail-text () | 1394 (defun mail-text () |
1395 "Move point to beginning of message text." | 1395 "Move point to beginning of text field." |
1396 (interactive) | 1396 (interactive) |
1397 (expand-abbrev) | 1397 (expand-abbrev) |
1398 (goto-char (mail-text-start))) | 1398 (goto-char (mail-text-start))) |
1399 | 1399 |
1400 (defun mail-signature (&optional atpoint) | 1400 (defun mail-signature (&optional atpoint) |