]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-multibyte-buffer): Doc-string modified.
authorKenichi Handa <handa@m17n.org>
Sat, 13 Feb 1999 01:41:27 +0000 (01:41 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 13 Feb 1999 01:41:27 +0000 (01:41 +0000)
(ps-mule-font-info-database-default): New variable.
(ps-mule-begin-job): If ps-multibyte-buffer is nil, use
ps-mule-font-info-database-default.

lisp/ps-mule.el

index a52b30121e11aa4baa72bfe9fbe77982e2e1daa4..5f881918ede17c304c6899df89316498827b08c7 100644 (file)
 
 Valid values are:
 
-  nil                     This is the value to use when you are printing
-                         buffer with only ASCII and Latin characters.
-
-  `non-latin-printer'     This is the value to use when you have a japanese
-                         or korean PostScript printer and want to print
+  nil                     This is the value to use the default settings which
+                         is by default for printing buffer with only ASCII
+                         and Latin characters.   The default setting can be
+                         changed by setting the variable
+                         `ps-mule-font-info-database-default' differently.
+                         The initial value of this variable is
+                         `ps-mule-font-info-database-latin' (which see).
+
+  `non-latin-printer'     This is the value to use when you have a Japanese
+                         or Korean PostScript printer and want to print
                          buffer with ASCII, Latin-1, Japanese (JISX0208 and
                          JISX0201-Kana) and Korean characters.  At present,
                          it was not tested the Korean characters printing.
@@ -193,6 +198,10 @@ See also the variable `ps-font-info-database'.")
      (normal nil nil iso-latin-1)))
   "Sample setting of `ps-mule-font-info-database' to use latin fonts.")
 
+(defvar ps-mule-font-info-database-default
+  ps-mule-font-info-database-default
+  "The default setting to use if `ps-multibyte-buffer' (which see) is nil.")
+
 (defconst ps-mule-font-info-database-ps
   '((katakana-jisx0201
      (normal builtin "Ryumin-Light.Katakana" ps-mule-encode-7bit 1)