comparison man/mule.texi @ 46204:dfc0a989ae61

Document unify-8859-on-decoding-mode.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jul 2002 11:22:29 +0000
parents 99b053f1b7f6
children b3a9c5fdc73a
comparison
equal deleted inserted replaced
46203:09a72d736076 46204:dfc0a989ae61
812 @key{RET} c @var{coding-system} @key{RET} M-x revert-buffer 812 @key{RET} c @var{coding-system} @key{RET} M-x revert-buffer
813 @key{RET}}. To see what coding system Emacs actually used to decode 813 @key{RET}}. To see what coding system Emacs actually used to decode
814 the file, look at the coding system mnemonic letter near the left edge 814 the file, look at the coding system mnemonic letter near the left edge
815 of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}. 815 of the mode line (@pxref{Mode Line}), or type @kbd{C-h C @key{RET}}.
816 816
817 @findex unify-8859-on-decoding-mode
818 The command @code{unify-8859-on-decoding-mode} enables a mode that
819 ``unifies'' the Latin alphabets when decoding text. This works by
820 converting all non-ASCII Latin-@var{n} characters to either Latin-1 or
821 Unicode characters. This way it is easier to use various
822 Latin-@var{n} alphabets together. In a future Emacs version we hope
823 to move towards full Unicode support and complete unification of
824 character sets.
825
817 @vindex buffer-file-coding-system 826 @vindex buffer-file-coding-system
818 Once Emacs has chosen a coding system for a buffer, it stores that 827 Once Emacs has chosen a coding system for a buffer, it stores that
819 coding system in @code{buffer-file-coding-system} and uses that coding 828 coding system in @code{buffer-file-coding-system} and uses that coding
820 system, by default, for operations that write from this buffer into a 829 system, by default, for operations that write from this buffer into a
821 file. This includes the commands @code{save-buffer} and 830 file. This includes the commands @code{save-buffer} and