comparison lisp/loaddefs.el @ 27164:7e06ce5ebfe3

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 05 Jan 2000 08:13:59 +0000
parents 62cd5f1749cc
children a9e8dcb78b6c
comparison
equal deleted inserted replaced
27163:ea8740d15178 27164:7e06ce5ebfe3
10567 10567
10568 ;;;*** 10568 ;;;***
10569 10569
10570 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 10570 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
10571 ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font 10571 ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font
10572 ;;;;;; ps-mule-prepare-ascii-font) "ps-mule" "ps-mule.el" (14423 10572 ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule"
10573 ;;;;;; 50875)) 10573 ;;;;;; "ps-mule.el" (14450 60461))
10574 ;;; Generated autoloads from ps-mule.el 10574 ;;; Generated autoloads from ps-mule.el
10575
10576 (defvar ps-multibyte-buffer nil "\
10577 *Specifies the multi-byte buffer handling.
10578
10579 Valid values are:
10580
10581 nil This is the value to use the default settings which
10582 is by default for printing buffer with only ASCII
10583 and Latin characters. The default setting can be
10584 changed by setting the variable
10585 `ps-mule-font-info-database-default' differently.
10586 The initial value of this variable is
10587 `ps-mule-font-info-database-latin' (see
10588 documentation).
10589
10590 `non-latin-printer' This is the value to use when you have a Japanese
10591 or Korean PostScript printer and want to print
10592 buffer with ASCII, Latin-1, Japanese (JISX0208 and
10593 JISX0201-Kana) and Korean characters. At present,
10594 it was not tested the Korean characters printing.
10595 If you have a korean PostScript printer, please,
10596 test it.
10597
10598 `bdf-font' This is the value to use when you want to print
10599 buffer with BDF fonts. BDF fonts include both latin
10600 and non-latin fonts. BDF (Bitmap Distribution
10601 Format) is a format used for distributing X's font
10602 source file. BDF fonts are included in
10603 `intlfonts-1.1' which is a collection of X11 fonts
10604 for all characters supported by Emacs. In order to
10605 use this value, be sure to have installed
10606 `intlfonts-1.1' and set the variable
10607 `bdf-directory-list' appropriately (see ps-bdf.el for
10608 documentation of this variable).
10609
10610 `bdf-font-except-latin' This is like `bdf-font' except that it is used
10611 PostScript default fonts to print ASCII and Latin-1
10612 characters. This is convenient when you want or
10613 need to use both latin and non-latin characters on
10614 the same buffer. See `ps-font-family',
10615 `ps-header-font-family' and `ps-font-info-database'.
10616
10617 Any other value is treated as nil.")
10575 10618
10576 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\ 10619 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
10577 Setup special ASCII font for STRING. 10620 Setup special ASCII font for STRING.
10578 STRING should contain only ASCII characters." nil nil) 10621 STRING should contain only ASCII characters." nil nil)
10579 10622