comparison man/misc.texi @ 38869:8be184904f6c

Don't use "print" for displaying a message. Make `ASCII' uniform.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Aug 2001 04:18:06 +0000
parents 62e02f5ae533
children 07929154ef95
comparison
equal deleted inserted replaced
38868:9fb8804de607 38869:8be184904f6c
1471 printer. Thus, some of the characters in your buffer might not be 1471 printer. Thus, some of the characters in your buffer might not be
1472 printable using the fonts built into your printer. You can augment 1472 printable using the fonts built into your printer. You can augment
1473 the fonts supplied with the printer with those from the GNU Intlfonts 1473 the fonts supplied with the printer with those from the GNU Intlfonts
1474 package, or you can instruct Emacs to use Intlfonts exclusively. The 1474 package, or you can instruct Emacs to use Intlfonts exclusively. The
1475 variable @code{ps-multibyte-buffer} controls this: the default value, 1475 variable @code{ps-multibyte-buffer} controls this: the default value,
1476 @code{nil}, is appropriate for printing @sc{ascii} and Latin-1 1476 @code{nil}, is appropriate for printing ASCII and Latin-1
1477 characters; a value of @code{non-latin-printer} is for printers which 1477 characters; a value of @code{non-latin-printer} is for printers which
1478 have the fonts for @sc{ascii}, Latin-1, Japanese, and Korean 1478 have the fonts for ASCII, Latin-1, Japanese, and Korean
1479 characters built into them. A value of @code{bdf-font} arranges for 1479 characters built into them. A value of @code{bdf-font} arranges for
1480 the BDF fonts from the Intlfonts package to be used for @emph{all} 1480 the BDF fonts from the Intlfonts package to be used for @emph{all}
1481 characters. Finally, a value of @code{bdf-font-except-latin} 1481 characters. Finally, a value of @code{bdf-font-except-latin}
1482 instructs the printer to use built-in fonts for @sc{ascii} and Latin-1 1482 instructs the printer to use built-in fonts for ASCII and Latin-1
1483 characters, and Intlfonts BDF fonts for the rest. 1483 characters, and Intlfonts BDF fonts for the rest.
1484 1484
1485 @vindex bdf-directory-list 1485 @vindex bdf-directory-list
1486 To be able to use the BDF fonts, Emacs needs to know where to find 1486 To be able to use the BDF fonts, Emacs needs to know where to find
1487 them. The variable @code{bdf-directory-list} holds the list of 1487 them. The variable @code{bdf-directory-list} holds the list of
2291 @cindex presidentagon 2291 @cindex presidentagon
2292 Dissociated Press operates by jumping at random from one point in the 2292 Dissociated Press operates by jumping at random from one point in the
2293 buffer to another. In order to produce plausible output rather than 2293 buffer to another. In order to produce plausible output rather than
2294 gibberish, it insists on a certain amount of overlap between the end of 2294 gibberish, it insists on a certain amount of overlap between the end of
2295 one run of consecutive words or characters and the start of the next. 2295 one run of consecutive words or characters and the start of the next.
2296 That is, if it has just printed out `president' and then decides to jump 2296 That is, if it has just output `president' and then decides to jump
2297 to a different point in the file, it might spot the `ent' in `pentagon' 2297 to a different point in the file, it might spot the `ent' in `pentagon'
2298 and continue from there, producing `presidentagon'.@footnote{This 2298 and continue from there, producing `presidentagon'.@footnote{This
2299 dissociword actually appeared during the Vietnam War, when it was very 2299 dissociword actually appeared during the Vietnam War, when it was very
2300 appropriate.} Long sample texts produce the best results. 2300 appropriate.} Long sample texts produce the best results.
2301 2301