;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Time-stamp: <2004/02/29 20:52:58 vinicius>
+;; Time-stamp: <2004/02/29 23:18:15 vinicius>
;; Keywords: wp, print, PostScript
;; Version: 6.7.2
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
;; 5 | Print >|---\ | |Despool... | |
;; 6 | Text Printer: name >|-\ | | +-----------+ |
;; +-----------------------------+ | | | +---------+ +------------+
-;; III 7 |[ ]Landscape | | | \-|Directory| | As Is... | Ia
+;; III 7 |[ ]Landscape | | | \-|Directory| | No Prep... | Ia
;; 8 |[ ]Print Header | | | |Buffer | +------------+ Ib
;; 9 |[ ]Print Header Frame | | | |Region | | name >|- C
;; 10 |[ ]Line Number | | | +---------+ +------------+
;;
;; NOTE 2: There are the following options for PostScript file
;; processing:
-;; Ia. Print the file *as is*, that is, send it directly to
-;; PostScript printer.
+;; Ia. Print the file *No Preprocessing*, that is, send it
+;; directly to PostScript printer.
;; Ib. PostScript utility processing selection.
;; See `pr-ps-utility-alist' and `pr-setting-database' for
;; documentation.
["Other..." (pr-ps-mode-preview nil t)
:keys "\\[pr-ps-mode-preview]"])
("File"
- ["As Is..." (call-interactively 'pr-ps-file-preview)
+ ["No Preprocessing..." (call-interactively 'pr-ps-file-preview)
:keys "\\[pr-ps-file-preview]"
:help "Preview PostScript file"]
"--"
["Other..." (pr-ps-mode-ps-print nil t)
:keys "\\[pr-ps-mode-ps-print]"])
("File"
- ["As Is..." (call-interactively 'pr-ps-file-ps-print)
+ ["No Preprocessing..." (call-interactively 'pr-ps-file-ps-print)
:keys "\\[pr-ps-file-ps-print]"
:help "Send PostScript file to printer"]
"--"
["Other..." (pr-ps-mode-preview nil t)
:keys "\\[pr-ps-mode-preview]"])
("File"
- ["As Is..." (call-interactively 'pr-ps-file-preview)
+ ["No Preprocessing..." (call-interactively 'pr-ps-file-preview)
:keys "\\[pr-ps-file-preview]"]
"--"
["PostScript Utility" pr-update-menus :active pr-ps-utility-alist]
["Other..." (pr-ps-mode-ps-print nil t)
:keys "\\[pr-ps-mode-ps-print]"])
("File"
- ["As Is..." (call-interactively 'pr-ps-file-ps-print)
+ ["No Preprocessing..." (call-interactively 'pr-ps-file-ps-print)
:keys "\\[pr-ps-file-ps-print]"]
"--"
["PostScript Utility" pr-update-menus :active pr-ps-utility-alist]
5 | Print >|---\\ | |Despool... | |
6 | Text Printer: name >|-\\ | | +-----------+ |
+-----------------------------+ | | | +---------+ +------------+
-III 7 |[ ]Landscape | | | \\-|Directory| | As Is... | Ia
+III 7 |[ ]Landscape | | | \\-|Directory| | No Prep... | Ia
8 |[ ]Print Header | | | |Buffer | +------------+ Ib
9 |[ ]Print Header Frame | | | |Region | | name >|- C
10 |[ ]Line Number | | | +---------+ +------------+
switch from gnus *Summary* buffer first.
NOTE 2: There are the following options for PostScript file processing:
- Ia. Print the file *as is*, that is, send it directly to
- PostScript printer.
+ Ia. Print the file *No Preprocessing*, that is, send it
+ directly to PostScript printer.
Ib. PostScript utility processing selection.
See `pr-ps-utility-alist' and `pr-setting-database' for
documentation.
NOTE 2: Don't forget to download and install the utilities declared on
`pr-ps-utility-alist'.
- * Use It AS-IS :
+ * No Preprocessing:
If it's turned on, don't use the PostScript utility to preprocess the
PostScript file before printing/previewing.
(pr-choice-alist pr-ps-utility-alist)
"\n PostScript Utility : "
" ")
- ;; 1c. PostScript File: Use It AS-IS
- (pr-insert-toggle 'pr-i-ps-as-is " Use It ")
- (pr-insert-italic "AS-IS"))
+ ;; 1c. PostScript File: No Preprocessing
+ (pr-insert-toggle 'pr-i-ps-as-is " No Preprocessing"))
(defun pr-insert-section-2 ()