comparison lisp/ps-print.el @ 81630:0eefd2198a9d

Update with auto-generated autoloads.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Jun 2007 15:56:38 +0000
parents 2054f6825314
children 039a69853acd
comparison
equal deleted inserted replaced
81629:e293b291c59f 81630:0eefd2198a9d
3700 " )\n 3700 " )\n
3701 ;; The following customized variables have long lists and are seldom modified: 3701 ;; The following customized variables have long lists and are seldom modified:
3702 ;; ps-page-dimensions-database 3702 ;; ps-page-dimensions-database
3703 ;; ps-font-info-database 3703 ;; ps-font-info-database
3704 3704
3705 ;;; ps-print - end of settings\n") 3705 \;;; ps-print - end of settings\n")
3706 "\n"))) 3706 "\n")))
3707 3707
3708 3708
3709 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3709 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3710 ;; Utility functions and variables: 3710 ;; Utility functions and variables:
7029 7029
7030 7030
7031 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7031 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7032 ;; To make this file smaller, some commands go in a separate file. 7032 ;; To make this file smaller, some commands go in a separate file.
7033 ;; But autoload them here to make the separation invisible. 7033 ;; But autoload them here to make the separation invisible.
7034 7034
7035 (autoload 'ps-mule-prepare-ascii-font "ps-mule" 7035 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
7036 "Setup special ASCII font for STRING. 7036 ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
7037 STRING should contain only ASCII characters.") 7037 ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
7038 7038 ;;;;;; "ps-mule" "ps-mule.el" (18050 34656))
7039 (autoload 'ps-mule-set-ascii-font "ps-mule" 7039 ;;; Generated autoloads from ps-mule.el
7040 "Adjust current font if current charset is not ASCII.") 7040
7041 7041 (defvar ps-multibyte-buffer nil "\
7042 (autoload 'ps-mule-plot-string "ps-mule" 7042 *Specifies the multi-byte buffer handling.
7043 "Generate PostScript code for plotting characters in the region FROM and TO. 7043
7044 Valid values are:
7045
7046 nil This is the value to use the default settings which
7047 is by default for printing buffer with only ASCII
7048 and Latin characters. The default setting can be
7049 changed by setting the variable
7050 `ps-mule-font-info-database-default' differently.
7051 The initial value of this variable is
7052 `ps-mule-font-info-database-latin' (see
7053 documentation).
7054
7055 `non-latin-printer' This is the value to use when you have a Japanese
7056 or Korean PostScript printer and want to print
7057 buffer with ASCII, Latin-1, Japanese (JISX0208 and
7058 JISX0201-Kana) and Korean characters. At present,
7059 it was not tested the Korean characters printing.
7060 If you have a korean PostScript printer, please,
7061 test it.
7062
7063 `bdf-font' This is the value to use when you want to print
7064 buffer with BDF fonts. BDF fonts include both latin
7065 and non-latin fonts. BDF (Bitmap Distribution
7066 Format) is a format used for distributing X's font
7067 source file. BDF fonts are included in
7068 `intlfonts-1.2' which is a collection of X11 fonts
7069 for all characters supported by Emacs. In order to
7070 use this value, be sure to have installed
7071 `intlfonts-1.2' and set the variable
7072 `bdf-directory-list' appropriately (see ps-bdf.el for
7073 documentation of this variable).
7074
7075 `bdf-font-except-latin' This is like `bdf-font' except that it is used
7076 PostScript default fonts to print ASCII and Latin-1
7077 characters. This is convenient when you want or
7078 need to use both latin and non-latin characters on
7079 the same buffer. See `ps-font-family',
7080 `ps-header-font-family' and `ps-font-info-database'.
7081
7082 Any other value is treated as nil.")
7083
7084 (custom-autoload (quote ps-multibyte-buffer) "ps-mule" t)
7085
7086 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
7087 Setup special ASCII font for STRING.
7088 STRING should contain only ASCII characters.
7089
7090 \(fn STRING)" nil nil)
7091
7092 (autoload (quote ps-mule-set-ascii-font) "ps-mule" "\
7093 Not documented
7094
7095 \(fn)" nil nil)
7096
7097 (autoload (quote ps-mule-plot-string) "ps-mule" "\
7098 Generate PostScript code for plotting characters in the region FROM and TO.
7044 7099
7045 It is assumed that all characters in this region belong to the same charset. 7100 It is assumed that all characters in this region belong to the same charset.
7046 7101
7047 Optional argument BG-COLOR specifies background color. 7102 Optional argument BG-COLOR specifies background color.
7048 7103
7049 Returns the value: 7104 Returns the value:
7050 7105
7051 (ENDPOS . RUN-WIDTH) 7106 (ENDPOS . RUN-WIDTH)
7052 7107
7053 Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of 7108 Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
7054 the sequence.") 7109 the sequence.
7055 7110
7056 (autoload 'ps-mule-initialize "ps-mule" 7111 \(fn FROM TO &optional BG-COLOR)" nil nil)
7057 "Initialize global data for printing multi-byte characters.") 7112
7058 7113 (autoload (quote ps-mule-plot-composition) "ps-mule" "\
7059 (autoload 'ps-mule-begin-job "ps-mule" 7114 Generate PostScript code for plotting composition in the region FROM and TO.
7060 "Start printing job for multi-byte chars between FROM and TO. 7115
7061 This checks if all multi-byte characters in the region are printable or not.") 7116 It is assumed that all characters in this region belong to the same
7062 7117 composition.
7063 (autoload 'ps-mule-begin-page "ps-mule" 7118
7064 "Initialize multi-byte charset for printing current page.") 7119 Optional argument BG-COLOR specifies background color.
7065 7120
7066 (autoload 'ps-mule-encode-header-string "ps-mule" 7121 Returns the value:
7067 "Generate PostScript code for plotting characters in header STRING. 7122
7068 7123 (ENDPOS . RUN-WIDTH)
7069 It is assumed that the length of STRING is not zero.") 7124
7070 7125 Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of
7126 the sequence.
7127
7128 \(fn FROM TO &optional BG-COLOR)" nil nil)
7129
7130 (autoload (quote ps-mule-initialize) "ps-mule" "\
7131 Initialize global data for printing multi-byte characters.
7132
7133 \(fn)" nil nil)
7134
7135 (autoload (quote ps-mule-encode-header-string) "ps-mule" "\
7136 Generate PostScript code for ploting STRING by font FONTTAG.
7137 FONTTAG should be a string \"/h0\" or \"/h1\".
7138
7139 \(fn STRING FONTTAG)" nil nil)
7140
7141 (autoload (quote ps-mule-begin-job) "ps-mule" "\
7142 Start printing job for multi-byte chars between FROM and TO.
7143 This checks if all multi-byte characters in the region are printable or not.
7144
7145 \(fn FROM TO)" nil nil)
7146
7147 (autoload (quote ps-mule-begin-page) "ps-mule" "\
7148 Not documented
7149
7150 \(fn)" nil nil)
7151
7152 ;;;***
7071 7153
7072 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7154 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7073 7155
7074 (provide 'ps-print) 7156 (provide 'ps-print)
7075 7157
7076 ;;; arch-tag: fb06a585-1112-4206-885d-a57d95d50579 7158 ;; arch-tag: fb06a585-1112-4206-885d-a57d95d50579
7077 ;;; ps-print.el ends here 7159 ;;; ps-print.el ends here