comparison man/mule.texi @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents c156f6a9e7b5 8540fa9269db
children a8190f7e546e
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
624 @end table 624 @end table
625 625
626 @kindex C-h C 626 @kindex C-h C
627 @findex describe-coding-system 627 @findex describe-coding-system
628 The command @kbd{C-h C} (@code{describe-coding-system}) displays 628 The command @kbd{C-h C} (@code{describe-coding-system}) displays
629 information about particular coding systems. You can specify a coding 629 information about particular coding systems, including the end-of-line
630 conversion specified by those coding systems. You can specify a coding
630 system name as the argument; alternatively, with an empty argument, it 631 system name as the argument; alternatively, with an empty argument, it
631 describes the coding systems currently selected for various purposes, 632 describes the coding systems currently selected for various purposes,
632 both in the current buffer and as the defaults, and the priority list 633 both in the current buffer and as the defaults, and the priority list
633 for recognizing coding systems (@pxref{Recognize Coding}). 634 for recognizing coding systems (@pxref{Recognize Coding}).
634 635
637 list-coding-systems}. The list gives information about each coding 638 list-coding-systems}. The list gives information about each coding
638 system, including the letter that stands for it in the mode line 639 system, including the letter that stands for it in the mode line
639 (@pxref{Mode Line}). 640 (@pxref{Mode Line}).
640 641
641 @cindex end-of-line conversion 642 @cindex end-of-line conversion
643 @cindex line endings
642 @cindex MS-DOS end-of-line conversion 644 @cindex MS-DOS end-of-line conversion
643 @cindex Macintosh end-of-line conversion 645 @cindex Macintosh end-of-line conversion
644 Each of the coding systems that appear in this list---except for 646 Each of the coding systems that appear in this list---except for
645 @code{no-conversion}, which means no conversion of any kind---specifies 647 @code{no-conversion}, which means no conversion of any kind---specifies
646 how and whether to convert printing characters, but leaves the choice of 648 how and whether to convert printing characters, but leaves the choice of
939 coding system using the minibuffer. If you specify a coding system 941 coding system using the minibuffer. If you specify a coding system
940 that cannot handle all of the characters in the buffer, Emacs warns 942 that cannot handle all of the characters in the buffer, Emacs warns
941 you about the troublesome characters when you actually save the 943 you about the troublesome characters when you actually save the
942 buffer. 944 buffer.
943 945
946 @cindex specify end-of-line conversion
947 You can also use this command to specify the end-of-line conversion
948 (@pxref{Coding Systems, end-of-line conversion}) for encoding the
949 current buffer. For example, @kbd{C-x @key{RET} f dos @key{RET}} will
950 cause Emacs to save the current buffer's text with DOS-style CRLF line
951 endings.
952
944 @kindex C-x RET c 953 @kindex C-x RET c
945 @findex universal-coding-system-argument 954 @findex universal-coding-system-argument
946 Another way to specify the coding system for a file is when you visit 955 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} 956 the file. First use the command @kbd{C-x @key{RET} c}
948 (@code{universal-coding-system-argument}); this command uses the 957 (@code{universal-coding-system-argument}); this command uses the