Mercurial > emacs
comparison man/mule.texi @ 90430:19bee54e2dfc
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 299)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-66
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 07 Jun 2006 19:47:17 +0000 |
parents | a8190f7e546e 926ae2520213 |
children | 138027c8c982 |
comparison
equal
deleted
inserted
replaced
90429:e1bbe296602a | 90430:19bee54e2dfc |
---|---|
603 system; for example, to visit a file encoded in codepage 850, type | 603 system; for example, to visit a file encoded in codepage 850, type |
604 @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename} | 604 @kbd{C-x @key{RET} c cp850 @key{RET} C-x C-f @var{filename} |
605 @key{RET}}@footnote{ | 605 @key{RET}}@footnote{ |
606 In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}} | 606 In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}} |
607 coding system with @kbd{M-x codepage-setup}, before you can use it. | 607 coding system with @kbd{M-x codepage-setup}, before you can use it. |
608 @xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}.}. | 608 @iftex |
609 @xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}. | |
610 @end iftex | |
611 @ifnottex | |
612 @xref{MS-DOS and MULE}. | |
613 @end ifnottex | |
614 }. | |
609 | 615 |
610 In addition to converting various representations of non-@acronym{ASCII} | 616 In addition to converting various representations of non-@acronym{ASCII} |
611 characters, a coding system can perform end-of-line conversion. Emacs | 617 characters, a coding system can perform end-of-line conversion. Emacs |
612 handles three different conventions for how to separate lines in a file: | 618 handles three different conventions for how to separate lines in a file: |
613 newline, carriage-return linefeed, and just carriage-return. | 619 newline, carriage-return linefeed, and just carriage-return. |