comparison doc/emacs/major.texi @ 107687:328e54bec8c9

Document Message mode as the default mail mode. * sending.texi (Sending Mail): Document the fact that Message mode is now the default mail mode. (Mail Format, Mail Headers): Document mail-from-style changes. (Mail Commands): Rename from Mail mode. Document Message mode. (Mail Misc): Rename from Mail mode Misc. (Mail Sending, Header Editing, Mail Misc): Switch to Message mode command names and update keybindings. (Header Editing): Document message-tab. De-document mail-self-blind, mail-default-reply-to, and mail-archive-file-name in favor of mail-default-headers. Ad index entries for user-full-name and user-mail-address. (Citing Mail): Update changes in Message mode behavior. Document mail-yank-prefix. (Mail Signature): New node, moved from Mail Misc. (Mail Aliases): Mail abbrevs are the default with Message mode. (Mail Methods): Note that Message mode is now the default. * rmail.texi (Rmail Reply): * text.texi (Text Mode): * major.texi (Major Modes): * mule.texi (Output Coding): Refer to Message mode. * custom.texi (Init Examples): Add xref to Mail Header. * emacs.texi (Top): Fix xrefs.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 27 Mar 2010 23:41:34 -0400
parents d4567b4f2db3
children 376148b31b5e
comparison
equal deleted inserted replaced
107686:94ab0ee8d0c8 107687:328e54bec8c9
39 mode. The second group contains modes for specific programming 39 mode. The second group contains modes for specific programming
40 languages. These include Lisp mode (which has several variants), C 40 languages. These include Lisp mode (which has several variants), C
41 mode, Fortran mode, and others. The remaining major modes are not 41 mode, Fortran mode, and others. The remaining major modes are not
42 intended for use on users' files; they are used in buffers created for 42 intended for use on users' files; they are used in buffers created for
43 specific purposes by Emacs, such as Dired mode for buffers made by 43 specific purposes by Emacs, such as Dired mode for buffers made by
44 Dired (@pxref{Dired}), Mail mode for buffers made by @kbd{C-x m} 44 Dired (@pxref{Dired}), Message mode for buffers made by @kbd{C-x m}
45 (@pxref{Sending Mail}), and Shell mode for buffers used for 45 (@pxref{Sending Mail}), and Shell mode for buffers used for
46 communicating with an inferior shell process (@pxref{Interactive 46 communicating with an inferior shell process (@pxref{Interactive
47 Shell}). 47 Shell}).
48 48
49 Most programming-language major modes specify that only blank lines 49 Most programming-language major modes specify that only blank lines