[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/msdog.texi [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/man/msdog.texi [lexbind] |
Date: |
Thu, 20 Nov 2003 19:36:54 -0500 |
Index: emacs/man/msdog.texi
diff -c emacs/man/msdog.texi:1.31.2.2 emacs/man/msdog.texi:1.31.2.3
*** emacs/man/msdog.texi:1.31.2.2 Tue Oct 14 18:56:24 2003
--- emacs/man/msdog.texi Thu Nov 20 19:36:12 2003
***************
*** 141,147 ****
@vindex dos-display-scancodes
The variable @code{dos-display-scancodes}, when address@hidden,
! directs Emacs to display the ASCII value and the keyboard scan code of
each keystroke; this feature serves as a complement to the
@code{view-lossage} command, for debugging.
--- 141,147 ----
@vindex dos-display-scancodes
The variable @code{dos-display-scancodes}, when address@hidden,
! directs Emacs to display the @acronym{ASCII} value and the keyboard scan code
of
each keystroke; this feature serves as a complement to the
@code{view-lossage} command, for debugging.
***************
*** 466,472 ****
redirect it to a networked printer via the @address@hidden
Panel->Printers}} applet instead of @samp{net use}.
! Some printers expect DOS codepage encoding of non-ASCII text, even
though they are connected to a Windows machine which uses a different
encoding for the same locale. For example, in the Latin-1 locale, DOS
uses codepage 850 whereas Windows uses codepage 1252. @xref{MS-DOS and
--- 466,472 ----
redirect it to a networked printer via the @address@hidden
Panel->Printers}} applet instead of @samp{net use}.
! Some printers expect DOS codepage encoding of address@hidden text, even
though they are connected to a Windows machine which uses a different
encoding for the same locale. For example, in the Latin-1 locale, DOS
uses codepage 850 whereas Windows uses codepage 1252. @xref{MS-DOS and
***************
*** 594,600 ****
MS-DOS is designed to support one character set of 256 characters at
any given time, but gives you a variety of character sets to choose
from. The alternative character sets are known as @dfn{DOS codepages}.
! Each codepage includes all 128 ASCII characters, but the other 128
characters (codes 128 through 255) vary from one codepage to another.
Each DOS codepage is identified by a 3-digit number, such as 850, 862,
etc.
--- 594,600 ----
MS-DOS is designed to support one character set of 256 characters at
any given time, but gives you a variety of character sets to choose
from. The alternative character sets are known as @dfn{DOS codepages}.
! Each codepage includes all 128 @acronym{ASCII} characters, but the other 128
characters (codes 128 through 255) vary from one codepage to another.
Each DOS codepage is identified by a 3-digit number, such as 850, 862,
etc.
***************
*** 614,620 ****
@cindex unibyte operation @r{(MS-DOS)}
If you invoke Emacs on MS-DOS with the @samp{--unibyte} option
(@pxref{Initial Options}), Emacs does not perform any conversion of
! non-ASCII characters. Instead, it reads and writes any non-ASCII
characters verbatim, and sends their 8-bit codes to the display
verbatim. Thus, unibyte Emacs on MS-DOS supports the current codepage,
whatever it may be, but cannot even represent any other characters.
--- 614,620 ----
@cindex unibyte operation @r{(MS-DOS)}
If you invoke Emacs on MS-DOS with the @samp{--unibyte} option
(@pxref{Initial Options}), Emacs does not perform any conversion of
! address@hidden characters. Instead, it reads and writes any address@hidden
characters verbatim, and sends their 8-bit codes to the display
verbatim. Thus, unibyte Emacs on MS-DOS supports the current codepage,
whatever it may be, but cannot even represent any other characters.
***************
*** 668,674 ****
If a buffer contains a character belonging to some other ISO 8859
character set, not the one that the chosen DOS codepage supports, Emacs
! displays it using a sequence of ASCII characters. For example, if the
current codepage doesn't have a glyph for the letter @address@hidden (small
@samp{o} with a grave accent), it is displayed as @address@hidden@}}, where
the braces serve as a visual indication that this is a single character.
--- 668,674 ----
If a buffer contains a character belonging to some other ISO 8859
character set, not the one that the chosen DOS codepage supports, Emacs
! displays it using a sequence of @acronym{ASCII} characters. For example, if
the
current codepage doesn't have a glyph for the letter @address@hidden (small
@samp{o} with a grave accent), it is displayed as @address@hidden@}}, where
the braces serve as a visual indication that this is a single character.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/msdog.texi [lexbind],
Miles Bader <=