comparison man/mule.texi @ 38133:4eaf5126c0e5

Minor wording fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Jun 2001 10:50:40 +0000
parents 89031b4b9a28
children 6bee7ffac2cd
comparison
equal deleted inserted replaced
38132:1471b85b3b80 38133:4eaf5126c0e5
801 are decoded correctly. 801 are decoded correctly.
802 802
803 If Emacs recognizes the encoding of a file incorrectly, you can 803 If Emacs recognizes the encoding of a file incorrectly, you can
804 reread the file using the correct coding system by typing @kbd{C-x 804 reread the file using the correct coding system by typing @kbd{C-x
805 @key{RET} c @var{coding-system} @key{RET} M-x revert-buffer 805 @key{RET} c @var{coding-system} @key{RET} M-x revert-buffer
806 @key{RET}}. To see what coding system did Emacs use to decode the 806 @key{RET}}. To see what coding system Emacs actually used to decode
807 file, look at the coding system mnemonic letter near the left edge of 807 the file, look at the coding system mnemonic letter near the left edge
808 the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}. 808 of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.
809 809
810 @vindex buffer-file-coding-system 810 @vindex buffer-file-coding-system
811 Once Emacs has chosen a coding system for a buffer, it stores that 811 Once Emacs has chosen a coding system for a buffer, it stores that
812 coding system in @code{buffer-file-coding-system} and uses that coding 812 coding system in @code{buffer-file-coding-system} and uses that coding
813 system, by default, for operations that write from this buffer into a 813 system, by default, for operations that write from this buffer into a
842 if it isn't, Emacs tells you that the most-preferred coding system is 842 if it isn't, Emacs tells you that the most-preferred coding system is
843 not recommended and prompts you for another coding system. This is so 843 not recommended and prompts you for another coding system. This is so
844 you won't inadvertently send a message encoded in a way that your 844 you won't inadvertently send a message encoded in a way that your
845 recipient's mail software will have difficulty decoding. (If you do 845 recipient's mail software will have difficulty decoding. (If you do
846 want to use the most-preferred coding system, you can still type its 846 want to use the most-preferred coding system, you can still type its
847 name to Emacs prompt.) 847 name in response to the question.)
848 848
849 @vindex sendmail-coding-system 849 @vindex sendmail-coding-system
850 When you send a message with Mail mode (@pxref{Sending Mail}), Emacs has 850 When you send a message with Mail mode (@pxref{Sending Mail}), Emacs has
851 four different ways to determine the coding system to use for encoding 851 four different ways to determine the coding system to use for encoding
852 the message text. It tries the buffer's own value of 852 the message text. It tries the buffer's own value of
1335 @item 1335 @item
1336 @cindex @code{iso-acc} library 1336 @cindex @code{iso-acc} library
1337 @cindex ISO Accents mode 1337 @cindex ISO Accents mode
1338 @findex iso-accents-mode 1338 @findex iso-accents-mode
1339 @cindex Latin-1, Latin-2 and Latin-3 input mode 1339 @cindex Latin-1, Latin-2 and Latin-3 input mode
1340 For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} installs 1340 For Latin-1, Latin-2 and Latin-3, @kbd{M-x iso-accents-mode} enables
1341 a minor mode which works much like the @code{latin-1-prefix} input 1341 a minor mode that works much like the @code{latin-1-prefix} input
1342 method, but does not depend on having the input methods installed. This 1342 method, but does not depend on having the input methods installed. This
1343 mode is buffer-local. It can be customized for various languages with 1343 mode is buffer-local. It can be customized for various languages with
1344 @kbd{M-x iso-accents-customize}. 1344 @kbd{M-x iso-accents-customize}.
1345 @end itemize 1345 @end itemize