comparison man/mule.texi @ 70611:4ac7143739ae

(Coding Systems, Text Coding): More indexing. Mention that C-x RET f can set eol conversion.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 May 2006 14:46:14 +0000
parents 601830ae280c
children 8540fa9269db
comparison
equal deleted inserted replaced
70610:d4b2c31464f8 70611:4ac7143739ae
637 list-coding-systems}. The list gives information about each coding 637 list-coding-systems}. The list gives information about each coding
638 system, including the letter that stands for it in the mode line 638 system, including the letter that stands for it in the mode line
639 (@pxref{Mode Line}). 639 (@pxref{Mode Line}).
640 640
641 @cindex end-of-line conversion 641 @cindex end-of-line conversion
642 @cindex line endings
642 @cindex MS-DOS end-of-line conversion 643 @cindex MS-DOS end-of-line conversion
643 @cindex Macintosh end-of-line conversion 644 @cindex Macintosh end-of-line conversion
644 Each of the coding systems that appear in this list---except for 645 Each of the coding systems that appear in this list---except for
645 @code{no-conversion}, which means no conversion of any kind---specifies 646 @code{no-conversion}, which means no conversion of any kind---specifies
646 how and whether to convert printing characters, but leaves the choice of 647 how and whether to convert printing characters, but leaves the choice of
939 coding system using the minibuffer. If you specify a coding system 940 coding system using the minibuffer. If you specify a coding system
940 that cannot handle all of the characters in the buffer, Emacs warns 941 that cannot handle all of the characters in the buffer, Emacs warns
941 you about the troublesome characters when you actually save the 942 you about the troublesome characters when you actually save the
942 buffer. 943 buffer.
943 944
945 @cindex specify end-of-line conversion
946 You can also use this command to specify the end-of-line conversion
947 (@pxref{Coding Systems, end-of-line conversion}) for encoding the
948 current buffer. For example, @kbd{C-x @key{RET} f dos @key{RET}} will
949 cause Emacs to save the current buffer's text with DOS-style CRLF line
950 endings.
951
944 @kindex C-x RET c 952 @kindex C-x RET c
945 @findex universal-coding-system-argument 953 @findex universal-coding-system-argument
946 Another way to specify the coding system for a file is when you visit 954 Another way to specify the coding system for a file is when you visit
947 the file. First use the command @kbd{C-x @key{RET} c} 955 the file. First use the command @kbd{C-x @key{RET} c}
948 (@code{universal-coding-system-argument}); this command uses the 956 (@code{universal-coding-system-argument}); this command uses the