Mercurial > emacs
comparison man/mule.texi @ 38050:89031b4b9a28
Proofreading fixes from Tim Sanders <tim@timsanders.freeserve.co.uk>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 15 Jun 2001 08:34:56 +0000 |
parents | af5fdc3ea5b5 |
children | 4eaf5126c0e5 |
comparison
equal
deleted
inserted
replaced
38049:0ee6a3d3764e | 38050:89031b4b9a28 |
---|---|
791 The variables @code{auto-coding-alist} and | 791 The variables @code{auto-coding-alist} and |
792 @code{auto-coding-regexp-alist} are the strongest way to specify the | 792 @code{auto-coding-regexp-alist} are the strongest way to specify the |
793 coding system for certain patterns of file names, or for files | 793 coding system for certain patterns of file names, or for files |
794 containing certain patterns; these variables even override | 794 containing certain patterns; these variables even override |
795 @samp{-*-coding:-*-} tags in the file itself. Emacs uses | 795 @samp{-*-coding:-*-} tags in the file itself. Emacs uses |
796 @code{auto-coding-alist} for tar and archive files, to prevent Emacs | 796 @code{auto-coding-alist} for tar and archive files, to prevent it |
797 from being confused by a @samp{-*-coding:-*-} tag in a member of the | 797 from being confused by a @samp{-*-coding:-*-} tag in a member of the |
798 archive and thinking it applies to the archive file as a whole. | 798 archive and thinking it applies to the archive file as a whole. |
799 Likewise, Emacs uses @code{auto-coding-regexp-alist} to ensure that | 799 Likewise, Emacs uses @code{auto-coding-regexp-alist} to ensure that |
800 RMAIL files, whose names in general don't match any particular pattern, | 800 RMAIL files, whose names in general don't match any particular pattern, |
801 are decoded correctly. | 801 are decoded correctly. |
832 by @kbd{M-x prefer-coding-system} or @kbd{M-x | 832 by @kbd{M-x prefer-coding-system} or @kbd{M-x |
833 set-language-environment}), and if that coding system can safely | 833 set-language-environment}), and if that coding system can safely |
834 encode all of the characters in the buffer, Emacs uses it, and stores | 834 encode all of the characters in the buffer, Emacs uses it, and stores |
835 its value in @code{buffer-file-coding-system}. Otherwise, Emacs | 835 its value in @code{buffer-file-coding-system}. Otherwise, Emacs |
836 displays a list of coding systems suitable for encoding the buffer's | 836 displays a list of coding systems suitable for encoding the buffer's |
837 contents, and asks to choose one of those coding systems. | 837 contents, and asks you to choose one of those coding systems. |
838 | 838 |
839 If you insert the unsuitable characters in a mail message, Emacs | 839 If you insert the unsuitable characters in a mail message, Emacs |
840 behaves a bit differently. It additionally checks whether the | 840 behaves a bit differently. It additionally checks whether the |
841 most-preferred coding system is recommended for use in MIME messages; | 841 most-preferred coding system is recommended for use in MIME messages; |
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 type its name to | 846 want to use the most-preferred coding system, you can still type its |
847 Emacs prompt anyway.) | 847 name to Emacs prompt.) |
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 |
1292 | 1292 |
1293 @itemize @bullet | 1293 @itemize @bullet |
1294 @cindex 8-bit input | 1294 @cindex 8-bit input |
1295 @item | 1295 @item |
1296 If your keyboard can generate character codes 128 and up, representing | 1296 If your keyboard can generate character codes 128 and up, representing |
1297 non-ASCII you can type those character codes directly. | 1297 non-ASCII characters, you can type those character codes directly. |
1298 | 1298 |
1299 On a windowing terminal, you should not need to do anything special to | 1299 On a windowing terminal, you should not need to do anything special to |
1300 use these keys; they should simply work. On a text-only terminal, you | 1300 use these keys; they should simply work. On a text-only terminal, you |
1301 should use the command @code{M-x set-keyboard-coding-system} or the | 1301 should use the command @code{M-x set-keyboard-coding-system} or the |
1302 Custom option @code{keyboard-coding-system} to specify which coding | 1302 Custom option @code{keyboard-coding-system} to specify which coding |
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} installs |
1341 a minor mode which works much like the @code{latin-1-prefix} input | 1341 a minor mode which works much like the @code{latin-1-prefix} input |
1342 method 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 |