Mercurial > emacs
comparison man/misc.texi @ 52979:3649390c0f91
Replace @sc{ascii} and ASCII with @acronym{ASCII}.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 02 Nov 2003 07:01:19 +0000 |
parents | 594b1eb2dd76 |
children | 01fa7e81affb |
comparison
equal
deleted
inserted
replaced
52978:1a5c50faf357 | 52979:3649390c0f91 |
---|---|
524 (@code{comint-dynamic-list-filename-completions}). | 524 (@code{comint-dynamic-list-filename-completions}). |
525 | 525 |
526 @item C-d | 526 @item C-d |
527 @kindex C-d @r{(Shell mode)} | 527 @kindex C-d @r{(Shell mode)} |
528 @findex comint-delchar-or-maybe-eof | 528 @findex comint-delchar-or-maybe-eof |
529 Either delete a character or send @sc{eof} | 529 Either delete a character or send @acronym{EOF} |
530 (@code{comint-delchar-or-maybe-eof}). Typed at the end of the shell | 530 (@code{comint-delchar-or-maybe-eof}). Typed at the end of the shell |
531 buffer, @kbd{C-d} sends @sc{eof} to the subshell. Typed at any other | 531 buffer, @kbd{C-d} sends @acronym{EOF} to the subshell. Typed at any other |
532 position in the buffer, @kbd{C-d} deletes a character as usual. | 532 position in the buffer, @kbd{C-d} deletes a character as usual. |
533 | 533 |
534 @item C-c C-a | 534 @item C-c C-a |
535 @kindex C-c C-a @r{(Shell mode)} | 535 @kindex C-c C-a @r{(Shell mode)} |
536 @findex comint-bol-or-process-mark | 536 @findex comint-bol-or-process-mark |
1500 printer. Thus, some of the characters in your buffer might not be | 1500 printer. Thus, some of the characters in your buffer might not be |
1501 printable using the fonts built into your printer. You can augment | 1501 printable using the fonts built into your printer. You can augment |
1502 the fonts supplied with the printer with those from the GNU Intlfonts | 1502 the fonts supplied with the printer with those from the GNU Intlfonts |
1503 package, or you can instruct Emacs to use Intlfonts exclusively. The | 1503 package, or you can instruct Emacs to use Intlfonts exclusively. The |
1504 variable @code{ps-multibyte-buffer} controls this: the default value, | 1504 variable @code{ps-multibyte-buffer} controls this: the default value, |
1505 @code{nil}, is appropriate for printing ASCII and Latin-1 | 1505 @code{nil}, is appropriate for printing @acronym{ASCII} and Latin-1 |
1506 characters; a value of @code{non-latin-printer} is for printers which | 1506 characters; a value of @code{non-latin-printer} is for printers which |
1507 have the fonts for ASCII, Latin-1, Japanese, and Korean | 1507 have the fonts for @acronym{ASCII}, Latin-1, Japanese, and Korean |
1508 characters built into them. A value of @code{bdf-font} arranges for | 1508 characters built into them. A value of @code{bdf-font} arranges for |
1509 the BDF fonts from the Intlfonts package to be used for @emph{all} | 1509 the BDF fonts from the Intlfonts package to be used for @emph{all} |
1510 characters. Finally, a value of @code{bdf-font-except-latin} | 1510 characters. Finally, a value of @code{bdf-font-except-latin} |
1511 instructs the printer to use built-in fonts for ASCII and Latin-1 | 1511 instructs the printer to use built-in fonts for @acronym{ASCII} and Latin-1 |
1512 characters, and Intlfonts BDF fonts for the rest. | 1512 characters, and Intlfonts BDF fonts for the rest. |
1513 | 1513 |
1514 @vindex bdf-directory-list | 1514 @vindex bdf-directory-list |
1515 To be able to use the BDF fonts, Emacs needs to know where to find | 1515 To be able to use the BDF fonts, Emacs needs to know where to find |
1516 them. The variable @code{bdf-directory-list} holds the list of | 1516 them. The variable @code{bdf-directory-list} holds the list of |
1529 mark). They divide the text of the region into many @dfn{sort records}, | 1529 mark). They divide the text of the region into many @dfn{sort records}, |
1530 identify a @dfn{sort key} for each record, and then reorder the records | 1530 identify a @dfn{sort key} for each record, and then reorder the records |
1531 into the order determined by the sort keys. The records are ordered so | 1531 into the order determined by the sort keys. The records are ordered so |
1532 that their keys are in alphabetical order, or, for numeric sorting, in | 1532 that their keys are in alphabetical order, or, for numeric sorting, in |
1533 numeric order. In alphabetic sorting, all upper-case letters `A' through | 1533 numeric order. In alphabetic sorting, all upper-case letters `A' through |
1534 `Z' come before lower-case `a', in accord with the ASCII character | 1534 `Z' come before lower-case `a', in accord with the @acronym{ASCII} character |
1535 sequence. | 1535 sequence. |
1536 | 1536 |
1537 The various sort commands differ in how they divide the text into sort | 1537 The various sort commands differ in how they divide the text into sort |
1538 records and in which part of each record is used as the sort key. Most of | 1538 records and in which part of each record is used as the sort key. Most of |
1539 the commands make each line a separate sort record, but some commands use | 1539 the commands make each line a separate sort record, but some commands use |