Mercurial > emacs
annotate lisp/printing.el @ 85850:10deaa7f0320
Johan Bockg? <bojohan at gnu.org>
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 01 Nov 2007 03:46:31 +0000 |
parents | 666ace46440f |
children | 5c531755dfac |
rev | line source |
---|---|
49646 | 1 ;;; printing.el --- printing utilities |
2 | |
68651
3bd95f4f2941
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
66951
diff
changeset
|
3 ;; Copyright (C) 2000, 2001, 2003, 2004, 2005, |
75347 | 4 ;; 2006, 2007 Free Software Foundation, Inc. |
49646 | 5 |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
7 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> |
49646 | 8 ;; Keywords: wp, print, PostScript |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
9 ;; Version: 6.9.2 |
73027
575850f5bd53
Adjust X-URL
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
68651
diff
changeset
|
10 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
49646 | 11 |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
12 (defconst pr-version "6.9.2" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
13 "printing.el, v 6.9.2 <2007/10/26 vinicius> |
49646 | 14 |
15 Please send all bug fixes and enhancements to | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
16 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
49646 | 17 ") |
18 | |
19 ;; This file is part of GNU Emacs. | |
20 | |
21 ;; GNU Emacs is free software; you can redistribute it and/or modify it under | |
22 ;; the terms of the GNU General Public License as published by the Free | |
78236
9355f9b7bbff
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
77718
diff
changeset
|
23 ;; Software Foundation; either version 3, or (at your option) any later |
49646 | 24 ;; version. |
25 | |
26 ;; GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY | |
27 ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | |
28 ;; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | |
29 ;; details. | |
30 | |
31 ;; You should have received a copy of the GNU General Public License along with | |
32 ;; GNU Emacs; see the file COPYING. If not, write to the Free Software | |
64091 | 33 ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
49646 | 34 |
35 ;;; Commentary: | |
36 | |
37 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
38 ;; | |
39 ;; Introduction | |
40 ;; ------------ | |
41 ;; | |
56493 | 42 ;; With `printing' you can preview or print a PostScript file. You can also |
43 ;; print a text file using PostScript, and preview or print buffers that use | |
44 ;; certain special modes like mh-folder-mode, rmail-summary-mode, | |
45 ;; gnus-summary-mode, etc. This package also includes a PostScript/text | |
46 ;; printer database. | |
47 ;; | |
48 ;; There are two user interfaces: | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
49 ;; |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
50 ;; * Menu interface: |
56493 | 51 ;; The `printing' menu replaces the usual print options in the menu bar. |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
52 ;; This is the default user interface. |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
53 ;; |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
54 ;; * Buffer interface: |
56493 | 55 ;; You can use a buffer interface instead of menus. It looks like a |
56 ;; customization buffer. Basically, it has the same options found in the | |
57 ;; menu and some extra options, all this on a buffer. | |
58 ;; | |
59 ;; `printing' is prepared to run on GNU, Unix and NT systems. | |
60 ;; On GNU or Unix system, `printing' depends on gs and gv utilities. | |
61 ;; On NT system, `printing' depends on gstools (gswin32.exe and gsview32.exe). | |
62 ;; To obtain ghostscript, ghostview and GSview see the URL | |
63 ;; `http://www.gnu.org/software/ghostscript/ghostscript.html'. | |
64 ;; | |
65 ;; `printing' depends on ps-print package to generate PostScript files, to | |
66 ;; spool and to despool PostScript buffer. So, `printing' provides an | |
67 ;; interface to ps-print package and it also provides some extra stuff. | |
68 ;; | |
69 ;; To download the latest ps-print package see | |
75712
f24fee7e36d4
Fix ps-print links
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
75347
diff
changeset
|
70 ;; `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage'. |
56493 | 71 ;; Please, see README file for ps-print installation instructions. |
49646 | 72 ;; |
73 ;; `printing' was inspired on: | |
74 ;; | |
75 ;; print-nt.el Frederic Corne <frederic.corne@erli.fr> | |
76 ;; Special printing functions for Windows NT | |
77 ;; | |
78 ;; mh-e-init.el Tom Vogels <tov@ece.cmu.edu> | |
79 ;; PS-print for mail messages | |
80 ;; | |
81 ;; win32-ps-print.el Matthew O. Persico <mpersico@erols.com> | |
82 ;; PostScript printing with ghostscript | |
83 ;; | |
84 ;; ps-print-interface.el Volker Franz <volker.franz@tuebingen.mpg.de> | |
85 ;; Graphical front end for ps-print and previewing | |
86 ;; | |
87 ;; | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
88 ;; Log Messages |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
89 ;; ------------ |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
90 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
91 ;; The buffer *Printing Command Output* is where the `printing' log messages |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
92 ;; are inserted. All program called by `printing' has a log entry in the |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
93 ;; buffer *Printing Command Output*. A log entry has the following form: |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
94 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
95 ;; PROGRAM (ARG...) |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
96 ;; MESSAGE |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
97 ;; Exit status: CODE |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
98 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
99 ;; Where |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
100 ;; PROGRAM is the program activated by `printing', |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
101 ;; ARG is an argument passed to PROGRAM (it can have more than one argument), |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
102 ;; MESSAGE is an error message returned by PROGRAM (it can have no message, if |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
103 ;; PROGRAM is successful), |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
104 ;; and CODE is a numeric exit status or a signal description string. |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
105 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
106 ;; For example, after previewing a PostScript file, *Printing Command Output* |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
107 ;; will have the following entry: |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
108 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
109 ;; /usr/X11R6/bin/gv ("/home/user/example/file.ps") |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
110 ;; Exit status: 0 |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
111 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
112 ;; In the example above, the previewing was successful. If during previewing, |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
113 ;; you quit gv execution (by typing C-g during Emacs session), the log entry |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
114 ;; would be: |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
115 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
116 ;; /usr/X11R6/bin/gv ("/home/user/example/file.ps") |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
117 ;; Exit status: Quit |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
118 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
119 ;; So, if something goes wrong, a good place to take a look is the buffer |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
120 ;; *Printing Command Output*. Don't forget to see also the buffer *Messages*, |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
121 ;; it can help. |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
122 ;; |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
123 ;; |
49646 | 124 ;; Novices (First Users) |
125 ;; --------------------- | |
126 ;; | |
57241
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
127 ;; First of all, see printing documentation only to get an idea of what |
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
128 ;; `printing' is capable. |
49646 | 129 ;; |
130 ;; Then try to set the variables: `pr-ps-name', `pr-ps-printer-alist', | |
131 ;; `pr-txt-name', `pr-txt-printer-alist' and `pr-path-alist'. These variables | |
132 ;; are the main variables for printing processing. | |
133 ;; | |
57241
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
134 ;; Now, please, see these variables documentation deeper. You can do this by |
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
135 ;; typing C-h v pr-ps-name RET (for example) if you already loaded printing |
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
136 ;; package, or by browsing printing.el source file. |
49646 | 137 ;; |
138 ;; If the documentation isn't clear or if you find a way to improve the | |
139 ;; documentation, please, send an email to maintainer. All printing users | |
140 ;; will thank you. | |
141 ;; | |
142 ;; One way to set variables is by calling `pr-customize', customize all | |
143 ;; variables and save the customization by future sessions (see Options | |
144 ;; section). Other way is by coding your settings on Emacs init file (that is, | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
145 ;; ~/.emacs file), see below for a first setting template that it should be |
49646 | 146 ;; inserted on your ~/.emacs file (or c:/_emacs, if you're using Windows 9x/NT |
147 ;; or MS-DOS): | |
148 ;; | |
149 ;; * Example of setting for Windows system: | |
150 ;; | |
151 ;; (require 'printing) ; load printing package | |
152 ;; (setq pr-path-alist | |
153 ;; '((windows "c:/applications/executables" PATH ghostview mpage) | |
154 ;; (ghostview "c:/gs/gsview-dir") | |
155 ;; (mpage "c:/mpage-dir") | |
156 ;; )) | |
157 ;; (setq pr-txt-name 'prt_06a) | |
158 ;; (setq pr-txt-printer-alist | |
159 ;; '((prt_06a "print" nil "/D:\\\\printers\\prt_06a") | |
160 ;; (prt_07c nil nil "/D:\\\\printers\\prt_07c") | |
161 ;; (PRN "" nil "PRN") | |
162 ;; (standard "redpr.exe" nil "") | |
163 ;; )) | |
164 ;; (setq pr-ps-name 'lps_06b) | |
165 ;; (setq pr-ps-printer-alist | |
166 ;; '((lps_06a "print" nil "/D:" "\\\\printers\\lps_06a") | |
167 ;; (lps_06b "print" nil nil "\\\\printers\\lps_06b") | |
168 ;; (lps_07c "print" nil "" "/D:\\\\printers\\lps_07c") | |
169 ;; (lps_08c nil nil nil "\\\\printers\\lps_08c") | |
170 ;; (LPT1 "" nil "" "LPT1:") | |
171 ;; (PRN "" nil "" "PRN") | |
172 ;; (standard "redpr.exe" nil "" "") | |
173 ;; )) | |
174 ;; (pr-update-menus t) ; update now printer and utility menus | |
175 ;; | |
176 ;; * Example of setting for GNU or Unix system: | |
177 ;; | |
178 ;; (require 'printing) ; load printing package | |
179 ;; (setq pr-path-alist | |
180 ;; '((unix "." "~/bin" ghostview mpage PATH) | |
181 ;; (ghostview "$HOME/bin/gsview-dir") | |
182 ;; (mpage "$HOME/bin/mpage-dir") | |
183 ;; )) | |
184 ;; (setq pr-txt-name 'prt_06a) | |
185 ;; (setq pr-txt-printer-alist | |
186 ;; '((prt_06a "lpr" nil "prt_06a") | |
187 ;; (prt_07c nil nil "prt_07c") | |
188 ;; )) | |
189 ;; (setq pr-ps-name 'lps_06b) | |
190 ;; (setq pr-ps-printer-alist | |
191 ;; '((lps_06b "lpr" nil "-P" "lps_06b") | |
192 ;; (lps_07c "lpr" nil nil "lps_07c") | |
193 ;; (lps_08c nil nil nil "lps_08c") | |
194 ;; )) | |
195 ;; (pr-update-menus t) ; update now printer and utility menus | |
196 ;; | |
197 ;; | |
198 ;; NOTE 1: Don't forget to download and install ghostscript utilities (see | |
199 ;; Utilities section). | |
200 ;; | |
201 ;; NOTE 2: The `printer-name' and `ps-printer-name' variables don't need to be | |
202 ;; set, as they are implicit set by `pr-ps-printer-alist' and | |
203 ;; `pr-txt-printer-alist'. | |
204 ;; | |
205 ;; NOTE 3: The duplex feature will only work on PostScript printers that | |
206 ;; support this feature. | |
207 ;; You can check if your PostScript printer supports duplex feature | |
208 ;; by checking the printer manual. Or you can try these steps: | |
209 ;; 1. Open a buffer (or use the *scratch* buffer). | |
210 ;; 2. Type: | |
211 ;; First line (on first page) | |
212 ;; ^L | |
213 ;; Second line (on second page) | |
214 ;; 3. Print this buffer with duplex turned on. | |
215 ;; If it's printed 2 (two) sheets of paper, then your PostScript | |
216 ;; printer doesn't have duplex feature; otherwise, it's ok, your | |
217 ;; printer does have duplex feature. | |
218 ;; | |
54326 | 219 ;; NOTE 4: See Tips section. |
220 ;; | |
221 ;; | |
222 ;; Tips | |
223 ;; ---- | |
224 ;; | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
225 ;; 1. If you have a local printer, that is, a printer which is connected |
54326 | 226 ;; directly to your computer, don't forget to connect the printer to your |
227 ;; computer before printing. | |
228 ;; | |
54333
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
229 ;; 2. If you try to print a file and it seems that the file was printed, but |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
230 ;; there is no paper in the printer, then try to set `pr-delete-temp-file' |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
231 ;; to nil. Probably `printing' is deleting the temporary file before your |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
232 ;; local system can get it to send to the printer. |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
233 ;; |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
234 ;; 3. Don't try to print a dynamic buffer, that is, a buffer which is |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
235 ;; modifying while `printing' tries to print. Eventually you got an error |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
236 ;; message. Instead, save the dynamic buffer to a file or copy it in |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
237 ;; another buffer and, then, print the file or the new static buffer. |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
238 ;; An example of dynamic buffer is the *Messages* buffer. |
085835de6939
New tips in Tips section.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54326
diff
changeset
|
239 ;; |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
240 ;; 4. When running Emacs on Windows (with or without cygwin), check if your |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
241 ;; printer is a text printer or not by typing in a DOS window: |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
242 ;; |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
243 ;; print /D:\\host\printer somefile.txt |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
244 ;; |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
245 ;; Where, `host' is the machine where the printer is directly connected, |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
246 ;; `printer' is the printer name and `somefile.txt' is a text file. |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
247 ;; |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
248 ;; If the printer `\\host\printer' doesn't print the content of |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
249 ;; `somefile.txt' or, instead, it returns the following message: |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
250 ;; |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
251 ;; PostScript Error Handler |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
252 ;; Offending Command = CCC |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
253 ;; Stack = |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
254 ;; |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
255 ;; Where `CCC' is whatever is at the beginning of the text to be printed. |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
256 ;; |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
257 ;; Therefore, the printer `\\host\printer' is not a text printer, but a |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
258 ;; PostScript printer. So, please, don't include this printer in |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
259 ;; `pr-txt-printer-alist' (which see). |
54675
32aae36e32af
Var initialization fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54636
diff
changeset
|
260 ;; |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
261 ;; 5. You can use gsprint instead of ghostscript to print monochrome PostScript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
262 ;; files in Windows. The gsprint utility documentation says that it is more |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
263 ;; efficient than ghostscript to print monochrome PostScript. |
57187
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
264 ;; |
57241
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
265 ;; To print non-monochrome PostScript file, the efficiency of ghostscript |
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
266 ;; is similar to gsprint. |
57187
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
267 ;; |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
268 ;; Also the gsprint utility comes together with gsview distribution. |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
269 ;; |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
270 ;; For more information about gsprint see |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
271 ;; `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm'. |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
272 ;; |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
273 ;; As an example of gsprint declaration: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
274 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
275 ;; (setq pr-ps-printer-alist |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
276 ;; '((A "gsprint" ("-all" "-twoup") "-printer " "my-b/w-printer-name") |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
277 ;; (B "gsprint" ("-all" "-twoup") nil "-printer my-b/w-printer-name") |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
278 ;; ;; some other printer declaration |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
279 ;; )) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
280 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
281 ;; The example above declares that printer A prints all pages (-all) and two |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
282 ;; pages per sheet (-twoup). The printer B declaration does the same as the |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
283 ;; printer A declaration, the only difference is the printer name selection. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
284 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
285 ;; There are other command line options like: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
286 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
287 ;; -mono Render in monochrome as 1bit/pixel (only black and white). |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
288 ;; -grey Render in greyscale as 8bits/pixel. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
289 ;; -color Render in color as 24bits/pixel. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
290 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
291 ;; The default is `-mono'. So, printer A and B in the example above are |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
292 ;; using implicitly the `-mono' option. Note that in `-mono' no gray tone |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
293 ;; or color is printed, this includes the zebra stripes, that is, in `-mono' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
294 ;; the zebra stripes are not printed. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
295 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
296 ;; See also documentation for `pr-ps-printer-alist'. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
297 ;; |
49646 | 298 ;; |
299 ;; Using `printing' | |
300 ;; ---------------- | |
301 ;; | |
302 ;; To use `printing' insert in your ~/.emacs file (or c:/_emacs, if you're | |
303 ;; using Windows 9x/NT or MS-DOS): | |
304 ;; | |
305 ;; (require 'printing) | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
306 ;; ;; ...some user settings... |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
307 ;; (pr-update-menus t) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
308 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
309 ;; During `pr-update-menus' evaluation: |
49646 | 310 ;; * On Emacs 20: |
311 ;; it replaces the Tools/Print menu by Tools/Printing menu. | |
312 ;; * On Emacs 21: | |
313 ;; it replaces the File/Print* menu entries by File/Print menu. | |
314 ;; Please, see section Menu Layout below for menu explanation. | |
315 ;; | |
316 ;; To use `printing' utilities you can use the Printing menu options, type M-x | |
317 ;; followed by one of the commands below, or type a key associated with the | |
318 ;; command you want (if there is a key binding). | |
319 ;; | |
320 ;; `printing' has the following commands: | |
321 ;; | |
322 ;; pr-interface | |
323 ;; pr-ps-directory-preview | |
324 ;; pr-ps-directory-using-ghostscript | |
325 ;; pr-ps-directory-print | |
326 ;; pr-ps-directory-ps-print | |
327 ;; pr-ps-buffer-preview | |
328 ;; pr-ps-buffer-using-ghostscript | |
329 ;; pr-ps-buffer-print | |
330 ;; pr-ps-buffer-ps-print | |
331 ;; pr-ps-region-preview | |
332 ;; pr-ps-region-using-ghostscript | |
333 ;; pr-ps-region-print | |
334 ;; pr-ps-region-ps-print | |
335 ;; pr-ps-mode-preview | |
336 ;; pr-ps-mode-using-ghostscript | |
337 ;; pr-ps-mode-print | |
338 ;; pr-ps-mode-ps-print | |
339 ;; pr-ps-file-preview | |
340 ;; pr-ps-file-up-preview | |
341 ;; pr-ps-file-using-ghostscript | |
342 ;; pr-ps-file-print | |
343 ;; pr-ps-file-ps-print | |
344 ;; pr-ps-file-up-ps-print | |
345 ;; pr-ps-fast-fire | |
346 ;; pr-despool-preview | |
347 ;; pr-despool-using-ghostscript | |
348 ;; pr-despool-print | |
349 ;; pr-despool-ps-print | |
350 ;; pr-printify-directory | |
351 ;; pr-printify-buffer | |
352 ;; pr-printify-region | |
353 ;; pr-txt-directory | |
354 ;; pr-txt-buffer | |
355 ;; pr-txt-region | |
356 ;; pr-txt-mode | |
357 ;; pr-txt-fast-fire | |
358 ;; pr-toggle-file-duplex | |
359 ;; pr-toggle-file-tumble | |
360 ;; pr-toggle-file-landscape | |
361 ;; pr-toggle-ghostscript | |
362 ;; pr-toggle-faces | |
363 ;; pr-toggle-spool | |
364 ;; pr-toggle-duplex | |
365 ;; pr-toggle-tumble | |
366 ;; pr-toggle-landscape | |
367 ;; pr-toggle-upside-down | |
368 ;; pr-toggle-line | |
369 ;; pr-toggle-zebra | |
370 ;; pr-toggle-header | |
371 ;; pr-toggle-lock | |
372 ;; pr-toggle-region | |
373 ;; pr-toggle-mode | |
374 ;; pr-customize | |
375 ;; lpr-customize | |
376 ;; pr-help | |
377 ;; pr-ps-name | |
378 ;; pr-txt-name | |
379 ;; pr-ps-utility | |
380 ;; pr-show-ps-setup | |
381 ;; pr-show-pr-setup | |
382 ;; pr-show-lpr-setup | |
383 ;; | |
384 ;; The general meanings of above commands are: | |
385 ;; | |
386 ;; PREFIX: | |
387 ;; `pr-interface' buffer interface for printing package. | |
388 ;; `pr-help' help for printing package. | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
389 ;; `pr-ps-name' interactively select a PostScript printer. |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
390 ;; `pr-txt-name' interactively select a text printer. |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
391 ;; `pr-ps-utility' interactively select a PostScript utility. |
49646 | 392 ;; `pr-show-*-setup' show current settings. |
393 ;; `pr-ps-*' deal with PostScript code generation. | |
394 ;; `pr-txt-*' deal with text generation. | |
395 ;; `pr-toggle-*' toggle on/off some boolean variable. | |
396 ;; `pr-despool-*' despool the PostScript spooling buffer. | |
397 ;; `pr-printify-*' replace nonprintable ASCII by printable ASCII | |
398 ;; representation. | |
399 ;; | |
400 ;; SUFFIX: | |
401 ;; `*-customize' customization. | |
402 ;; `*-preview' preview a PostScript file. | |
403 ;; `*-using-ghostscript' use ghostscript to print. | |
404 ;; `*-fast-fire' fast fire command (see it for documentation). | |
405 ;; `*-print' send PostScript directly to printer. | |
406 ;; `*-ps-print' send PostScript directly to printer or use | |
407 ;; ghostscript to print. It depends on | |
408 ;; `pr-print-using-ghostscript' option. | |
409 ;; | |
410 ;; INFIX/SUFFIX: | |
411 ;; `*-directory*' process a directory. | |
412 ;; `*-buffer*' process a buffer. | |
413 ;; `*-region*' process a region. | |
414 ;; `*-mode*' process a major mode (see explanation below). | |
415 ;; `*-file-*' process a PostScript file. | |
416 ;; `*-file-up-*' process a PostScript file using a filter utility. | |
417 ;; | |
418 ;; Here are some examples: | |
419 ;; | |
420 ;; `pr-ps-buffer-using-ghostscript' | |
421 ;; Use ghostscript to print a buffer. | |
422 ;; | |
423 ;; `pr-ps-file-print' | |
424 ;; Print a PostScript file. | |
425 ;; | |
426 ;; `pr-toggle-spool' | |
427 ;; Toggle spooling buffer. | |
428 ;; | |
429 ;; So you can preview through ghostview, use ghostscript to print (if you don't | |
430 ;; have a PostScript printer) or send directly to printer a PostScript code | |
431 ;; generated by `ps-print' package. | |
432 ;; | |
433 ;; Besides operating one buffer or region each time, you also can postpone | |
434 ;; previewing or printing by saving the PostScript code generated in a | |
435 ;; temporary Emacs buffer. This way you can save banner pages between | |
436 ;; successive printing. You can toggle on/off spooling by invoking | |
437 ;; `pr-toggle-spool' interactively or through menu bar. | |
438 ;; | |
439 ;; If you type, for example: | |
440 ;; | |
441 ;; C-u M-x pr-ps-buffer-print RET | |
442 ;; | |
443 ;; The `pr-ps-buffer-print' command prompts you for a n-up printing number and | |
444 ;; a file name, and save the PostScript code generated to the file name instead | |
445 ;; of sending to printer. | |
446 ;; | |
447 ;; This behavior is similar with the commands that deal with PostScript code | |
448 ;; generation, that is, with `pr-ps-*' and `pr-despool-*' commands. If | |
449 ;; spooling is on, only `pr-despool-*' commands prompt for a file name and save | |
450 ;; the PostScript code spooled in this file. | |
451 ;; | |
452 ;; Besides the behavior described above, the `*-directory*' commands also | |
453 ;; prompt for a directory and a file name regexp. So, it's possible to process | |
454 ;; all or certain files on a directory at once (see also documentation for | |
455 ;; `pr-list-directory'). | |
456 ;; | |
457 ;; `printing' has also a special way to handle some major mode through | |
458 ;; `*-mode*' commands. So it's possible to customize a major mode printing, | |
459 ;; it's only needed to declare the customization in `pr-mode-alist' (see | |
460 ;; section Options) and invoke some of `*-mode*' commands. An example for | |
461 ;; major mode usage is when you're using gnus (or mh, or rmail, etc.) and | |
462 ;; you're in the *Summary* buffer, if you forget to switch to the *Article* | |
463 ;; buffer before printing, you'll get a nicely formatted list of article | |
464 ;; subjects shows up at the printer. With major mode printing you don't need | |
465 ;; to switch from gnus *Summary* buffer first. | |
466 ;; | |
467 ;; Current global keyboard mapping for GNU Emacs is: | |
468 ;; | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
469 ;; (global-set-key [print] 'pr-ps-fast-fire) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
470 ;; (global-set-key [M-print] 'pr-ps-mode-using-ghostscript) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
471 ;; (global-set-key [S-print] 'pr-ps-mode-using-ghostscript) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
472 ;; (global-set-key [C-print] 'pr-txt-fast-fire) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
473 ;; (global-set-key [C-M-print] 'pr-txt-fast-fire) |
49646 | 474 ;; |
475 ;; And for XEmacs is: | |
476 ;; | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
477 ;; (global-set-key 'f22 'pr-ps-fast-fire) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
478 ;; (global-set-key '(meta f22) 'pr-ps-mode-using-ghostscript) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
479 ;; (global-set-key '(shift f22) 'pr-ps-mode-using-ghostscript) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
480 ;; (global-set-key '(control f22) 'pr-txt-fast-fire) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
481 ;; (global-set-key '(control meta f22) 'pr-txt-fast-fire) |
49646 | 482 ;; |
483 ;; As a suggestion of global keyboard mapping for some `printing' commands: | |
484 ;; | |
485 ;; (global-set-key "\C-ci" 'pr-interface) | |
486 ;; (global-set-key "\C-cbp" 'pr-ps-buffer-print) | |
487 ;; (global-set-key "\C-cbx" 'pr-ps-buffer-preview) | |
488 ;; (global-set-key "\C-cbb" 'pr-ps-buffer-using-ghostscript) | |
489 ;; (global-set-key "\C-crp" 'pr-ps-region-print) | |
490 ;; (global-set-key "\C-crx" 'pr-ps-region-preview) | |
491 ;; (global-set-key "\C-crr" 'pr-ps-region-using-ghostscript) | |
492 ;; | |
493 ;; | |
494 ;; Options | |
495 ;; ------- | |
496 ;; | |
497 ;; Below it's shown a brief description of `printing' options, please, see the | |
498 ;; options declaration in the code for a long documentation. | |
499 ;; | |
500 ;; `pr-path-style' Specify which path style to use for external | |
501 ;; commands. | |
502 ;; | |
503 ;; `pr-path-alist' Specify an alist for command paths. | |
504 ;; | |
505 ;; `pr-txt-name' Specify a printer for printing a text file. | |
506 ;; | |
507 ;; `pr-txt-printer-alist' Specify an alist of all text printers. | |
508 ;; | |
509 ;; `pr-ps-name' Specify a printer for printing a PostScript | |
510 ;; file. | |
511 ;; | |
512 ;; `pr-ps-printer-alist' Specify an alist for all PostScript printers. | |
513 ;; | |
514 ;; `pr-temp-dir' Specify a directory for temporary files during | |
515 ;; printing. | |
516 ;; | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
517 ;; `pr-ps-temp-file' Specify PostScript temporary file name prefix. |
49646 | 518 ;; |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
519 ;; `pr-file-modes' Specify the file permission bits for newly |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
520 ;; created files. |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
521 ;; |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
522 ;; `pr-gv-command' Specify path and name of the gsview/gv |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
523 ;; utility. |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
524 ;; |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
525 ;; `pr-gs-command' Specify path and name of the ghostscript |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
526 ;; utility. |
49646 | 527 ;; |
528 ;; `pr-gs-switches' Specify ghostscript switches. | |
529 ;; | |
530 ;; `pr-gs-device' Specify ghostscript device switch value. | |
531 ;; | |
532 ;; `pr-gs-resolution' Specify ghostscript resolution switch value. | |
533 ;; | |
534 ;; `pr-print-using-ghostscript' Non-nil means print using ghostscript. | |
535 ;; | |
536 ;; `pr-faces-p' Non-nil means print with face attributes. | |
537 ;; | |
538 ;; `pr-spool-p' Non-nil means spool printing in a buffer. | |
539 ;; | |
540 ;; `pr-file-landscape' Non-nil means print PostScript file in | |
541 ;; landscape orientation. | |
542 ;; | |
543 ;; `pr-file-duplex' Non-nil means print PostScript file in duplex | |
544 ;; mode. | |
545 ;; | |
546 ;; `pr-file-tumble' Non-nil means print PostScript file in tumble | |
547 ;; mode. | |
548 ;; | |
549 ;; `pr-auto-region' Non-nil means region is automagically detected. | |
550 ;; | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
551 ;; `pr-auto-mode' Non-nil means major-mode specific printing is |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
552 ;; prefered over normal printing. |
49646 | 553 ;; |
554 ;; `pr-mode-alist' Specify an alist for a major-mode and printing | |
555 ;; function. | |
556 ;; | |
557 ;; `pr-ps-utility' Specify PostScript utility processing. | |
558 ;; | |
559 ;; `pr-ps-utility-alist' Specify an alist for PostScript utility | |
560 ;; processing. | |
561 ;; | |
562 ;; `pr-menu-lock' Non-nil means menu is locked while selecting | |
563 ;; toggle options. | |
564 ;; | |
565 ;; `pr-menu-char-height' Specify menu char height in pixels. | |
566 ;; | |
567 ;; `pr-menu-char-width' Specify menu char width in pixels. | |
568 ;; | |
569 ;; `pr-setting-database' Specify an alist for settings in general. | |
570 ;; | |
571 ;; `pr-visible-entry-list' Specify a list of Printing menu visible | |
572 ;; entries. | |
573 ;; | |
574 ;; `pr-delete-temp-file' Non-nil means delete temporary files. | |
575 ;; | |
576 ;; `pr-list-directory' Non-nil means list directory when processing a | |
577 ;; directory. | |
578 ;; | |
579 ;; `pr-buffer-name' Specify the name of the buffer interface for | |
580 ;; printing package. | |
581 ;; | |
582 ;; `pr-buffer-name-ignore' Specify a regexp list for buffer names to be | |
583 ;; ignored in interface buffer. | |
584 ;; | |
585 ;; `pr-buffer-verbose' Non-nil means to be verbose when editing a | |
586 ;; field in interface buffer. | |
587 ;; | |
588 ;; To set the above options you may: | |
589 ;; | |
590 ;; a) insert the code in your ~/.emacs, like: | |
591 ;; | |
592 ;; (setq pr-faces-p t) | |
593 ;; | |
594 ;; This way always keep your default settings when you enter a new Emacs | |
595 ;; session. | |
596 ;; | |
597 ;; b) or use `set-variable' in your Emacs session, like: | |
598 ;; | |
599 ;; M-x set-variable RET pr-faces-p RET t RET | |
600 ;; | |
601 ;; This way keep your settings only during the current Emacs session. | |
602 ;; | |
603 ;; c) or use customization, for example: | |
604 ;; click on menu-bar *Help* option, | |
605 ;; then click on *Customize*, | |
606 ;; then click on *Browse Customization Groups*, | |
607 ;; expand *PostScript* group, | |
608 ;; expand *Printing* group | |
609 ;; and then customize `printing' options. | |
610 ;; Through this way, you may choose if the settings are kept or not when | |
611 ;; you leave out the current Emacs session. | |
612 ;; | |
613 ;; d) or see the option value: | |
614 ;; | |
615 ;; C-h v pr-faces-p RET | |
616 ;; | |
617 ;; and click the *customize* hypertext button. | |
618 ;; Through this way, you may choose if the settings are kept or not when | |
619 ;; you leave out the current Emacs session. | |
620 ;; | |
621 ;; e) or invoke: | |
622 ;; | |
623 ;; M-x pr-customize RET | |
624 ;; | |
625 ;; and then customize `printing' options. | |
626 ;; Through this way, you may choose if the settings are kept or not when | |
627 ;; you leave out the current Emacs session. | |
628 ;; | |
629 ;; f) or use menu bar, for example: | |
630 ;; click on menu-bar *File* option, | |
631 ;; then click on *Printing*, | |
632 ;; then click on *Customize*, | |
633 ;; then click on *printing* | |
634 ;; and then customize `printing' options. | |
635 ;; Through this way, you may choose if the settings are kept or not when | |
636 ;; you leave out the current Emacs session. | |
637 ;; | |
638 ;; | |
639 ;; Menu Layout | |
640 ;; ----------- | |
641 ;; | |
642 ;; The `printing' menu (Tools/Printing or File/Print) has the following layout: | |
643 ;; | |
644 ;; +-----------------------------+ | |
645 ;; A 0 | Printing Interface | | |
646 ;; +-----------------------------+ +-A---------+ +-B------+ | |
647 ;; I 1 | PostScript Preview >|-------|Directory >|-----|1-up | | |
648 ;; 2 | PostScript Print >|---- A |Buffer >|-- B |2-up | | |
649 ;; 3 | PostScript Printer: name >|---- C |Region >|-- B |4-up | | |
650 ;; +-----------------------------+ |Mode >|-- B |Other...| | |
651 ;; II 4 | Printify >|-----\ |File >|--\ +--------+ | |
652 ;; 5 | Print >|---\ | |Despool... | | | |
653 ;; 6 | Text Printer: name >|-\ | | +-----------+ | | |
654 ;; +-----------------------------+ | | | +---------+ +------------+ | |
54210
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
655 ;; III 7 |[ ]Landscape | | | \-|Directory| | No Prep... | Ia |
49646 | 656 ;; 8 |[ ]Print Header | | | |Buffer | +------------+ Ib |
657 ;; 9 |[ ]Print Header Frame | | | |Region | | name >|- C | |
658 ;; 10 |[ ]Line Number | | | +---------+ +------------+ | |
659 ;; 11 |[ ]Zebra Stripes | | | +---------+ | 1-up... | Ic | |
660 ;; 12 |[ ]Duplex | | \---|Directory| | 2-up... | | |
661 ;; 13 |[ ]Tumble | \--\ |Buffer | | 4-up... | | |
662 ;; 14 |[ ]Upside-Down | | |Region | | Other... | | |
663 ;; 15 | Print All Pages >|--\ | |Mode | +------------+ | |
664 ;; +-----------------------------+ | | +---------+ |[ ]Landscape| Id | |
665 ;; IV 16 |[ ]Spool Buffer | | | +-C-------+ |[ ]Duplex | Ie | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
666 ;; 17 |[ ]Print with faces | | \--|( )name A| |[ ]Tumble | If |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
667 ;; 18 |[ ]Print via Ghostscript | | |( )name B| +------------+ |
49646 | 668 ;; +-----------------------------+ | |... | |
669 ;; V 19 |[ ]Auto Region | | |(*)name | | |
670 ;; 20 |[ ]Auto Mode | | |... | | |
671 ;; 21 |[ ]Menu Lock | | +---------+ +--------------+ | |
672 ;; +-----------------------------+ \------------------|(*)All Pages | | |
673 ;; VI 22 | Customize >|--- D +-D------+ |( )Even Pages | | |
674 ;; 23 | Show Settings >|-------|printing| |( )Odd Pages | | |
675 ;; 24 | Help | |ps-print| |( )Even Sheets| | |
676 ;; +-----------------------------+ |lpr | |( )Odd Sheets | | |
677 ;; +--------+ +--------------+ | |
678 ;; | |
679 ;; See `pr-visible-entry-list' for hiding some parts of the menu. | |
680 ;; | |
681 ;; The menu has the following sections: | |
682 ;; | |
683 ;; A. Interface: | |
684 ;; | |
685 ;; 0. You can use a buffer interface instead of menus. It looks like the | |
686 ;; customization buffer. Basically, it has the same options found in the | |
687 ;; menu and some extra options, all this on a buffer. | |
688 ;; | |
689 ;; I. PostScript printing: | |
690 ;; | |
691 ;; 1. You can generate a PostScript file (if you type C-u before activating | |
692 ;; menu) or PostScript temporary file for a directory, a buffer, a region | |
693 ;; or a major mode, choosing 1-up, 2-up, 4-up or any other n-up printing; | |
694 ;; after file generation, ghostview is activated using the file generated | |
695 ;; as argument. This option is disabled if spooling is on (option 16). | |
696 ;; Also, if you already have a PostScript file you can preview it. | |
697 ;; Instead of previewing each buffer, region or major mode at once, you | |
698 ;; can save temporarily the PostScript code generated in a buffer and | |
699 ;; preview it later. The option `Despool...' despools the PostScript | |
700 ;; spooling buffer in a temporary file and uses ghostview to preview it. | |
701 ;; If you type C-u before choosing this option, the PostScript code | |
702 ;; generated is saved in a file instead of saving in a temporary file. | |
703 ;; To spool the PostScript code generated you need to turn on the option | |
704 ;; 16. The option `Despool...' is enabled if spooling is on (option | |
705 ;; 16). | |
706 ;; | |
707 ;; NOTE 1: It's possible to customize a major mode printing, just declare | |
708 ;; the customization in `pr-mode-alist' and invoke some of | |
709 ;; `*-mode*' commands or select Mode option in Printing menu. An | |
710 ;; example for major mode usage is when you're using gnus (or mh, | |
711 ;; or rmail, etc.) and you're in the *Summary* buffer, if you | |
712 ;; forget to switch to the *Article* buffer before printing, | |
713 ;; you'll get a nicely formatted list of article subjects shows | |
714 ;; up at the printer. With major mode printing you don't need to | |
715 ;; switch from gnus *Summary* buffer first. | |
716 ;; | |
717 ;; NOTE 2: There are the following options for PostScript file | |
718 ;; processing: | |
54210
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
719 ;; Ia. Print the file *No Preprocessing*, that is, send it |
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
720 ;; directly to PostScript printer. |
49646 | 721 ;; Ib. PostScript utility processing selection. |
722 ;; See `pr-ps-utility-alist' and `pr-setting-database' for | |
723 ;; documentation. | |
724 ;; Ic. Do n-up processing before printing. | |
725 ;; Id. Toggle on/off landscape for PostScript file processing. | |
726 ;; Ie. Toggle on/off duplex for PostScript file processing. | |
727 ;; If. Toggle on/off tumble for PostScript file processing. | |
728 ;; | |
729 ;; NOTE 3: Don't forget to download and install the utilities declared on | |
730 ;; `pr-ps-utility-alist'. | |
731 ;; | |
732 ;; 2. Operate the same way as option 1, but it sends directly the PostScript | |
733 ;; code (or put in a file, if you've typed C-u) or it uses ghostscript to | |
734 ;; print the PostScript file generated. It depends on option 18, if it's | |
735 ;; turned on, it uses ghostscript; otherwise, it sends directly to | |
736 ;; printer. If spooling is on (option 16), the PostScript code is saved | |
737 ;; temporarily in a buffer instead of printing it or saving it in a file. | |
738 ;; Also, if you already have a PostScript file you can print it. Instead | |
739 ;; of printing each buffer, region or major mode at once, you can save | |
740 ;; temporarily the PostScript code generated in a buffer and print it | |
741 ;; later. The option `Despool...' despools the PostScript spooling | |
742 ;; buffer directly on a printer. If you type C-u before choosing this | |
743 ;; option, the PostScript code generated is saved in a file instead of | |
744 ;; sending to printer. To spool the PostScript code generated you need | |
745 ;; to turn on the option 16. This option is enabled if spooling is on | |
746 ;; (option 16). See also the NOTE 1, NOTE 2 and NOTE 3 on option 1. | |
747 ;; | |
748 ;; 3. You can select a new PostScript printer to send PostScript code | |
749 ;; generated. For selection it's used all PostScript printers defined | |
750 ;; in `pr-ps-printer-alist' variable (see it for documentation). | |
751 ;; See also `pr-setting-database'. | |
752 ;; | |
753 ;; II. Text printing: | |
754 ;; | |
755 ;; 4. If you have control characters (character code from \000 to \037) in a | |
756 ;; buffer and you want to print them in a text printer, select this | |
757 ;; option. All control characters in your buffer or region will be | |
758 ;; replaced by a printable representation. The printable representations | |
759 ;; use ^ (for ASCII control characters) or hex. The characters tab, | |
760 ;; linefeed, space, return and formfeed are not affected. You don't need | |
761 ;; to select this option if you use any option of section I, the | |
762 ;; PostScript engine treats control characters properly. | |
763 ;; | |
764 ;; 5. If you want to print a directory, buffer, region or major mode in a | |
765 ;; text printer, select this option. See also the NOTE 1 on option 1. | |
766 ;; | |
767 ;; 6. You can select a new text printer to send text generated. For | |
768 ;; selection it's used all text printers defined in | |
769 ;; `pr-txt-printer-alist' variable (see it for documentation). | |
770 ;; See also `pr-setting-database'. | |
771 ;; | |
772 ;; III. PostScript page toggle options: | |
773 ;; | |
774 ;; 7. If you want a PostScript landscape printing, turn on this option. | |
775 ;; | |
776 ;; 8. If you want to have a header in each page in your PostScript code, | |
777 ;; turn on this option. | |
778 ;; | |
779 ;; 9. If you want to draw a gaudy frame around the header, turn on this | |
780 ;; option. This option is enabled if print header is on (option 8). | |
781 ;; | |
782 ;; 10. If you want that the line number is printed in your PostScript code, | |
783 ;; turn on this option. | |
784 ;; | |
785 ;; 11. If you want background zebra stripes in your PostScript code, turn on | |
786 ;; this option. | |
787 ;; | |
788 ;; 12. If you want a duplex printing and your PostScript printer has this | |
789 ;; feature, turn on this option. | |
790 ;; | |
791 ;; 13. If you turned on duplex printing, you can choose if you want to have | |
792 ;; a printing suitable for binding on the left or right (tumble off), or | |
793 ;; to have a printing suitable for binding at top or bottom (tumble on). | |
794 ;; This option is enabled if duplex is on (option 12). | |
795 ;; | |
796 ;; 14. If you want a PostScript upside-down printing, turn on this option. | |
797 ;; | |
798 ;; 15. With this option, you can choose if you want to print all pages, odd | |
799 ;; pages, even pages, odd sheets or even sheets. | |
800 ;; See also `ps-even-or-odd-pages'. | |
801 ;; | |
802 ;; IV. PostScript processing toggle options: | |
803 ;; | |
804 ;; 16. If you want to spool the PostScript code generated, turn on this | |
805 ;; option. To spool the PostScript code generated use option 2. You | |
806 ;; can despool later by choosing option 1 or 2, sub-option `Despool...'. | |
807 ;; | |
808 ;; 17. If you use colors in your buffers and want to see these colors on | |
809 ;; your PostScript code generated, turn on this option. If you have a | |
810 ;; black/white PostScript printer, these colors are displayed in gray | |
811 ;; scale by PostScript printer interpreter. | |
812 ;; | |
813 ;; 18. If you don't have a PostScript printer to send PostScript files, turn | |
814 ;; on this option. When this option is on, the ghostscript is used to | |
815 ;; print PostScript files. In GNU or Unix system, if ghostscript is set | |
816 ;; as a PostScript filter, you don't need to turn on this option. | |
817 ;; | |
818 ;; V. Printing customization: | |
819 ;; | |
820 ;; 19. If you want that region is automagically detected, turn on this | |
821 ;; option. Note that this will only work if you're using transient mark | |
822 ;; mode. When this option is on, the `*-buffer*' commands will behave | |
823 ;; like `*-region*' commands, that is, `*-buffer*' commands will print | |
824 ;; only the region marked instead of all buffer. | |
825 ;; | |
826 ;; 20. Turn this option on if you want that when current major-mode is | |
827 ;; declared in `pr-mode-alist', the `*-buffer*' and `*-region*' commands | |
828 ;; behave like `*-mode*' commands. | |
829 ;; | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
830 ;; 21. If you want that Printing menu stays open while you are setting |
49646 | 831 ;; toggle options, turn on this option. The variables |
832 ;; `pr-menu-char-height' and `pr-menu-char-width' are used to guess the | |
833 ;; menu position, so don't forget to adjust these variables if menu | |
834 ;; position is not ok. | |
835 ;; | |
836 ;; VI. Customization: | |
837 ;; | |
838 ;; 22. Besides all options in section III, IV and V, you can customize much | |
839 ;; more PostScript options in `ps-print' option. Or you can customize | |
840 ;; some `lpr' options for text printing. Or customize `printing' | |
841 ;; options. | |
842 ;; | |
843 ;; 23. Show current settings for `printing', `ps-print' or `lpr'. | |
844 ;; | |
845 ;; 24. Quick help for printing menu layout. | |
846 ;; | |
847 ;; | |
848 ;; Option Settings | |
849 ;; --------------- | |
850 ;; | |
851 ;; Below it's shown only the main options that affect all `printing' package. | |
852 ;; Check all the settings below *BEFORE* running `printing' commands. | |
853 ;; | |
854 ;; * Example of setting for GNU or Unix system: | |
855 ;; | |
856 ;; (require 'printing) | |
857 ;; (setq pr-path-alist | |
858 ;; '((unix "." "~/bin" ghostview mpage PATH) | |
859 ;; (ghostview "$HOME/bin/gsview-dir") | |
860 ;; (mpage "$HOME/bin/mpage-dir") | |
861 ;; )) | |
862 ;; (setq pr-txt-name 'prt_06a) | |
863 ;; (setq pr-txt-printer-alist | |
864 ;; '((prt_06a "lpr" nil "prt_06a") | |
865 ;; (prt_07c nil nil "prt_07c") | |
866 ;; )) | |
867 ;; (setq pr-ps-name 'lps_06b) | |
868 ;; (setq pr-ps-printer-alist | |
869 ;; '((lps_06b "lpr" nil "-P" "lps_06b") | |
870 ;; (lps_07c "lpr" nil nil "lps_07c") | |
871 ;; (lps_08c nil nil nil "lps_08c") | |
872 ;; )) | |
873 ;; (setq pr-temp-dir "/tmp/") | |
874 ;; (setq pr-gv-command "gv") | |
875 ;; (setq pr-gs-command "gs") | |
876 ;; (setq pr-gs-switches '("-q -dNOPAUSE -I/usr/share/ghostscript/5.10")) | |
877 ;; (setq pr-gs-device "uniprint") | |
878 ;; (setq pr-gs-resolution 300) | |
879 ;; (setq pr-ps-utility 'mpage) | |
880 ;; (setq pr-ps-utility-alist | |
881 ;; '((mpage "mpage" nil "-b%s" "-%d" "-l" "-t" "-T" ">" nil) | |
882 ;; (psnup "psnup" ("-q") "-P%s" "-%d" "-l" nil nil " " nil | |
883 ;; (inherits-from: . no-duplex)) | |
884 ;; )) | |
885 ;; (setq pr-setting-database | |
886 ;; '((no-duplex | |
887 ;; nil nil nil | |
888 ;; (pr-file-duplex . nil) | |
889 ;; (pr-file-tumble . nil)) | |
890 ;; )) | |
891 ;; (pr-update-menus t) ; update now printer and utility menus | |
892 ;; | |
893 ;; * Example of setting for Windows system: | |
894 ;; | |
895 ;; (require 'printing) | |
896 ;; (setq pr-path-alist | |
897 ;; '((windows "c:/applications/executables" PATH ghostview mpage) | |
898 ;; (ghostview "c:/gs/gsview-dir") | |
899 ;; (mpage "c:/mpage-dir") | |
900 ;; )) | |
901 ;; (setq pr-txt-name 'prt_06a) | |
902 ;; (setq pr-txt-printer-alist | |
903 ;; '((prt_06a "print" nil "/D:\\\\printers\\prt_06a") | |
904 ;; (prt_07c nil nil "/D:\\\\printers\\prt_07c") | |
905 ;; (PRN "" nil "PRN") | |
906 ;; (standard "redpr.exe" nil "") | |
907 ;; )) | |
908 ;; (setq pr-ps-name 'lps_06b) | |
909 ;; (setq pr-ps-printer-alist | |
910 ;; '((lps_06a "print" nil "/D:" "\\\\printers\\lps_06a") | |
911 ;; (lps_06b "print" nil nil "\\\\printers\\lps_06b") | |
912 ;; (lps_07c "print" nil "" "/D:\\\\printers\\lps_07c") | |
913 ;; (lps_08c nil nil nil "\\\\printers\\lps_08c") | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
914 ;; (b/w "gsprint" ("-all" "-twoup") "-printer " "b/w-pr-name") |
49646 | 915 ;; (LPT1 "" nil "" "LPT1:") |
916 ;; (PRN "" nil "" "PRN") | |
917 ;; (standard "redpr.exe" nil "" "") | |
918 ;; )) | |
919 ;; (setq pr-temp-dir "C:/WINDOWS/TEMP/") | |
920 ;; (setq pr-gv-command "c:/gs/gsview/gsview32.exe") | |
921 ;; (setq pr-gs-command "c:/gs/gswin32.exe") | |
922 ;; (setq pr-gs-switches '("-q -dNOPAUSE -Ic:/gs/gs5.50;c:/gs/gs5.50/fonts")) | |
923 ;; (setq pr-gs-device "mswinpr2") | |
924 ;; (setq pr-gs-resolution 300) | |
925 ;; (setq pr-ps-utility 'psnup) | |
926 ;; (setq pr-ps-utility-alist | |
927 ;; '((psnup "c:/psutils/psnup" ("-q") "-P%s" "-%d" "-l" nil nil " " | |
928 ;; nil (inherits-from: . no-duplex)) | |
929 ;; )) | |
930 ;; (setq pr-setting-database | |
931 ;; '((no-duplex | |
932 ;; nil nil nil | |
933 ;; (pr-file-duplex . nil) | |
934 ;; (pr-file-tumble . nil)) | |
935 ;; )) | |
936 ;; (pr-update-menus t) ; update now printer and utility menus | |
937 ;; | |
938 ;; NOTE: Don't forget to download and install the utilities declared on | |
939 ;; `pr-ps-utility-alist'. | |
940 ;; | |
941 ;; | |
942 ;; Utilities | |
943 ;; --------- | |
944 ;; | |
945 ;; `printing' package has the following utilities: | |
946 ;; | |
947 ;; `pr-setup' Return the current `printing' setup. | |
948 ;; | |
949 ;; `lpr-setup' Return the current `lpr' setup. | |
950 ;; | |
951 ;; `pr-update-menus' Update utility, PostScript and text printer menus. | |
952 ;; | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
953 ;; `pr-menu-bind' Install `printing' menu in the menubar. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
954 ;; |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
955 ;; |
49646 | 956 ;; Below are some URL where you can find good utilities. |
957 ;; | |
958 ;; * For `printing' package: | |
959 ;; | |
73827
985f3831f360
Fix Print submenu creation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73770
diff
changeset
|
960 ;; printing `http://www.emacswiki.org/cgi-bin/emacs/download/printing.el' |
75712
f24fee7e36d4
Fix ps-print links
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
75347
diff
changeset
|
961 ;; ps-print `http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage' |
49646 | 962 ;; |
963 ;; * For GNU or Unix system: | |
964 ;; | |
965 ;; gs, gv `http://www.gnu.org/software/ghostscript/ghostscript.html' | |
966 ;; enscript `http://people.ssh.fi/mtr/genscript/' | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
967 ;; psnup `http://www.knackered.org/angus/psutils/' |
49646 | 968 ;; mpage `http://www.mesa.nl/pub/mpage/' |
969 ;; | |
970 ;; * For Windows system: | |
971 ;; | |
972 ;; gswin32, gsview32 | |
973 ;; `http://www.gnu.org/software/ghostscript/ghostscript.html' | |
57187
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
974 ;; gsprint `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm'. |
49646 | 975 ;; enscript `http://people.ssh.fi/mtr/genscript/' |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
976 ;; psnup `http://gnuwin32.sourceforge.net/packages/psutils.htm' |
49646 | 977 ;; redmon `http://www.cs.wisc.edu/~ghost/redmon/' |
978 ;; | |
979 ;; | |
980 ;; Acknowledgments | |
981 ;; --------------- | |
982 ;; | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
983 ;; Thanks to Stefan Monnier <monnier@iro.umontreal.ca> for GNU Emacs and XEmacs |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
984 ;; printing menu (in `pr-menu-spec') merging suggestion. |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
985 ;; |
57187
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
986 ;; Thanks to Lennart Borgman <lennart.borgman.073@student.lu.se> for gsprint |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
987 ;; suggestion (see tip 5 in section Tips). |
c9052d462541
Doc fix (gsprint).
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56578
diff
changeset
|
988 ;; |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
989 ;; Thanks to Drew Adams <drew.adams@oracle.com> for suggestions: |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
990 ;; - directory processing. |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
991 ;; - `pr-path-alist' variable. |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
992 ;; - doc fix. |
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
993 ;; - a lot of tests on Windows. |
49646 | 994 ;; |
995 ;; Thanks to Fred Labrosse <f.labrosse@maths.bath.ac.uk> for XEmacs tests. | |
996 ;; | |
997 ;; Thanks to Klaus Berndl <klaus.berndl@sdm.de> for invaluable help/debugging | |
998 ;; and for suggestions: | |
999 ;; - even/odd pages printing. | |
1000 ;; - ghostscript parameters for `pr-ps-printer-alist'. | |
1001 ;; - default printer name. | |
1002 ;; - completion functions. | |
1003 ;; - automagic region detection. | |
1004 ;; - menu entry hiding. | |
1005 ;; - fast fire PostScript printing command. | |
1006 ;; - `pr-path-style' variable. | |
1007 ;; | |
1008 ;; Thanks to Kim F. Storm <storm@filanet.dk> for beta-test and for suggestions: | |
1009 ;; - PostScript Print and PostScript Print Preview merge. | |
1010 ;; - Tools/Printing menu. | |
1011 ;; - replace *-using-preview by *-using-ghostscript. | |
1012 ;; - printer selection. | |
1013 ;; - extra parameters for `pr-ps-printer-alist'. | |
1014 ;; | |
1015 ;; Thanks to: | |
1016 ;; Frederic Corne <frederic.corne@erli.fr> print-nt.el | |
1017 ;; Tom Vogels <tov@ece.cmu.edu> mh-e-init.el | |
1018 ;; Matthew O. Persico <mpersico@erols.com> win32-ps-print.el | |
1019 ;; Volker Franz <volker.franz@tuebingen.mpg.de> ps-print-interface.el | |
1020 ;; And to all people who contributed with them. | |
1021 ;; | |
1022 ;; | |
1023 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
1024 | |
1025 ;;; Code: | |
1026 | |
1027 | |
82278
e2fa2bd67693
Require lpr and ps-print when loading printing package
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82253
diff
changeset
|
1028 (require 'lpr) |
e2fa2bd67693
Require lpr and ps-print when loading printing package
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82253
diff
changeset
|
1029 (require 'ps-print) |
49646 | 1030 |
1031 | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
1032 (and (string< ps-print-version "6.6.4") |
56578
a36e2d80b510
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
John Paul Wallington <jpw@pobox.com>
parents:
56493
diff
changeset
|
1033 (error "`printing' requires `ps-print' package version 6.6.4 or later")) |
49646 | 1034 |
1035 | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1036 (defconst pr-cygwin-system |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1037 (and ps-windows-system (getenv "OSTYPE") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1038 (string-match "cygwin" (getenv "OSTYPE")))) |
49646 | 1039 |
1040 | |
1041 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
1042 ;; To avoid compilation gripes | |
1043 | |
1044 | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1045 (or (fboundp 'subst-char-in-string) ; hacked from subr.el |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1046 (defun subst-char-in-string (fromchar tochar string &optional inplace) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1047 "Replace FROMCHAR with TOCHAR in STRING each time it occurs. |
49646 | 1048 Unless optional argument INPLACE is non-nil, return a new string." |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1049 (let ((i (length string)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1050 (newstr (if inplace string (copy-sequence string)))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1051 (while (> (setq i (1- i)) 0) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1052 (if (eq (aref newstr i) fromchar) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1053 (aset newstr i tochar))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1054 newstr))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1055 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1056 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1057 (or (fboundp 'make-temp-file) ; hacked from subr.el |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1058 (defun make-temp-file (prefix &optional dir-flag suffix) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1059 "Create a temporary file. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1060 The returned file name (created by appending some random characters at the end |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1061 of PREFIX, and expanding against `temporary-file-directory' if necessary), |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1062 is guaranteed to point to a newly created empty file. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1063 You can then use `write-region' to write new data into the file. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1064 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1065 If DIR-FLAG is non-nil, create a new empty directory instead of a file. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1066 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1067 If SUFFIX is non-nil, add that at the end of the file name." |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1068 (let ((umask (default-file-modes)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1069 file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1070 (unwind-protect |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1071 (progn |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1072 ;; Create temp files with strict access rights. It's easy to |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1073 ;; loosen them later, whereas it's impossible to close the |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1074 ;; time-window of loose permissions otherwise. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1075 (set-default-file-modes ?\700) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1076 (while (condition-case () |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1077 (progn |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1078 (setq file |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1079 (make-temp-name |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1080 (expand-file-name prefix temporary-file-directory))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1081 (if suffix |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1082 (setq file (concat file suffix))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1083 (if dir-flag |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1084 (make-directory file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1085 (write-region "" nil file nil 'silent nil 'excl)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1086 nil) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1087 (file-already-exists t)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1088 ;; the file was somehow created by someone else between |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1089 ;; `make-temp-name' and `write-region', let's try again. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1090 nil) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1091 file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1092 ;; Reset the umask. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1093 (set-default-file-modes umask))))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1094 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
1095 |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1096 (eval-when-compile |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1097 ;; User Interface --- declared here to avoid compiler warnings |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1098 (defvar pr-path-style) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1099 (defvar pr-auto-region) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1100 (defvar pr-menu-char-height) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1101 (defvar pr-menu-char-width) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1102 (defvar pr-menu-lock) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1103 (defvar pr-ps-printer-alist) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1104 (defvar pr-txt-printer-alist) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1105 (defvar pr-ps-utility-alist) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1106 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1107 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1108 ;; Internal fun alias to avoid compilation gripes |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1109 (defalias 'pr-menu-lookup 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1110 (defalias 'pr-menu-lock 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1111 (defalias 'pr-menu-alist 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1112 (defalias 'pr-even-or-odd-pages 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1113 (defalias 'pr-menu-get-item 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1114 (defalias 'pr-menu-set-item-name 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1115 (defalias 'pr-menu-set-utility-title 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1116 (defalias 'pr-menu-set-ps-title 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1117 (defalias 'pr-menu-set-txt-title 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1118 (defalias 'pr-region-active-p 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1119 (defalias 'pr-do-update-menus 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1120 (defalias 'pr-update-mode-line 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1121 (defalias 'pr-f-read-string 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1122 (defalias 'pr-f-set-keymap-parents 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1123 (defalias 'pr-keep-region-active 'ignore)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1124 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1125 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1126 ;; Internal Vars --- defined here to avoid compiler warnings |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1127 (defvar pr-menu-print-item "print" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1128 "Non-nil means that menu binding was not done. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1129 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1130 Used by `pr-menu-bind' and `pr-update-menus'.") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1131 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1132 (defvar pr-ps-printer-menu-modified t |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1133 "Non-nil means `pr-ps-printer-alist' was modified and we need to update menu.") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1134 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1135 (defvar pr-txt-printer-menu-modified t |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1136 "Non-nil means `pr-txt-printer-alist' was modified and we need to update menu.") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1137 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1138 (defvar pr-ps-utility-menu-modified t |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1139 "Non-nil means `pr-ps-utility-alist' was modified and we need to update menu.") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1140 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1141 (defconst pr-even-or-odd-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1142 '((nil . "Print All Pages") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1143 (even-page . "Print Even Pages") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1144 (odd-page . "Print Odd Pages") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1145 (even-sheet . "Print Even Sheets") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1146 (odd-sheet . "Print Odd Sheets"))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1147 |
80951 | 1148 |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1149 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1150 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1151 ;; XEmacs Definitions |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1152 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1153 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1154 (cond |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1155 ((featurep 'xemacs) ; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1156 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1157 (defalias 'pr-f-set-keymap-parents 'set-keymap-parents) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1158 (defalias 'pr-f-set-keymap-name 'set-keymap-name) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1159 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1160 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1161 (defun pr-f-read-string (prompt initial history default) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1162 (let ((str (read-string prompt initial))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1163 (if (and str (not (string= str ""))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1164 str |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1165 default))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1166 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1167 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1168 (defvar zmacs-region-stays nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1169 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1170 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1171 (defun pr-keep-region-active () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1172 (setq zmacs-region-stays t)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1173 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1174 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1175 (defun pr-region-active-p () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1176 (and pr-auto-region (not zmacs-region-stays) (ps-mark-active-p))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1177 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1178 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1179 (defun pr-menu-char-height () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1180 (font-height (face-font 'default))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1181 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1182 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1183 (defun pr-menu-char-width () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1184 (font-width (face-font 'default))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1185 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1186 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1187 (defmacro pr-xemacs-global-menubar (&rest body) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1188 `(save-excursion |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1189 (let ((temp (get-buffer-create (make-temp-name " *Temp")))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1190 ;; be sure to access global menubar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1191 (set-buffer temp) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1192 ,@body |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1193 (kill-buffer temp)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1194 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1195 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1196 (defun pr-global-menubar (pr-menu-spec) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1197 ;; Menu binding |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1198 (pr-xemacs-global-menubar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1199 (add-submenu nil (cons "Printing" pr-menu-spec) "Apps")) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1200 (setq pr-menu-print-item nil)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1201 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1202 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1203 (defvar current-mouse-event nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1204 (defun pr-menu-position (entry index horizontal) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1205 (make-event |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1206 'button-release |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1207 (list 'button 1 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1208 'x (- (event-x-pixel current-mouse-event) ; X |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1209 (* horizontal pr-menu-char-width)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1210 'y (- (event-y-pixel current-mouse-event) ; Y |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1211 (* (pr-menu-index entry index) pr-menu-char-height))))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1212 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1213 (defvar pr-menu-position nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1214 (defvar pr-menu-state nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1215 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1216 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1217 (defvar current-menubar nil) ; to avoid compilation gripes |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1218 (defun pr-menu-lookup (path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1219 (car (find-menu-item current-menubar (cons "Printing" path)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1220 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1221 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1222 (defun pr-menu-lock (entry index horizontal state path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1223 (when pr-menu-lock |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1224 (or (and pr-menu-position (eq state pr-menu-state)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1225 (setq pr-menu-position (pr-menu-position entry index horizontal) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1226 pr-menu-state state)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1227 (let* ((menu (pr-menu-lookup path)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1228 (result (get-popup-menu-response menu pr-menu-position))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1229 (and (misc-user-event-p result) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1230 (funcall (event-function result) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1231 (event-object result)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1232 (setq pr-menu-position nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1233 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1234 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1235 (defalias 'pr-update-mode-line 'set-menubar-dirty-flag) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1236 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1237 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1238 (defvar pr-ps-name-old "PostScript Printers") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1239 (defvar pr-txt-name-old "Text Printers") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1240 (defvar pr-ps-utility-old "PostScript Utility") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1241 (defvar pr-even-or-odd-old "Print All Pages") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1242 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1243 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1244 (defun pr-do-update-menus (&optional force) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1245 (pr-menu-alist pr-ps-printer-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1246 'pr-ps-name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1247 'pr-menu-set-ps-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1248 '("Printing") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1249 'pr-ps-printer-menu-modified |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1250 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1251 pr-ps-name-old |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1252 'postscript 2) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1253 (pr-menu-alist pr-txt-printer-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1254 'pr-txt-name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1255 'pr-menu-set-txt-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1256 '("Printing") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1257 'pr-txt-printer-menu-modified |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1258 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1259 pr-txt-name-old |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1260 'text 2) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1261 (let ((save-var pr-ps-utility-menu-modified)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1262 (pr-menu-alist pr-ps-utility-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1263 'pr-ps-utility |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1264 'pr-menu-set-utility-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1265 '("Printing" "PostScript Print" "File") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1266 'save-var |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1267 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1268 pr-ps-utility-old |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1269 nil 1)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1270 (pr-menu-alist pr-ps-utility-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1271 'pr-ps-utility |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1272 'pr-menu-set-utility-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1273 '("Printing" "PostScript Preview" "File") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1274 'pr-ps-utility-menu-modified |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1275 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1276 pr-ps-utility-old |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1277 nil 1) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1278 (pr-even-or-odd-pages ps-even-or-odd-pages force)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1279 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1280 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1281 (defun pr-menu-alist (alist var-sym fun menu-path modified-sym force name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1282 entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1283 (when (and alist (or force (symbol-value modified-sym))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1284 (pr-xemacs-global-menubar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1285 (add-submenu menu-path |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1286 (pr-menu-create name alist var-sym |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1287 fun entry index))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1288 (funcall fun (symbol-value var-sym)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1289 (set modified-sym nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1290 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1291 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1292 (defun pr-relabel-menu-item (newname var-sym) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1293 (pr-xemacs-global-menubar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1294 (relabel-menu-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1295 (list "Printing" (symbol-value var-sym)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1296 newname) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1297 (set var-sym newname))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1298 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1299 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1300 (defun pr-menu-set-ps-title (value &optional item entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1301 (pr-relabel-menu-item (format "PostScript Printer: %s" value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1302 'pr-ps-name-old) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1303 (pr-ps-set-printer value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1304 (and index |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1305 (pr-menu-lock entry index 12 'toggle nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1306 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1307 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1308 (defun pr-menu-set-txt-title (value &optional item entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1309 (pr-relabel-menu-item (format "Text Printer: %s" value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1310 'pr-txt-name-old) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1311 (pr-txt-set-printer value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1312 (and index |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1313 (pr-menu-lock entry index 12 'toggle nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1314 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1315 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1316 (defun pr-menu-set-utility-title (value &optional item entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1317 (pr-xemacs-global-menubar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1318 (let ((newname (format "%s" value))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1319 (relabel-menu-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1320 (list "Printing" "PostScript Print" "File" pr-ps-utility-old) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1321 newname) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1322 (relabel-menu-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1323 (list "Printing" "PostScript Preview" "File" pr-ps-utility-old) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1324 newname) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1325 (setq pr-ps-utility-old newname))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1326 (pr-ps-set-utility value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1327 (and index |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1328 (pr-menu-lock entry index 5 nil '("PostScript Print" "File")))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1329 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1330 ;; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1331 (defun pr-even-or-odd-pages (value &optional no-lock) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1332 (pr-relabel-menu-item (cdr (assq value pr-even-or-odd-alist)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1333 'pr-even-or-odd-old) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1334 (setq ps-even-or-odd-pages value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1335 (or no-lock |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1336 (pr-menu-lock 'postscript-options 8 12 'toggle nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1337 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1338 ) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1339 (t ; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1340 ;; Do nothing |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1341 )) ; end cond featurep |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1342 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1343 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1344 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1345 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1346 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1347 ;; GNU Emacs Definitions |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1348 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1349 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1350 (cond |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1351 ((featurep 'xemacs) ; XEmacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1352 ;; Do nothing |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1353 ) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1354 (t ; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1355 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1356 (defalias 'pr-f-set-keymap-parents 'set-keymap-parent) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1357 (defalias 'pr-f-set-keymap-name 'ignore) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1358 (defalias 'pr-f-read-string 'read-string) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1359 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1360 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1361 (defvar deactivate-mark) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1362 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1363 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1364 (defun pr-keep-region-active () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1365 (setq deactivate-mark nil)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1366 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1367 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1368 (defun pr-region-active-p () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1369 (and pr-auto-region transient-mark-mode mark-active)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1370 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1371 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1372 (defun pr-menu-char-height () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1373 (frame-char-height)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1374 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1375 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1376 (defun pr-menu-char-width () |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1377 (frame-char-width)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1378 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1379 (defvar pr-menu-bar nil |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1380 "Specify Printing menu-bar entry.") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1381 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1382 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1383 ;; Menu binding |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1384 ;; Replace existing "print" item by "Printing" item. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1385 ;; If you're changing this file, you'll load it a second, |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1386 ;; third... time, but "print" item exists only in the first load. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1387 (eval-when-compile |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1388 (require 'easymenu)) ; to avoid compilation gripes |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1389 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1390 (eval-and-compile |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1391 (cond |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1392 ;; GNU Emacs 20 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1393 ((< emacs-major-version 21) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1394 (defun pr-global-menubar (pr-menu-spec) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1395 (require 'easymenu) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1396 (easy-menu-change '("tools") "Printing" pr-menu-spec pr-menu-print-item) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1397 (when pr-menu-print-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1398 (easy-menu-remove-item nil '("tools") pr-menu-print-item) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1399 (setq pr-menu-print-item nil |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1400 pr-menu-bar (vector 'menu-bar 'tools |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1401 (pr-get-symbol "Printing"))))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1402 ) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1403 ;; GNU Emacs 21 & 22 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1404 (t |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1405 (defun pr-global-menubar (pr-menu-spec) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1406 (require 'easymenu) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1407 (let ((menu-file (if (= emacs-major-version 21) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1408 '("menu-bar" "files") ; GNU Emacs 21 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1409 '("menu-bar" "file")))) ; GNU Emacs 22 or higher |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1410 (cond |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1411 (pr-menu-print-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1412 (easy-menu-add-item global-map menu-file |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1413 (easy-menu-create-menu "Print" pr-menu-spec) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1414 "print-buffer") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1415 (dolist (item '("print-buffer" "print-region" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1416 "ps-print-buffer-faces" "ps-print-region-faces" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1417 "ps-print-buffer" "ps-print-region")) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1418 (easy-menu-remove-item global-map menu-file item)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1419 (setq pr-menu-print-item nil |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1420 pr-menu-bar (vector 'menu-bar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1421 (pr-get-symbol (nth 1 menu-file)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1422 (pr-get-symbol "Print")))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1423 (t |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1424 (easy-menu-add-item global-map menu-file |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1425 (easy-menu-create-menu "Print" pr-menu-spec))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1426 ))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1427 ))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1428 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1429 (eval-and-compile |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1430 (cond |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1431 (ps-windows-system |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1432 ;; GNU Emacs for Windows 9x/NT |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1433 (defun pr-menu-position (entry index horizontal) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1434 (let ((pos (cdr (mouse-pixel-position)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1435 (list |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1436 (list (or (car pos) 0) ; X |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1437 (- (or (cdr pos) 0) ; Y |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1438 (* (pr-menu-index entry index) pr-menu-char-height))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1439 (selected-frame)))) ; frame |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1440 ) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1441 (t |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1442 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1443 (defun pr-menu-position (entry index horizontal) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1444 (let ((pos (cdr (mouse-pixel-position)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1445 (list |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1446 (list (- (or (car pos) 0) ; X |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1447 (* horizontal pr-menu-char-width)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1448 (- (or (cdr pos) 0) ; Y |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1449 (* (pr-menu-index entry index) pr-menu-char-height))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1450 (selected-frame)))) ; frame |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1451 ))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1452 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1453 (defvar pr-menu-position nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1454 (defvar pr-menu-state nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1455 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1456 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1457 (defun pr-menu-lookup (path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1458 (lookup-key global-map |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1459 (if path |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1460 (vconcat pr-menu-bar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1461 (mapcar 'pr-get-symbol |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1462 (if (listp path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1463 path |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1464 (list path)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1465 pr-menu-bar))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1466 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1467 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1468 (defun pr-menu-lock (entry index horizontal state path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1469 (when pr-menu-lock |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1470 (or (and pr-menu-position (eq state pr-menu-state)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1471 (setq pr-menu-position (pr-menu-position entry index horizontal) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1472 pr-menu-state state)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1473 (let* ((menu (pr-menu-lookup path)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1474 (result (x-popup-menu pr-menu-position menu))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1475 (and result |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1476 (let ((command (lookup-key menu (vconcat result)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1477 (if (fboundp command) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1478 (funcall command) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1479 (eval command))))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1480 (setq pr-menu-position nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1481 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1482 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1483 (defalias 'pr-update-mode-line 'force-mode-line-update) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1484 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1485 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1486 (defun pr-do-update-menus (&optional force) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1487 (pr-menu-alist pr-ps-printer-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1488 'pr-ps-name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1489 'pr-menu-set-ps-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1490 "PostScript Printers" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1491 'pr-ps-printer-menu-modified |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1492 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1493 "PostScript Printers" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1494 'postscript 2) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1495 (pr-menu-alist pr-txt-printer-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1496 'pr-txt-name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1497 'pr-menu-set-txt-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1498 "Text Printers" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1499 'pr-txt-printer-menu-modified |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1500 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1501 "Text Printers" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1502 'text 2) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1503 (let ((save-var pr-ps-utility-menu-modified)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1504 (pr-menu-alist pr-ps-utility-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1505 'pr-ps-utility |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1506 'pr-menu-set-utility-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1507 '("PostScript Print" "File" "PostScript Utility") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1508 'save-var |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1509 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1510 "PostScript Utility" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1511 nil 1)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1512 (pr-menu-alist pr-ps-utility-alist |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1513 'pr-ps-utility |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1514 'pr-menu-set-utility-title |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1515 '("PostScript Preview" "File" "PostScript Utility") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1516 'pr-ps-utility-menu-modified |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1517 force |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1518 "PostScript Utility" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1519 nil 1) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1520 (pr-even-or-odd-pages ps-even-or-odd-pages force)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1521 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1522 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1523 (defun pr-menu-get-item (name-list) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1524 ;; NAME-LIST is a string or a list of strings. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1525 (or (listp name-list) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1526 (setq name-list (list name-list))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1527 (and name-list |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1528 (let* ((reversed (reverse name-list)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1529 (name (pr-get-symbol (car reversed))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1530 (path (nreverse (cdr reversed))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1531 (menu (lookup-key |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1532 global-map |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1533 (vconcat pr-menu-bar |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1534 (mapcar 'pr-get-symbol path))))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1535 (assq name (nthcdr 2 menu))))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1536 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1537 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1538 (defvar pr-temp-menu nil) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1539 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1540 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1541 (defun pr-menu-alist (alist var-sym fun menu-path modified-sym force name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1542 entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1543 (when (and alist (or force (symbol-value modified-sym))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1544 (easy-menu-define pr-temp-menu nil "" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1545 (pr-menu-create name alist var-sym fun entry index)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1546 (let ((item (pr-menu-get-item menu-path))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1547 (and item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1548 (let* ((binding (nthcdr 3 item)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1549 (key-binding (cdr binding))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1550 (setcar binding pr-temp-menu) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1551 (and key-binding (listp (car key-binding)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1552 (setcdr binding (cdr key-binding))) ; skip KEY-BINDING |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1553 (funcall fun (symbol-value var-sym) item)))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1554 (set modified-sym nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1555 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1556 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1557 (defun pr-menu-set-item-name (item name) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1558 (and item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1559 (setcar (nthcdr 2 item) name))) ; ITEM-NAME |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1560 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1561 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1562 (defun pr-menu-set-ps-title (value &optional item entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1563 (pr-menu-set-item-name (or item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1564 (pr-menu-get-item "PostScript Printers")) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1565 (format "PostScript Printer: %s" value)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1566 (pr-ps-set-printer value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1567 (and index |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1568 (pr-menu-lock entry index 12 'toggle nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1569 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1570 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1571 (defun pr-menu-set-txt-title (value &optional item entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1572 (pr-menu-set-item-name (or item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1573 (pr-menu-get-item "Text Printers")) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1574 (format "Text Printer: %s" value)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1575 (pr-txt-set-printer value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1576 (and index |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1577 (pr-menu-lock entry index 12 'toggle nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1578 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1579 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1580 (defun pr-menu-set-utility-title (value &optional item entry index) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1581 (let ((name (symbol-name value))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1582 (if item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1583 (pr-menu-set-item-name item name) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1584 (pr-menu-set-item-name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1585 (pr-menu-get-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1586 '("PostScript Print" "File" "PostScript Utility")) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1587 name) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1588 (pr-menu-set-item-name |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1589 (pr-menu-get-item |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1590 '("PostScript Preview" "File" "PostScript Utility")) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1591 name))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1592 (pr-ps-set-utility value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1593 (and index |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1594 (pr-menu-lock entry index 5 nil '("PostScript Print" "File")))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1595 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1596 ;; GNU Emacs |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1597 (defun pr-even-or-odd-pages (value &optional no-lock) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1598 (pr-menu-set-item-name (pr-menu-get-item "Print All Pages") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1599 (cdr (assq value pr-even-or-odd-alist))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1600 (setq ps-even-or-odd-pages value) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1601 (or no-lock |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1602 (pr-menu-lock 'postscript-options 8 12 'toggle nil))) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1603 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1604 )) ; end cond featurep |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1605 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1606 |
49646 | 1607 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1608 ;; Internal Functions (I) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1609 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1610 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1611 (defun pr-dosify-file-name (path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1612 "Replace unix-style directory separator character with dos/windows one." |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1613 (interactive "sPath: ") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1614 (if (eq pr-path-style 'windows) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1615 (subst-char-in-string ?/ ?\\ path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1616 path)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1617 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1618 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1619 (defun pr-unixify-file-name (path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1620 "Replace dos/windows-style directory separator character with unix one." |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1621 (interactive "sPath: ") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1622 (if (eq pr-path-style 'windows) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1623 (subst-char-in-string ?\\ ?/ path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1624 path)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1625 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1626 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1627 (defun pr-standard-file-name (path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1628 "Ensure the proper directory separator depending on the OS. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1629 That is, if Emacs is running on DOS/Windows, ensure dos/windows-style directory |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1630 separator; otherwise, ensure unix-style directory separator." |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1631 (if (or pr-cygwin-system ps-windows-system) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1632 (subst-char-in-string ?/ ?\\ path) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1633 (subst-char-in-string ?\\ ?/ path))) |
85574
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1634 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1635 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1636 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1637 ;; Customization Functions |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1638 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1639 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1640 (defun pr-alist-custom-set (symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1641 "Set the value of custom variables for printer & utility selection." |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1642 (set symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1643 (and (featurep 'printing) ; update only after printing is loaded |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1644 (pr-update-menus t))) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1645 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1646 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1647 (defun pr-ps-utility-custom-set (symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1648 "Update utility menu entry." |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1649 (set symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1650 (and (featurep 'printing) ; update only after printing is loaded |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1651 (pr-menu-set-utility-title value))) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1652 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1653 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1654 (defun pr-ps-name-custom-set (symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1655 "Update `PostScript Printer:' menu entry." |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1656 (set symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1657 (and (featurep 'printing) ; update only after printing is loaded |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1658 (pr-menu-set-ps-title value))) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1659 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1660 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1661 (defun pr-txt-name-custom-set (symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1662 "Update `Text Printer:' menu entry." |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1663 (set symbol value) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1664 (and (featurep 'printing) ; update only after printing is loaded |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1665 (pr-menu-set-txt-title value))) |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1666 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1667 |
6b689f2a0bdc
Move variable definitions before use.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85529
diff
changeset
|
1668 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1669 ;; User Interface |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1670 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1671 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1672 (defgroup printing nil |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1673 "Printing Utilities group." |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1674 :tag "Printing Utilities" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1675 :link '(emacs-library-link :tag "Source Lisp File" "printing.el") |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1676 :prefix "pr-" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1677 :version "20" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1678 :group 'wp |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1679 :group 'postscript) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1680 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1681 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1682 (defcustom pr-path-style |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1683 (if (and (not pr-cygwin-system) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1684 ps-windows-system) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1685 'windows |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1686 'unix) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1687 "*Specify which path style to use for external commands. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1688 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1689 Valid values are: |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1690 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1691 windows Windows 9x/NT style (\\) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1692 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1693 unix Unix style (/)" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1694 :type '(choice :tag "Path style" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1695 (const :tag "Windows 9x/NT Style (\\)" :value windows) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1696 (const :tag "Unix Style (/)" :value unix)) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1697 :version "20" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
1698 :group 'printing) |
49646 | 1699 |
1700 | |
1701 (defcustom pr-path-alist | |
1702 '((unix PATH) | |
1703 (cygwin PATH) | |
1704 (windows PATH)) | |
1705 "*Specify an alist for command paths. | |
1706 | |
1707 It's used to find commands used for printing package, like gv, gs, gsview.exe, | |
1708 mpage, print.exe, etc. See also `pr-command' function. | |
1709 | |
1710 Each element has the form: | |
1711 | |
1712 (ENTRY DIRECTORY...) | |
1713 | |
1714 Where: | |
1715 | |
1716 ENTRY It's a symbol, used to identify this entry. | |
1717 There must exist at least one of the following entries: | |
1718 | |
1719 unix this entry is used when Emacs is running on GNU or | |
1720 Unix system. | |
1721 | |
1722 cygwin this entry is used when Emacs is running on Windows | |
1723 95/98/NT/2000 with Cygwin. | |
1724 | |
1725 windows this entry is used when Emacs is running on Windows | |
1726 95/98/NT/2000. | |
1727 | |
1728 DIRECTORY It should be a string or a symbol. If it's a symbol, it should | |
1729 exist an equal entry in `pr-path-alist'. If it's a string, | |
1730 it's considered a directory specification. | |
1731 | |
1732 The directory specification may contain: | |
1733 $var environment variable expansion | |
1734 ~/ tilde expansion | |
1735 ./ current directory | |
1736 ../ previous directory | |
1737 | |
1738 For example, let's say the home directory is /home/my and the | |
1739 current directory is /home/my/dir, so: | |
1740 | |
1741 THE ENTRY IS EXPANDED TO | |
1742 ~/entry /home/my/entry | |
1743 ./entry /home/my/dir/entry | |
1744 ../entry /home/my/entry | |
1745 $HOME/entry /home/my/entry | |
1746 $HOME/~/other/../my/entry /home/my/entry | |
1747 | |
1748 SPECIAL SYMBOL: If the symbol `PATH' is used in the directory | |
1749 list and there isn't a `PATH' entry in `pr-path-alist' or the | |
1750 `PATH' entry has a null directory list, the PATH environment | |
1751 variable is used. | |
1752 | |
1753 Examples: | |
1754 | |
1755 * On GNU or Unix system: | |
1756 | |
1757 '((unix \".\" \"~/bin\" ghostview mpage PATH) | |
1758 (ghostview \"$HOME/bin/gsview-dir\") | |
1759 (mpage \"$HOME/bin/mpage-dir\") | |
1760 ) | |
1761 | |
1762 * On Windows system: | |
1763 | |
1764 '((windows \"c:/applications/executables\" PATH ghostview mpage) | |
1765 (ghostview \"c:/gs/gsview-dir\") | |
1766 (mpage \"c:/mpage-dir\") | |
1767 )" | |
1768 :type '(repeat | |
1769 (cons :tag "" | |
1770 (symbol :tag "Identifier ") | |
1771 (repeat :tag "Directory List" | |
1772 (choice :menu-tag "Directory" | |
1773 :tag "Directory" | |
1774 (string :value "") | |
1775 (symbol :value symbol))))) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
1776 :version "20" |
49646 | 1777 :group 'printing) |
1778 | |
1779 | |
1780 (defcustom pr-txt-name 'default | |
1781 "*Specify a printer for printing a text file. | |
1782 | |
1783 The printer name symbol should be defined on `pr-txt-printer-alist' (see it for | |
1784 documentation). | |
1785 | |
1786 This variable should be modified by customization engine. If this variable is | |
1787 modified by other means (for example, a lisp function), use `pr-update-menus' | |
1788 function (see it for documentation) to update text printer menu." | |
1789 :type 'symbol | |
1790 :set 'pr-txt-name-custom-set | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
1791 :version "20" |
49646 | 1792 :group 'printing) |
1793 | |
1794 | |
1795 (defcustom pr-txt-printer-alist | |
1796 (list (list 'default lpr-command nil | |
1797 (cond ((boundp 'printer-name) printer-name) | |
1798 (ps-windows-system "PRN") | |
1799 (t nil) | |
1800 ))) | |
1801 ;; Examples: | |
1802 ;; * On GNU or Unix system: | |
1803 ;; '((prt_06a "lpr" nil "prt_06a") | |
1804 ;; (prt_07c nil nil "prt_07c") | |
1805 ;; ) | |
1806 ;; * On Windows system: | |
1807 ;; '((prt_06a "print" nil "/D:\\\\printers\\prt_06a") | |
1808 ;; (prt_07c nil nil "/D:\\\\printers\\prt_07c") | |
1809 ;; (PRN "" nil "PRN") | |
1810 ;; (standard "redpr.exe" nil "") | |
1811 ;; ) | |
1812 "*Specify an alist of all text printers (text printer database). | |
1813 | |
1814 The alist element has the form: | |
1815 | |
1816 (SYMBOL COMMAND SWITCHES NAME) | |
1817 | |
1818 Where: | |
1819 | |
1820 SYMBOL It's a symbol to identify a text printer. It's for | |
1821 `pr-txt-name' variable setting and for menu selection. | |
1822 Examples: | |
1823 'prt_06a | |
1824 'my_printer | |
1825 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1826 COMMAND Name of the program for printing a text file. On MS-DOS and |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1827 MS-Windows systems, if the value is an empty string, then Emacs |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1828 will write directly to the printer port given by NAME (see text |
49646 | 1829 below), that is, the NAME should be something like \"PRN\" or |
1830 \"LPT1:\". | |
1831 If NAME is something like \"\\\\\\\\host\\\\share-name\" then | |
1832 COMMAND shouldn't be an empty string. | |
1833 The programs `print' and `nprint' (the standard print programs | |
1834 on Windows NT and Novell Netware respectively) are handled | |
1835 specially, using NAME as the destination for output; any other | |
1836 program is treated like `lpr' except that an explicit filename | |
1837 is given as the last argument. | |
1838 If COMMAND is nil, it's used the default printing program: | |
1839 `print' for Windows system, `lp' for lp system and `lpr' for | |
1840 all other systems. See also `pr-path-alist'. | |
1841 Examples: | |
1842 \"print\" | |
1843 \"lpr\" | |
1844 \"lp\" | |
1845 | |
1846 SWITCHES List of sexp's to pass as extra options for text printer | |
1847 program. It is recommended to set NAME (see text below) | |
1848 instead of including an explicit switch on this list. | |
1849 Example: | |
1850 . for lpr | |
1851 '(\"-#3\" \"-l\") | |
1852 nil | |
1853 | |
1854 NAME A string that specifies a text printer name. | |
1855 On Unix-like systems, a string value should be a name | |
1856 understood by lpr's -P option (or lp's -d option). | |
1857 On MS-DOS and MS-Windows systems, it is the name of a printer | |
1858 device or port. Typical non-default settings would be \"LPT1:\" | |
1859 to \"LPT3:\" for parallel printers, or \"COM1\" to \"COM4\" or | |
1860 \"AUX\" for serial printers, or \"\\\\\\\\hostname\\\\printer\" | |
1861 (or \"/D:\\\\\\\\hostname\\\\printer\") for a shared network | |
1862 printer. You can also set it to a name of a file, in which | |
1863 case the output gets appended to that file. If you want to | |
1864 discard the printed output, set this to \"NUL\". | |
1865 Examples: | |
1866 . for print.exe | |
1867 \"/D:\\\\\\\\host\\\\share-name\" | |
1868 \"LPT1:\" | |
1869 \"PRN\" | |
1870 | |
1871 . for lpr or lp | |
1872 \"share-name\" | |
1873 | |
1874 This variable should be modified by customization engine. If this variable is | |
1875 modified by other means (for example, a lisp function), use `pr-update-menus' | |
1876 function (see it for documentation) to update text printer menu. | |
1877 | |
1878 Examples: | |
1879 | |
1880 * On GNU or Unix system: | |
1881 | |
1882 '((prt_06a \"lpr\" nil \"prt_06a\") | |
1883 (prt_07c nil nil \"prt_07c\") | |
1884 ) | |
1885 | |
1886 * On Windows system: | |
1887 | |
1888 '((prt_06a \"print\" nil \"/D:\\\\\\\\printers\\\\prt_06a\") | |
1889 (prt_07c nil nil \"/D:\\\\\\\\printers\\\\prt_07c\") | |
1890 (PRN \"\" nil \"PRN\") | |
1891 (standard \"redpr.exe\" nil \"\") | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1892 ) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1893 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1894 Useful links: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1895 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1896 * Information about the print command (print.exe) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1897 `http://www.computerhope.com/printhlp.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1898 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1899 * RedMon - Redirection Port Monitor (redpr.exe) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1900 `http://www.cs.wisc.edu/~ghost/redmon/index.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1901 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1902 * Redirection Port Monitor (redpr.exe on-line help) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1903 `http://www.cs.wisc.edu/~ghost/redmon/en/redmon.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1904 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1905 * UNIX man pages: lpr (or type `man lpr') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1906 `http://bama.ua.edu/cgi-bin/man-cgi?lpr' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1907 `http://www.mediacollege.com/cgi-bin/man/page.cgi?section=all&topic=lpr' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1908 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1909 * UNIX man pages: lp (or type `man lp') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1910 `http://bama.ua.edu/cgi-bin/man-cgi?lp' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1911 `http://www.mediacollege.com/cgi-bin/man/page.cgi?section=all&topic=lp' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1912 " |
49646 | 1913 :type '(repeat |
1914 (list :tag "Text Printer" | |
1915 (symbol :tag "Printer Symbol Name") | |
1916 (string :tag "Printer Command") | |
1917 (repeat :tag "Printer Switches" | |
1918 (sexp :tag "Switch" :value "")) | |
1919 (choice :menu-tag "Printer Name" | |
1920 :tag "Printer Name" | |
1921 (const :tag "None" nil) | |
1922 string))) | |
1923 :set 'pr-alist-custom-set | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
1924 :version "20" |
49646 | 1925 :group 'printing) |
1926 | |
1927 | |
1928 (defcustom pr-ps-name 'default | |
1929 "*Specify a printer for printing a PostScript file. | |
1930 | |
1931 This printer name symbol should be defined on `pr-ps-printer-alist' (see it for | |
1932 documentation). | |
1933 | |
1934 This variable should be modified by customization engine. If this variable is | |
1935 modified by other means (for example, a lisp function), use `pr-update-menus' | |
1936 function (see it for documentation) to update PostScript printer menu." | |
1937 :type 'symbol | |
1938 :set 'pr-ps-name-custom-set | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
1939 :version "20" |
49646 | 1940 :group 'printing) |
1941 | |
1942 | |
1943 (defcustom pr-ps-printer-alist | |
1944 (list (list 'default lpr-command nil | |
1945 (cond (ps-windows-system nil) | |
1946 (ps-lp-system "-d") | |
1947 (t "-P")) | |
1948 (or (getenv "PRINTER") (getenv "LPDEST") ps-printer-name))) | |
1949 ;; Examples: | |
1950 ;; * On GNU or Unix system: | |
1951 ;; '((lps_06b "lpr" nil "-P" "lps_06b") | |
1952 ;; (lps_07c "lpr" nil nil "lps_07c") | |
1953 ;; (lps_08c nil nil nil "lps_08c") | |
1954 ;; ) | |
1955 ;; * On Windows system: | |
1956 ;; '((lps_06a "print" nil "/D:" "\\\\printers\\lps_06a") | |
1957 ;; (lps_06b "print" nil nil "\\\\printers\\lps_06b") | |
1958 ;; (lps_07c "print" nil "" "/D:\\\\printers\\lps_07c") | |
1959 ;; (lps_08c nil nil nil "\\\\printers\\lps_08c") | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1960 ;; (b/w "gsprint" ("-all" "-twoup") "-printer " "b/w-pr-name") |
49646 | 1961 ;; (LPT1 "" nil "" "LPT1:") |
1962 ;; (PRN "" nil "" "PRN") | |
1963 ;; (standard "redpr.exe" nil "" "") | |
1964 ;; ) | |
1965 "*Specify an alist for all PostScript printers (PostScript printer database). | |
1966 | |
1967 The alist element has the form: | |
1968 | |
1969 (SYMBOL COMMAND SWITCHES PRINTER-SWITCH NAME DEFAULT...) | |
1970 | |
1971 Where: | |
1972 | |
1973 SYMBOL It's a symbol to identify a PostScript printer. It's for | |
1974 `pr-ps-name' variable setting and for menu selection. | |
1975 Examples: | |
1976 'prt_06a | |
1977 'my_printer | |
1978 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1979 COMMAND Name of the program for printing a PostScript file. On MS-DOS |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1980 and MS-Windows systems, if the value is an empty string then |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1981 Emacs will write directly to the printer port given by NAME |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1982 (see text below), that is, the NAME should be something like |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
1983 \"PRN\" or \"LPT1:\". |
49646 | 1984 If NAME is something like \"\\\\\\\\host\\\\share-name\" then |
1985 COMMAND shouldn't be an empty string. | |
1986 The programs `print' and `nprint' (the standard print programs | |
1987 on Windows NT and Novell Netware respectively) are handled | |
1988 specially, using NAME as the destination for output; any other | |
1989 program is treated like `lpr' except that an explicit filename | |
1990 is given as the last argument. | |
1991 If COMMAND is nil, it's used the default printing program: | |
1992 `print' for Windows system, `lp' for lp system and `lpr' for | |
1993 all other systems. See also `pr-path-alist'. | |
1994 Examples: | |
1995 \"print\" | |
1996 \"lpr\" | |
1997 \"lp\" | |
1998 \"cp\" | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
1999 \"gsprint\" |
49646 | 2000 |
2001 SWITCHES List of sexp's to pass as extra options for PostScript printer | |
2002 program. It is recommended to set NAME (see text below) | |
2003 instead of including an explicit switch on this list. | |
2004 Example: | |
2005 . for lpr | |
2006 '(\"-#3\" \"-l\") | |
2007 nil | |
2008 | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2009 . for gsprint.exe |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2010 '(\"-all\" \"-twoup\") |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2011 |
49646 | 2012 PRINTER-SWITCH A string that specifies PostScript printer name switch. If |
2013 it's necessary to have a space between PRINTER-SWITCH and NAME, | |
2014 it should be inserted at the end of PRINTER-SWITCH string. | |
2015 If PRINTER-SWITCH is nil, it's used the default printer name | |
2016 switch: `/D:' for Windows system, `-d' for lp system and `-P' | |
2017 for all other systems. | |
2018 Examples: | |
2019 . for lpr | |
2020 \"-P \" | |
2021 | |
2022 . for lp | |
2023 \"-d \" | |
2024 | |
2025 . for print.exe | |
2026 \"/D:\" | |
2027 | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2028 . for gsprint.exe |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2029 \"-printer \" |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2030 |
49646 | 2031 NAME A string that specifies a PostScript printer name. |
2032 On Unix-like systems, a string value should be a name | |
2033 understood by lpr's -P option (or lp's -d option). | |
2034 On MS-DOS and MS-Windows systems, it is the name of a printer | |
2035 device or port. Typical non-default settings would be \"LPT1:\" | |
2036 to \"LPT3:\" for parallel printers, or \"COM1\" to \"COM4\" or | |
2037 \"AUX\" for serial printers, or \"\\\\\\\\hostname\\\\printer\" | |
2038 (or \"/D:\\\\\\\\hostname\\\\printer\") for a shared network | |
2039 printer. You can also set it to a name of a file, in which | |
2040 case the output gets appended to that file. If you want to | |
2041 discard the printed output, set this to \"NUL\". | |
2042 Examples: | |
2043 . for cp.exe | |
2044 \"\\\\\\\\host\\\\share-name\" | |
2045 | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2046 . for print.exe or gsprint.exe |
49646 | 2047 \"/D:\\\\\\\\host\\\\share-name\" |
2048 \"\\\\\\\\host\\\\share-name\" | |
2049 \"LPT1:\" | |
2050 \"PRN\" | |
2051 | |
2052 . for lpr or lp | |
2053 \"share-name\" | |
2054 | |
2055 DEFAULT It's a way to set default values when this entry is selected. | |
2056 It's a cons like: | |
2057 | |
2058 (VARIABLE . VALUE) | |
2059 | |
80951 | 2060 Which associates VARIABLE with VALUE. When this entry is |
49646 | 2061 selected, it's executed the following command: |
2062 | |
2063 (set VARIABLE (eval VALUE)) | |
2064 | |
2065 Note that VALUE can be any valid lisp expression. So, don't | |
2066 forget to quote symbols and constant lists. | |
2067 If VARIABLE is the special keyword `inherits-from:', VALUE must | |
2068 be a symbol name setting defined in `pr-setting-database' from | |
2069 which the current setting inherits the context. Take care with | |
2070 circular inheritance. | |
2071 Examples: | |
2072 '(ps-landscape-mode . nil) | |
2073 '(ps-spool-duplex . t) | |
2074 '(pr-gs-device . (my-gs-device t)) | |
2075 | |
2076 This variable should be modified by customization engine. If this variable is | |
2077 modified by other means (for example, a lisp function), use `pr-update-menus' | |
2078 function (see it for documentation) to update PostScript printer menu. | |
2079 | |
2080 Examples: | |
2081 | |
2082 * On GNU or Unix system: | |
2083 | |
2084 '((lps_06b \"lpr\" nil \"-P\" \"lps_06b\") | |
2085 (lps_07c \"lpr\" nil nil \"lps_07c\") | |
2086 (lps_08c nil nil nil \"lps_08c\") | |
2087 ) | |
2088 | |
2089 * On Windows system: | |
2090 | |
2091 '((lps_06a \"print\" nil \"/D:\" \"\\\\\\\\printers\\\\lps_06a\") | |
2092 (lps_06b \"print\" nil nil \"\\\\\\\\printers\\\\lps_06b\") | |
2093 (lps_07c \"print\" nil \"\" \"/D:\\\\\\\\printers\\\\lps_07c\") | |
2094 (lps_08c nil nil nil \"\\\\\\\\printers\\\\lps_08c\") | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2095 (b/w1 \"gsprint\" (\"-all\" \"-twoup\") \"-printer \" \"b/w-pr-name\") |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2096 (b/w2 \"gsprint\" (\"-all\" \"-twoup\") nil \"-printer \\\\\\\\printers\\\\lps_06a\") |
49646 | 2097 (LPT1 \"\" nil \"\" \"LPT1:\") |
2098 (PRN \"\" nil \"\" \"PRN\") | |
2099 (standard \"redpr.exe\" nil \"\" \"\") | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2100 ) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2101 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2102 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2103 gsprint: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2104 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2105 You can use gsprint instead of ghostscript to print monochrome PostScript files |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2106 in Windows. The gsprint utility documentation says that it is more efficient |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2107 than ghostscript to print monochrome PostScript. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2108 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2109 To print non-monochrome PostScript file, the efficiency of ghostscript is |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2110 similar to gsprint. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2111 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2112 Also the gsprint utility comes together with gsview distribution. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2113 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2114 As an example of gsprint declaration: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2115 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2116 (setq pr-ps-printer-alist |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2117 '((A \"gsprint\" (\"-all\" \"-twoup\") \"-printer \" \"lps_015\") |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2118 (B \"gsprint\" (\"-all\" \"-twoup\") nil \"-printer lps_015\") |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2119 ;; some other printer declaration |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2120 )) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2121 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2122 The example above declares that printer A prints all pages (-all) and two pages |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2123 per sheet (-twoup). The printer B declaration does the same as the printer A |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2124 declaration, the only difference is the printer name selection. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2125 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2126 There are other command line options like: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2127 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2128 -mono Render in monochrome as 1bit/pixel (only black and white). |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2129 -grey Render in greyscale as 8bits/pixel. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2130 -color Render in color as 24bits/pixel. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2131 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2132 The default is `-mono'. So, printer A and B in the example above are using |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2133 implicitly the `-mono' option. Note that in `-mono' no gray tone or color is |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2134 printed, this includes the zebra stripes, that is, in `-mono' the zebra stripes |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2135 are not printed. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2136 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2137 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2138 Useful links: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2139 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2140 * GSPRINT - Ghostscript print to Windows printer |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2141 `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2142 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2143 * Introduction to Ghostscript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2144 `http://www.cs.wisc.edu/~ghost/doc/intro.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2145 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2146 * How to use Ghostscript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2147 `http://www.cs.wisc.edu/~ghost/doc/cvs/Use.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2148 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2149 * Information about the print command (print.exe) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2150 `http://www.computerhope.com/printhlp.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2151 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2152 * RedMon - Redirection Port Monitor (redpr.exe) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2153 `http://www.cs.wisc.edu/~ghost/redmon/index.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2154 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2155 * Redirection Port Monitor (redpr.exe on-line help) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2156 `http://www.cs.wisc.edu/~ghost/redmon/en/redmon.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2157 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2158 * UNIX man pages: lpr (or type `man lpr') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2159 `http://bama.ua.edu/cgi-bin/man-cgi?lpr' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2160 `http://www.mediacollege.com/cgi-bin/man/page.cgi?section=all&topic=lpr' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2161 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2162 * UNIX man pages: lp (or type `man lp') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2163 `http://bama.ua.edu/cgi-bin/man-cgi?lp' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2164 `http://www.mediacollege.com/cgi-bin/man/page.cgi?section=all&topic=lp' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2165 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2166 * GNU utilities for Win32 (cp.exe) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2167 `http://unxutils.sourceforge.net/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2168 " |
49646 | 2169 :type '(repeat |
2170 (list | |
2171 :tag "PostScript Printer" | |
2172 (symbol :tag "Printer Symbol Name") | |
2173 (string :tag "Printer Command") | |
2174 (repeat :tag "Printer Switches" | |
2175 (sexp :tag "Switch" :value "")) | |
2176 (choice :menu-tag "Printer Name Switch" | |
2177 :tag "Printer Name Switch" | |
2178 (const :tag "None" nil) | |
2179 string) | |
2180 (choice :menu-tag "Printer Name" | |
2181 :tag "Printer Name" | |
2182 (const :tag "None" nil) | |
2183 string) | |
2184 (repeat | |
2185 :tag "Default Value List" | |
2186 :inline t | |
2187 (cons | |
2188 :tag "" | |
2189 (choice | |
2190 :menu-tag "Variable" | |
2191 :tag "Variable" | |
2192 (const :tag "Landscape" ps-landscape-mode) | |
2193 (const :tag "Print Header" ps-print-header) | |
2194 (const :tag "Print Header Frame" ps-print-header-frame) | |
2195 (const :tag "Line Number" ps-line-number) | |
2196 (const :tag "Zebra Stripes" ps-zebra-stripes) | |
2197 (const :tag "Duplex" ps-spool-duplex) | |
2198 (const :tag "Tumble" ps-spool-tumble) | |
2199 (const :tag "Upside-Down" ps-print-upside-down) | |
2200 (const :tag "PS File Landscape" pr-file-landscape) | |
2201 (const :tag "PS File Duplex" pr-file-duplex) | |
2202 (const :tag "PS File Tumble" pr-file-tumble) | |
2203 (const :tag "Auto Region" pr-auto-region) | |
2204 (const :tag "Auto Mode" pr-auto-mode) | |
2205 (const :tag "Ghostscript Device" pr-gs-device) | |
2206 (const :tag "Ghostscript Resolution" pr-gs-resolution) | |
2207 (const :tag "inherits-from:" inherits-from:) | |
2208 (variable :tag "Other")) | |
2209 (sexp :tag "Value"))) | |
2210 )) | |
2211 :set 'pr-alist-custom-set | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2212 :version "20" |
49646 | 2213 :group 'printing) |
2214 | |
2215 | |
2216 (defcustom pr-temp-dir | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
2217 (pr-dosify-file-name |
49646 | 2218 (if (boundp 'temporary-file-directory) |
2219 (symbol-value 'temporary-file-directory) | |
2220 ;; hacked from `temporary-file-directory' variable in files.el | |
2221 (file-name-as-directory | |
2222 (or (getenv "TMPDIR") (getenv "TMP") (getenv "TEMP") | |
2223 (cond (ps-windows-system "c:/temp") | |
2224 ((memq system-type '(vax-vms axp-vms)) "SYS$SCRATCH:") | |
2225 (t "/tmp") | |
2226 ))))) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2227 "*Specify a directory for temporary files during printing. |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2228 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2229 See also `pr-ps-temp-file' and `pr-file-modes'." |
49646 | 2230 :type '(directory :tag "Temporary Directory") |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2231 :version "20" |
49646 | 2232 :group 'printing) |
2233 | |
2234 | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
2235 (defcustom pr-ps-temp-file "prspool-" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
2236 "*Specify PostScript temporary file name prefix. |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2237 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2238 See also `pr-temp-dir' and `pr-file-modes'." |
49646 | 2239 :type '(file :tag "PostScript Temporary File Name") |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
2240 :version "21" |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2241 :group 'printing) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2242 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2243 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2244 ;; It uses 0600 as default instead of (default-file-modes). |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2245 ;; So, by default, only the session owner have permission to deal with files |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2246 ;; generated by `printing'. |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2247 (defcustom pr-file-modes ?\600 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2248 "*Specify the file permission bits for newly created files. |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2249 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2250 It should be an integer; only the low 9 bits are used. |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2251 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2252 See also `pr-temp-dir' and `pr-ps-temp-file'." |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2253 :type '(integer :tag "File Permission Bits") |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2254 :version "21.3" |
49646 | 2255 :group 'printing) |
2256 | |
2257 | |
2258 (defcustom pr-gv-command | |
2259 (if ps-windows-system | |
2260 "gsview32.exe" | |
2261 "gv") | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2262 "*Specify path and name of the gsview/gv utility. |
49646 | 2263 |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2264 See also `pr-path-alist'. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2265 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2266 Useful links: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2267 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2268 * GNU gv manual |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2269 `http://www.gnu.org/software/gv/manual/gv.html' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2270 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2271 * GSview Help |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2272 `http://www.cs.wisc.edu/~ghost/gsview/gsviewen.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2273 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2274 * GSview Help - Common Problems |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2275 `http://www.cs.wisc.edu/~ghost/gsview/gsviewen.htm#Common_Problems' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2276 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2277 * GSview Readme (compilation & installation) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2278 `http://www.cs.wisc.edu/~ghost/gsview/Readme.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2279 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2280 * GSview (main site) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2281 `http://www.cs.wisc.edu/~ghost/gsview/index.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2282 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2283 * Ghostscript, Ghostview and GSview |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2284 `http://www.cs.wisc.edu/~ghost/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2285 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2286 * Ghostview |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2287 `http://www.cs.wisc.edu/~ghost/gv/index.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2288 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2289 * gv 3.5, June 1997 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2290 `http://www.cs.wisc.edu/~ghost/gv/gv_doc/gv.html' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2291 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2292 * MacGSView (MacOS) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2293 `http://www.cs.wisc.edu/~ghost/macos/index.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2294 " |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2295 :type '(string :tag "Ghostview Utility") |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2296 :version "20" |
49646 | 2297 :group 'printing) |
2298 | |
2299 | |
2300 (defcustom pr-gs-command | |
2301 (if ps-windows-system | |
2302 "gswin32.exe" | |
2303 "gs") | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2304 "*Specify path and name of the ghostscript utility. |
49646 | 2305 |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2306 See also `pr-path-alist'. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2307 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2308 Useful links: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2309 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2310 * Ghostscript, Ghostview and GSview |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2311 `http://www.cs.wisc.edu/~ghost/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2312 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2313 * Introduction to Ghostscript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2314 `http://www.cs.wisc.edu/~ghost/doc/intro.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2315 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2316 * How to use Ghostscript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2317 `http://www.cs.wisc.edu/~ghost/doc/cvs/Use.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2318 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2319 * Printer compatibility |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2320 `http://www.cs.wisc.edu/~ghost/doc/printer.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2321 " |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2322 :type '(string :tag "Ghostscript Utility") |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2323 :version "20" |
49646 | 2324 :group 'printing) |
2325 | |
2326 | |
2327 (defcustom pr-gs-switches | |
2328 (if ps-windows-system | |
2329 '("-q -dNOPAUSE -Ic:/gs/gs5.50;c:/gs/gs5.50/fonts") | |
2330 '("-q -dNOPAUSE -I/usr/share/ghostscript/5.10")) | |
2331 "*Specify ghostscript switches. See the documentation on GS for more info. | |
2332 | |
2333 It's a list of strings, where each string is one or more ghostscript switches. | |
2334 | |
2335 A note on the gs switches: | |
2336 | |
2337 -q quiet | |
2338 -dNOPAUSE don't wait for user intervention | |
2339 -Ic:/gs/gs5.50;c:/gs/gs5.50/fonts the directories needed for gs | |
2340 -c quit it's added at the end to terminate gs | |
2341 | |
2342 To see ghostscript documentation for more information: | |
2343 | |
2344 * On GNU or Unix system: | |
2345 - for full documentation, type: man gs | |
2346 - for brief documentation, type: gs -h | |
2347 | |
2348 * On Windows system: | |
2349 - for full documentation, see in a browser the file | |
2350 c:/gstools/gs5.50/index.html, that is, the file index.html which is | |
2351 located in the same directory as gswin32.exe. | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2352 - for brief documentation, type: gswin32.exe -h |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2353 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2354 Useful links: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2355 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2356 * Introduction to Ghostscript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2357 `http://www.cs.wisc.edu/~ghost/doc/intro.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2358 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2359 * How to use Ghostscript |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2360 `http://www.cs.wisc.edu/~ghost/doc/cvs/Use.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2361 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2362 * Printer compatibility |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2363 `http://www.cs.wisc.edu/~ghost/doc/printer.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2364 " |
49646 | 2365 :type '(repeat (string :tag "Ghostscript Switch")) |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2366 :version "20" |
49646 | 2367 :group 'printing) |
2368 | |
2369 | |
2370 (defcustom pr-gs-device | |
2371 (if ps-windows-system | |
2372 "mswinpr2" | |
2373 "uniprint") | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2374 "*Specify the ghostscript device switch value (-sDEVICE=). |
49646 | 2375 |
2376 A note on the gs switches: | |
2377 | |
2378 -sDEVICE=djet500 the printer - works with HP DeskJet 540 | |
2379 | |
2380 See `pr-gs-switches' for documentation. | |
2381 See also `pr-ps-printer-alist'." | |
2382 :type '(string :tag "Ghostscript Device") | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2383 :version "20" |
49646 | 2384 :group 'printing) |
2385 | |
2386 | |
2387 (defcustom pr-gs-resolution 300 | |
2388 "*Specify ghostscript resolution switch value (-r). | |
2389 | |
2390 A note on the gs switches: | |
2391 | |
2392 -r300 resolution 300x300 | |
2393 | |
2394 See `pr-gs-switches' for documentation. | |
2395 See also `pr-ps-printer-alist'." | |
2396 :type '(integer :tag "Ghostscript Resolution") | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2397 :version "20" |
49646 | 2398 :group 'printing) |
2399 | |
2400 | |
2401 (defcustom pr-print-using-ghostscript nil | |
2402 "*Non-nil means print using ghostscript. | |
2403 | |
2404 This is useful if you don't have a PostScript printer, so you could use the | |
2405 ghostscript to print a PostScript file. | |
2406 | |
2407 In GNU or Unix system, if ghostscript is set as a PostScript filter, this | |
2408 variable should be nil." | |
2409 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2410 :version "20" |
49646 | 2411 :group 'printing) |
2412 | |
2413 | |
2414 (defcustom pr-faces-p nil | |
2415 "*Non-nil means print with face attributes." | |
2416 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2417 :version "20" |
49646 | 2418 :group 'printing) |
2419 | |
2420 | |
2421 (defcustom pr-spool-p nil | |
2422 "*Non-nil means spool printing in a buffer." | |
2423 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2424 :version "20" |
49646 | 2425 :group 'printing) |
2426 | |
2427 | |
2428 (defcustom pr-file-landscape nil | |
2429 "*Non-nil means print PostScript file in landscape orientation." | |
2430 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2431 :version "20" |
49646 | 2432 :group 'printing) |
2433 | |
2434 | |
2435 (defcustom pr-file-duplex nil | |
2436 "*Non-nil means print PostScript file in duplex mode." | |
2437 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2438 :version "20" |
49646 | 2439 :group 'printing) |
2440 | |
2441 | |
2442 (defcustom pr-file-tumble nil | |
2443 "*Non-nil means print PostScript file in tumble mode. | |
2444 | |
2445 If tumble is off, produces a printing suitable for binding on the left or | |
2446 right. | |
2447 If tumble is on, produces a printing suitable for binding at the top or | |
2448 bottom." | |
2449 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2450 :version "20" |
49646 | 2451 :group 'printing) |
2452 | |
2453 | |
2454 (defcustom pr-auto-region t | |
2455 "*Non-nil means region is automagically detected. | |
2456 | |
2457 Note that this will only work if you're using transient mark mode. | |
2458 | |
2459 When this variable is non-nil, the `*-buffer*' commands will behave like | |
2460 `*-region*' commands, that is, `*-buffer*' commands will print only the region | |
2461 marked instead of all buffer." | |
2462 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2463 :version "20" |
49646 | 2464 :group 'printing) |
2465 | |
2466 | |
2467 (defcustom pr-auto-mode t | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2468 "*Non-nil means major-mode specific printing is prefered over normal printing. |
49646 | 2469 |
2470 That is, if current major-mode is declared in `pr-mode-alist', the `*-buffer*' | |
2471 and `*-region*' commands will behave like `*-mode*' commands; otherwise, | |
2472 `*-buffer*' commands will print the current buffer and `*-region*' commands | |
2473 will print the current region." | |
2474 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2475 :version "20" |
49646 | 2476 :group 'printing) |
2477 | |
2478 | |
2479 (defcustom pr-mode-alist | |
2480 '((mh-folder-mode ; mh summary buffer | |
2481 pr-mh-lpr-1 pr-mh-print-1 | |
2482 2 | |
2483 (ps-article-author ps-article-subject) | |
2484 ("/pagenumberstring load" pr-article-date) | |
2485 nil | |
2486 ) | |
2487 (mh-letter-mode ; mh letter buffer | |
2488 pr-mh-lpr-2 pr-mh-print-2 | |
2489 2 | |
2490 (ps-article-author ps-article-subject) | |
2491 ("/pagenumberstring load" pr-article-date) | |
2492 nil | |
2493 ) | |
2494 (rmail-summary-mode ; rmail summary buffer | |
2495 pr-rmail-lpr pr-rmail-print | |
2496 3 | |
2497 (ps-article-subject ps-article-author buffer-name) | |
2498 nil | |
2499 nil | |
2500 ) | |
2501 (rmail-mode ; rmail buffer | |
2502 pr-rmail-lpr pr-rmail-print | |
2503 3 | |
2504 (ps-article-subject ps-article-author buffer-name) | |
2505 nil | |
2506 nil | |
2507 ) | |
2508 (gnus-summary-mode ; gnus summary buffer | |
2509 pr-gnus-lpr pr-gnus-print | |
2510 3 | |
2511 (ps-article-subject ps-article-author gnus-newsgroup-name) | |
2512 nil | |
2513 nil | |
2514 ) | |
2515 (gnus-article-mode ; gnus article buffer | |
2516 pr-gnus-lpr pr-gnus-print | |
2517 3 | |
2518 (ps-article-subject ps-article-author gnus-newsgroup-name) | |
2519 nil | |
2520 nil | |
2521 ) | |
2522 (Info-mode ; Info buffer | |
2523 pr-mode-lpr pr-mode-print | |
2524 2 | |
2525 (ps-info-node ps-info-file) | |
2526 nil | |
2527 nil | |
2528 ) | |
2529 (vm-mode ; vm mode | |
2530 pr-vm-lpr pr-vm-print | |
2531 3 | |
2532 (ps-article-subject ps-article-author buffer-name) | |
2533 nil | |
2534 nil | |
2535 ) | |
2536 ) | |
2537 "*Specify an alist for a major-mode and printing functions. | |
2538 | |
2539 To customize a major mode printing, just declare the customization in | |
2540 `pr-mode-alist' and invoke some of `*-mode*' commands. An example for major | |
2541 mode usage is when you're using gnus (or mh, or rmail, etc.) and you're in the | |
2542 *Summary* buffer, if you forget to switch to the *Article* buffer before | |
2543 printing, you'll get a nicely formatted list of article subjects shows up at | |
2544 the printer. With major mode printing you don't need to switch from gnus | |
2545 *Summary* buffer first. | |
2546 | |
2547 The elements have the following form: | |
2548 | |
2549 (MAJOR-MODE | |
2550 LPR-PRINT PS-PRINT | |
2551 HEADER-LINES | |
2552 LEFT-HEADER | |
2553 RIGHT-HEADER | |
2554 KILL-LOCAL-VARIABLE | |
2555 DEFAULT...) | |
2556 | |
2557 Where: | |
2558 | |
2559 MAJOR-MODE It's the major mode symbol. | |
2560 | |
2561 LPR-PRINT It's a symbol function for text printing. It's invoked with | |
2562 one argument: | |
2563 (HEADER-LINES LEFT-HEADER RIGHT-HEADER DEFAULT...). | |
2564 | |
2565 Usually LPR-PRINT function prepares the environment or buffer | |
2566 and then call the function `pr-mode-lpr' which it's used to | |
2567 process the buffer and send it to text printer. | |
2568 | |
2569 The `pr-mode-lpr' definition is: | |
2570 | |
2571 (pr-mode-lpr HEADER-LIST &optional FROM TO) | |
2572 | |
2573 Where HEADER-LIST is like the argument passed to LPR-PRINT. | |
2574 FROM and TO are the beginning and end markers, respectively, | |
2575 for a region. If FROM is nil, it's used (point-min); if TO is | |
2576 nil, it's used (point-max). | |
2577 | |
2578 PS-PRINT It's a symbol function for PostScript printing. It's invoked | |
2579 with 3 arguments: n-up printing, file name and the list: | |
2580 (HEADER-LINES LEFT-HEADER RIGHT-HEADER DEFAULT...). | |
2581 | |
2582 Usually PS-PRINT function prepares the environment or buffer | |
2583 and then call the function `pr-mode-print' which it's used to | |
2584 process the buffer and send it to PostScript printer. | |
2585 | |
2586 The `pr-mode-print' definition is: | |
2587 | |
2588 (pr-mode-print N-UP FILENAME HEADER-LIST &optional FROM TO) | |
2589 | |
2590 Where N-UP, FILENAME and HEADER-LIST are like the arguments | |
2591 passed to PS-PRINT. FROM and TO are the beginning and end | |
2592 markers, respectively, for a region. If TO is nil, it's used | |
2593 (point-max). | |
2594 | |
2595 HEADER-LINES It's the number of header lines; if is nil, it uses | |
2596 `ps-header-lines' value. | |
2597 | |
2598 LEFT-HEADER It's the left header part, it's a list of string, variable | |
2599 symbol or function symbol (with no argument); if is nil, it | |
2600 uses `ps-left-header' value. | |
2601 | |
2602 RIGHT-HEADER It's the right header part, it's a list of string, variable | |
2603 symbol or function symbol (with no argument); if is nil, it | |
2604 uses `ps-right-header' value. | |
2605 | |
2606 KILL-LOCAL-VARIABLE | |
2607 Non-nil means to kill all buffer local variable declared in | |
2608 DEFAULT (see below). | |
2609 | |
2610 DEFAULT It's a way to set default values when this entry is selected. | |
2611 It's a cons like: | |
2612 | |
2613 (VARIABLE-SYM . VALUE) | |
2614 | |
80951 | 2615 Which associates VARIABLE-SYM with VALUE. When this entry is |
49646 | 2616 selected, it's executed the following command: |
2617 | |
2618 (set (make-local-variable VARIABLE-SYM) (eval VALUE)) | |
2619 | |
2620 Note that VALUE can be any valid lisp expression. So, don't | |
2621 forget to quote symbols and constant lists. | |
2622 If VARIABLE is the special keyword `inherits-from:', VALUE must | |
2623 be a symbol name setting defined in `pr-setting-database' from | |
2624 which the current setting inherits the context. Take care with | |
2625 circular inheritance. | |
2626 Examples: | |
2627 '(ps-landscape-mode . nil) | |
2628 '(ps-spool-duplex . t) | |
2629 '(pr-gs-device . (my-gs-device t))" | |
2630 :type '(repeat | |
2631 (list | |
2632 :tag "" | |
2633 (symbol :tag "Major Mode") | |
2634 (function :tag "Text Printing Function") | |
2635 (function :tag "PS Printing Function") | |
2636 (choice :menu-tag "Number of Header Lines" | |
2637 :tag "Number of Header Lines" | |
2638 (integer :tag "Number") | |
2639 (const :tag "Default Number" nil)) | |
2640 (repeat :tag "Left Header List" | |
2641 (choice :menu-tag "Left Header" | |
2642 :tag "Left Header" | |
2643 string symbol)) | |
2644 (repeat :tag "Right Header List" | |
2645 (choice :menu-tag "Right Header" | |
2646 :tag "Right Header" | |
2647 string symbol)) | |
2648 (boolean :tag "Kill Local Variable At End") | |
2649 (repeat | |
2650 :tag "Default Value List" | |
2651 :inline t | |
2652 (cons | |
2653 :tag "" | |
2654 (choice | |
2655 :menu-tag "Variable" | |
2656 :tag "Variable" | |
2657 (const :tag "Landscape" ps-landscape-mode) | |
2658 (const :tag "Print Header" ps-print-header) | |
2659 (const :tag "Print Header Frame" ps-print-header-frame) | |
2660 (const :tag "Line Number" ps-line-number) | |
2661 (const :tag "Zebra Stripes" ps-zebra-stripes) | |
2662 (const :tag "Duplex" ps-spool-duplex) | |
2663 (const :tag "Tumble" ps-spool-tumble) | |
2664 (const :tag "Upside-Down" ps-print-upside-down) | |
2665 (const :tag "PS File Landscape" pr-file-landscape) | |
2666 (const :tag "PS File Duplex" pr-file-duplex) | |
2667 (const :tag "PS File Tumble" pr-file-tumble) | |
2668 (const :tag "Auto Region" pr-auto-region) | |
2669 (const :tag "Auto Mode" pr-auto-mode) | |
2670 (const :tag "Ghostscript Device" pr-gs-device) | |
2671 (const :tag "Ghostscript Resolution" pr-gs-resolution) | |
2672 (const :tag "inherits-from:" inherits-from:) | |
2673 (variable :tag "Other")) | |
2674 (sexp :tag "Value"))) | |
2675 )) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2676 :version "20" |
49646 | 2677 :group 'printing) |
2678 | |
2679 | |
2680 (defcustom pr-ps-utility 'mpage | |
2681 "*Specify PostScript utility symbol. | |
2682 | |
2683 This utility symbol should be defined on `pr-ps-utility-alist' (see it for | |
2684 documentation). | |
2685 | |
2686 This variable should be modified by customization engine. If this variable is | |
2687 modified by other means (for example, a lisp function), use `pr-update-menus' | |
2688 function (see it for documentation) to update PostScript utility menu. | |
2689 | |
2690 NOTE: Don't forget to download and install the utilities declared on | |
2691 `pr-ps-utility-alist'." | |
2692 :type '(symbol :tag "PS File Utility") | |
2693 :set 'pr-ps-utility-custom-set | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2694 :version "20" |
49646 | 2695 :group 'printing) |
2696 | |
2697 | |
2698 (defcustom pr-ps-utility-alist | |
2699 '((mpage "mpage" nil "-b%s" "-%d" "-l" "-t" "-T" ">" nil) | |
2700 (psnup "psnup" ("-q") "-P%s" "-%d" "-l" nil nil " " nil | |
2701 (inherits-from: . no-duplex)) | |
2702 ) | |
2703 ;; Examples: | |
2704 ;; * On GNU or Unix system: | |
2705 ;; '((mpage "mpage" nil "-b%s" "-%d" "-l" "-t" "-T" ">" nil) | |
2706 ;; (psnup "psnup" ("-q") "-P%s" "-%d" "-l" nil nil " " nil | |
2707 ;; (pr-file-duplex . nil) (pr-file-tumble . nil)) | |
2708 ;; ) | |
2709 ;; * On Windows system: | |
2710 ;; '((psnup "c:/psutils/psnup" ("-q") "-P%s" "-%d" "-l" nil nil " " nil | |
2711 ;; (pr-file-duplex . nil) (pr-file-tumble . nil)) | |
2712 ;; ) | |
2713 "*Specify an alist for PostScript utility processing (PS utility database). | |
2714 | |
2715 The alist element has the form: | |
2716 | |
2717 (SYMBOL UTILITY MUST-SWITCHES PAPERSIZE N-UP LANDSCAPE DUPLEX TUMBLE OUTPUT | |
2718 SWITCHES DEFAULT...) | |
2719 | |
2720 Where: | |
2721 | |
2722 SYMBOL It's a symbol to identify a PostScript utility. It's for | |
2723 `pr-ps-utility' variable setting and for menu selection. | |
2724 Examples: | |
2725 'mpage | |
2726 'psnup | |
2727 | |
2728 UTILITY Name of utility for processing a PostScript file. | |
2729 See also `pr-path-alist'. | |
2730 Examples: | |
2731 . for GNU or Unix system: | |
2732 \"mpage\" | |
2733 \"psnup -q\" | |
2734 | |
2735 . for Windows system: | |
2736 \"c:/psutils/psnup -q\" | |
2737 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2738 MUST-SWITCHES List of sexp's to pass as options to the PostScript utility |
49646 | 2739 program. These options are necessary to process the utility |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2740 program and must be placed before any other switches. |
49646 | 2741 Example: |
2742 . for psnup: | |
2743 '(\"-q\") | |
2744 | |
2745 PAPERSIZE It's a format string to specify paper size switch. | |
2746 Example: | |
2747 . for mpage | |
2748 \"-b%s\" | |
2749 | |
2750 N-UP It's a format string to specify n-up switch. | |
2751 Example: | |
2752 . for psnup | |
2753 \"-%d\" | |
2754 | |
2755 LANDSCAPE It's a string to specify landscape switch. If the utility | |
2756 doesn't have landscape switch, set to nil. | |
2757 Example: | |
2758 . for psnup | |
2759 \"-l\" | |
2760 | |
2761 DUPLEX It's a string to specify duplex switch. If the utility doesn't | |
2762 have duplex switch, set to nil. | |
2763 Example: | |
2764 . for psnup | |
2765 nil | |
2766 | |
2767 TUMBLE It's a string to specify tumble switch. If the utility doesn't | |
2768 have tumble switch, set to nil. | |
2769 Example: | |
2770 . for psnup | |
2771 nil | |
2772 | |
2773 OUTPUT It's a string to specify how to generate an output file. Some | |
2774 utilities accept an output file option, but some others need | |
2775 output redirection or some other way to specify an output file. | |
2776 Example: | |
2777 . for psnup | |
2778 \" \" ; psnup ... input output | |
2779 | |
2780 . for mpage | |
2781 \">\" ; mpage ... input > output | |
2782 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
2783 SWITCHES List of sexp's to pass as extra options to the PostScript utility |
49646 | 2784 program. |
2785 Example: | |
2786 . for psnup | |
2787 '(\"-q\") | |
2788 nil | |
2789 | |
2790 DEFAULT It's a way to set default values when this entry is selected. | |
2791 It's a cons like: | |
2792 | |
2793 (VARIABLE . VALUE) | |
2794 | |
80951 | 2795 Which associates VARIABLE with VALUE. When this entry is |
49646 | 2796 selected, it's executed the following command: |
2797 | |
2798 (set VARIABLE (eval VALUE)) | |
2799 | |
2800 Note that VALUE can be any valid lisp expression. So, don't | |
2801 forget to quote symbols and constant lists. | |
2802 If VARIABLE is the special keyword `inherits-from:', VALUE must | |
2803 be a symbol name setting defined in `pr-setting-database' from | |
2804 which the current setting inherits the context. Take care with | |
2805 circular inheritance. | |
2806 Examples: | |
2807 '(pr-file-landscape . nil) | |
2808 '(pr-file-duplex . t) | |
2809 '(pr-gs-device . (my-gs-device t)) | |
2810 | |
2811 This variable should be modified by customization engine. If this variable is | |
2812 modified by other means (for example, a lisp function), use `pr-update-menus' | |
2813 function (see it for documentation) to update PostScript utility menu. | |
2814 | |
2815 NOTE: Don't forget to download and install the utilities declared on | |
2816 `pr-ps-utility-alist'. | |
2817 | |
2818 Examples: | |
2819 | |
2820 * On GNU or Unix system: | |
2821 | |
2822 '((mpage \"mpage\" nil \"-b%s\" \"-%d\" \"-l\" \"-t\" \"-T\" \">\" nil) | |
2823 (psnup \"psnup\" (\"-q\") \"-P%s\" \"-%d\" \"-l\" nil nil \" \" nil | |
2824 (pr-file-duplex . nil) (pr-file-tumble . nil)) | |
2825 ) | |
2826 | |
2827 * On Windows system: | |
2828 | |
2829 '((psnup \"c:/psutils/psnup\" (\"-q\") \"-P%s\" \"-%d\" \"-l\" nil nil \" \" | |
2830 nil (pr-file-duplex . nil) (pr-file-tumble . nil)) | |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2831 ) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2832 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2833 Useful links: |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2834 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2835 * mpage download (GNU or Unix) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2836 `http://www.mesa.nl/pub/mpage/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2837 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2838 * mpage documentation (GNU or Unix - or type `man mpage') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2839 `http://www.cs.umd.edu/faq/guides/manual_unix/node48.html' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2840 `http://www.rt.com/man/mpage.1.html' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2841 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2842 * psnup (Windows, GNU or Unix) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2843 `http://www.knackered.org/angus/psutils/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2844 `http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/PsUtils/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2845 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2846 * psnup (PsUtils for Windows) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2847 `http://gnuwin32.sourceforge.net/packages/psutils.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2848 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2849 * psnup documentation (GNU or Unix - or type `man psnup') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2850 `http://linux.about.com/library/cmd/blcmdl1_psnup.htm' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2851 `http://amath.colorado.edu/computing/software/man/psnup.html' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2852 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2853 * GNU Enscript (Windows, GNU or Unix) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2854 `http://people.ssh.com/mtr/genscript/' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2855 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2856 * GNU Enscript documentation (Windows, GNU or Unix) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2857 `http://people.ssh.com/mtr/genscript/enscript.man.html' |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2858 (on GNU or Unix, type `man enscript') |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
2859 " |
49646 | 2860 :type '(repeat |
2861 (list :tag "PS File Utility" | |
2862 (symbol :tag "Utility Symbol") | |
2863 (string :tag "Utility Name") | |
2864 (repeat :tag "Must Utility Switches" | |
2865 (sexp :tag "Switch" :value "")) | |
2866 (choice :menu-tag "Paper Size" | |
2867 :tag "Paper Size" | |
2868 (const :tag "No Paper Size" nil) | |
2869 (string :tag "Paper Size Format")) | |
2870 (choice :menu-tag "N-Up" | |
2871 :tag "N-Up" | |
2872 (const :tag "No N-Up" nil) | |
2873 (string :tag "N-Up Format")) | |
2874 (choice :menu-tag "Landscape" | |
2875 :tag "Landscape" | |
2876 (const :tag "No Landscape" nil) | |
2877 (string :tag "Landscape Switch")) | |
2878 (choice :menu-tag "Duplex" | |
2879 :tag "Duplex" | |
2880 (const :tag "No Duplex" nil) | |
2881 (string :tag "Duplex Switch")) | |
2882 (choice :menu-tag "Tumble" | |
2883 :tag "Tumble" | |
2884 (const :tag "No Tumble" nil) | |
2885 (string :tag "Tumble Switch")) | |
2886 (string :tag "Output Separator") | |
2887 (repeat :tag "Utility Switches" | |
2888 (sexp :tag "Switch" :value "")) | |
2889 (repeat | |
2890 :tag "Default Value List" | |
2891 :inline t | |
2892 (cons | |
2893 :tag "" | |
2894 (choice | |
2895 :menu-tag "Variable" | |
2896 :tag "Variable" | |
2897 (const :tag "PS File Landscape" pr-file-landscape) | |
2898 (const :tag "PS File Duplex" pr-file-duplex) | |
2899 (const :tag "PS File Tumble" pr-file-tumble) | |
2900 (const :tag "Ghostscript Device" pr-gs-device) | |
2901 (const :tag "Ghostscript Resolution" pr-gs-resolution) | |
2902 (const :tag "inherits-from:" inherits-from:) | |
2903 (variable :tag "Other")) | |
2904 (sexp :tag "Value"))) | |
2905 )) | |
2906 :set 'pr-alist-custom-set | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2907 :version "20" |
49646 | 2908 :group 'printing) |
2909 | |
2910 | |
2911 (defcustom pr-menu-lock t | |
2912 "*Non-nil means menu is locked while selecting toggle options. | |
2913 | |
2914 See also `pr-menu-char-height' and `pr-menu-char-width'." | |
2915 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
2916 :version "20" |
49646 | 2917 :group 'printing) |
2918 | |
2919 | |
85687
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2920 (defcustom pr-menu-char-height (pr-menu-char-height) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2921 "*Specify menu char height in pixels. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2922 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2923 This variable is used to guess which vertical position should be locked the |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2924 menu, so don't forget to adjust it if menu position is not ok. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2925 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2926 See also `pr-menu-lock' and `pr-menu-char-width'." |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2927 :type 'integer |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2928 :version "20" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2929 :group 'printing) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2930 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2931 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2932 (defcustom pr-menu-char-width (pr-menu-char-width) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2933 "*Specify menu char width in pixels. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2934 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2935 This variable is used to guess which horizontal position should be locked the |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2936 menu, so don't forget to adjust it if menu position is not ok. |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2937 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2938 See also `pr-menu-lock' and `pr-menu-char-height'." |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2939 :type 'integer |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2940 :version "20" |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2941 :group 'printing) |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2942 |
666ace46440f
Pacify byte compiler
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85574
diff
changeset
|
2943 |
49646 | 2944 (defcustom pr-setting-database |
2945 '((no-duplex ; setting symbol name | |
2946 nil nil nil ; inherits local kill-local | |
2947 (pr-file-duplex . nil) ; settings | |
2948 (pr-file-tumble . nil)) | |
2949 ) | |
2950 "*Specify an alist for settings in general. | |
2951 | |
2952 The elements have the following form: | |
2953 | |
2954 (SYMBOL INHERITS LOCAL KILL-LOCAL SETTING...) | |
2955 | |
2956 Where: | |
2957 | |
2958 SYMBOL It's a symbol to identify the setting group. | |
2959 | |
2960 INHERITS Specify the inheritance for SYMBOL group. It's a symbol name | |
2961 setting from which the current setting inherits the context. | |
2962 If INHERITS is nil, means that there is no inheritance. | |
2963 This is a simple inheritance mechanism. | |
2964 | |
2965 Let's see an example to illustrate the inheritance mechanism: | |
2966 | |
2967 (setq pr-setting-database | |
2968 '((no-duplex ; setting symbol name | |
2969 nil ; inherits | |
2970 nil nil ; local kill-local | |
2971 (pr-file-duplex . nil) ; settings | |
2972 (pr-file-tumble . nil) | |
2973 ) | |
2974 (no-duplex-and-landscape ; setting symbol name | |
2975 no-duplex ; inherits | |
2976 nil nil ; local kill-local | |
2977 (pr-file-landscape . nil) ; settings | |
2978 ))) | |
2979 | |
2980 The example above has two setting groups: no-duplex and | |
2981 no-duplex-and-landscape. When setting no-duplex is activated | |
2982 through `inherits-from:' (see `pr-ps-utility', `pr-mode-alist' | |
2983 and `pr-ps-printer-alist'), the variables pr-file-duplex and | |
2984 pr-file-tumble are both set to nil. | |
2985 | |
2986 Now when setting no-duplex-and-landscape is activated through | |
2987 `inherits-from:', the variable pr-file-landscape is set to nil | |
2988 and also the settings for no-duplex are done, because | |
2989 no-duplex-and-landscape inherits settings from no-duplex. | |
2990 | |
2991 Take care with circular inheritance. It's an error if circular | |
2992 inheritance happens. | |
2993 | |
2994 LOCAL Non-nil means that all settings for SYMBOL group will be | |
2995 declared local buffer. | |
2996 | |
2997 KILL-LOCAL Non-nil means that all settings for SYMBOL group will be | |
2998 killed at end. It has effect only when LOCAL is non-nil. | |
2999 | |
3000 SETTING It's a cons like: | |
3001 | |
3002 (VARIABLE . VALUE) | |
3003 | |
80951 | 3004 Which associates VARIABLE with VALUE. When this entry is |
49646 | 3005 selected, it's executed the following command: |
3006 | |
3007 * If LOCAL is non-nil: | |
3008 (set (make-local-variable VARIABLE) (eval VALUE)) | |
3009 | |
3010 * If LOCAL is nil: | |
3011 (set VARIABLE (eval VALUE)) | |
3012 | |
3013 Note that VALUE can be any valid lisp expression. So, don't | |
3014 forget to quote symbols and constant lists. | |
3015 This setting is ignored if VARIABLE is equal to keyword | |
3016 `inherits-from:'. | |
3017 Examples: | |
3018 '(ps-landscape-mode . nil) | |
3019 '(ps-spool-duplex . t) | |
3020 '(pr-gs-device . (my-gs-device t))" | |
3021 :type '(repeat | |
3022 (list | |
3023 :tag "" | |
3024 (symbol :tag "Setting Name") | |
3025 (choice :menu-tag "Inheritance" | |
3026 :tag "Inheritance" | |
3027 (const :tag "No Inheritance" nil) | |
3028 (symbol :tag "Inherits From")) | |
3029 (boolean :tag "Local Buffer Setting") | |
3030 (boolean :tag "Kill Local Variable At End") | |
3031 (repeat | |
3032 :tag "Setting List" | |
3033 :inline t | |
3034 (cons | |
3035 :tag "" | |
3036 (choice | |
3037 :menu-tag "Variable" | |
3038 :tag "Variable" | |
3039 (const :tag "Landscape" ps-landscape-mode) | |
3040 (const :tag "Print Header" ps-print-header) | |
3041 (const :tag "Print Header Frame" ps-print-header-frame) | |
3042 (const :tag "Line Number" ps-line-number) | |
3043 (const :tag "Zebra Stripes" ps-zebra-stripes) | |
3044 (const :tag "Duplex" ps-spool-duplex) | |
3045 (const :tag "Tumble" ps-spool-tumble) | |
3046 (const :tag "Upside-Down" ps-print-upside-down) | |
3047 (const :tag "PS File Landscape" pr-file-landscape) | |
3048 (const :tag "PS File Duplex" pr-file-duplex) | |
3049 (const :tag "PS File Tumble" pr-file-tumble) | |
3050 (const :tag "Auto Region" pr-auto-region) | |
3051 (const :tag "Auto Mode" pr-auto-mode) | |
3052 (const :tag "Ghostscript Device" pr-gs-device) | |
3053 (const :tag "Ghostscript Resolution" pr-gs-resolution) | |
3054 (variable :tag "Other")) | |
3055 (sexp :tag "Value"))) | |
3056 )) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3057 :version "20" |
49646 | 3058 :group 'printing) |
3059 | |
3060 | |
3061 (defcustom pr-visible-entry-list | |
3062 '(postscript text postscript-options postscript-process printing help) | |
3063 "*Specify a list of Printing menu visible entries. | |
3064 | |
3065 Valid values with the corresponding menu parts are: | |
3066 | |
3067 +------------------------------+ | |
3068 | Printing Interface | | |
3069 +------------------------------+ | |
3070 `postscript' | PostScript Preview >| | |
3071 | PostScript Print >| | |
3072 | PostScript Printer: name >| | |
3073 +------------------------------+ | |
3074 `text' | Printify >| | |
3075 | Print >| | |
3076 | Text Printer: name >| | |
3077 +------------------------------+ | |
3078 `postscript-options' |[ ] Landscape | | |
3079 |[ ] Print Header | | |
3080 |[ ] Print Header Frame | | |
3081 |[ ] Line Number | | |
3082 |[ ] Zebra Stripes | | |
3083 |[ ] Duplex | | |
3084 |[ ] Tumble | | |
3085 |[ ] Upside-Down | | |
3086 | Print All Pages >| | |
3087 +------------------------------+ | |
3088 `postscript-process' |[ ] Spool Buffer | | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3089 |[ ] Print with faces | |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3090 |[ ] Print via Ghostscript | |
49646 | 3091 +------------------------------+ |
3092 `printing' |[ ] Auto Region | | |
3093 |[ ] Auto Mode | | |
3094 |[ ] Menu Lock | | |
3095 +------------------------------+ | |
3096 `help' | Customize >| | |
3097 | Show Settings >| | |
3098 | Help | | |
3099 +------------------------------+ | |
3100 | |
3101 Any other value is ignored." | |
3102 :type '(repeat :tag "Menu Visible Part" | |
3103 (choice :menu-tag "Menu Part" | |
3104 :tag "Menu Part" | |
3105 (const postscript) | |
3106 (const text) | |
3107 (const postscript-options) | |
3108 (const postscript-process) | |
3109 (const printing) | |
3110 (const help))) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3111 :version "20" |
49646 | 3112 :group 'printing) |
3113 | |
3114 | |
3115 (defcustom pr-delete-temp-file t | |
3116 "*Non-nil means delete temporary files. | |
3117 | |
3118 Set `pr-delete-temp-file' to nil, if the following message (or a similar) | |
3119 happens when printing: | |
3120 | |
3121 Error: could not open \"c:\\temp\\prspool.ps\" for reading." | |
3122 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3123 :version "20" |
49646 | 3124 :group 'printing) |
3125 | |
3126 | |
3127 (defcustom pr-list-directory nil | |
3128 "*Non-nil means list directory when processing a directory. | |
3129 | |
3130 That is, any subdirectories (and the superdirectory) of the directory (given as | |
3131 argument of functions below) are also printed (as dired-mode listings). | |
3132 | |
3133 It's used by `pr-ps-directory-preview', `pr-ps-directory-using-ghostscript', | |
3134 `pr-ps-directory-print', `pr-ps-directory-ps-print', `pr-printify-directory' | |
3135 and `pr-txt-directory'." | |
3136 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3137 :version "20" |
49646 | 3138 :group 'printing) |
3139 | |
3140 | |
3141 (defcustom pr-buffer-name "*Printing Interface*" | |
3142 "*Specify the name of the buffer interface for printing package. | |
3143 | |
3144 It's used by `pr-interface'." | |
3145 :type 'string | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3146 :version "20" |
49646 | 3147 :group 'printing) |
3148 | |
3149 | |
3150 (defcustom pr-buffer-name-ignore | |
3151 (list (regexp-quote pr-buffer-name) ; ignore printing interface buffer | |
3152 "^ .*$") ; ignore invisible buffers | |
3153 "*Specify a regexp list for buffer names to be ignored in interface buffer. | |
3154 | |
3155 NOTE: Case is important for matching, that is, `case-fold-search' is always | |
3156 nil. | |
3157 | |
3158 It's used by `pr-interface'." | |
3159 :type '(repeat (regexp :tag "Buffer Name Regexp")) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3160 :version "20" |
49646 | 3161 :group 'printing) |
3162 | |
3163 | |
3164 (defcustom pr-buffer-verbose t | |
3165 "*Non-nil means to be verbose when editing a field in interface buffer. | |
3166 | |
3167 It's used by `pr-interface'." | |
3168 :type 'boolean | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3169 :version "20" |
49646 | 3170 :group 'printing) |
3171 | |
3172 | |
3173 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
3174 ;; Internal Variables | |
3175 | |
3176 | |
3177 (defvar pr-txt-command nil | |
3178 "Name of program for printing a text file. | |
3179 See `pr-txt-printer-alist'.") | |
3180 | |
3181 | |
3182 (defvar pr-txt-switches nil | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3183 "List of sexp's to pass as extra options to the text printer program. |
49646 | 3184 See `pr-txt-printer-alist'.") |
3185 | |
3186 | |
3187 (defvar pr-txt-printer nil | |
3188 "Specify text printer name. | |
3189 See `pr-txt-printer-alist'.") | |
3190 | |
3191 | |
3192 (defvar pr-ps-command nil | |
3193 "Name of program for printing a PostScript file. | |
3194 See `pr-ps-printer-alist'.") | |
3195 | |
3196 | |
3197 (defvar pr-ps-switches nil | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3198 "List of sexp's to pass as extra options to the PostScript printer program. |
49646 | 3199 See `pr-ps-printer-alist'.") |
3200 | |
3201 | |
3202 (defvar pr-ps-printer-switch nil | |
3203 "Specify PostScript printer name switch. | |
3204 See `pr-ps-printer-alist'.") | |
3205 | |
3206 | |
3207 (defvar pr-ps-printer nil | |
3208 "Specify PostScript printer name. | |
3209 See `pr-ps-printer-alist'.") | |
3210 | |
3211 | |
3212 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3213 ;; Macros |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3214 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3215 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3216 (defmacro pr-save-file-modes (&rest body) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3217 "Set temporally file modes to `pr-file-modes'." |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3218 `(let ((pr--default-file-modes (default-file-modes))) ; save default |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3219 (set-default-file-modes pr-file-modes) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3220 ,@body |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3221 (set-default-file-modes pr--default-file-modes))) ; restore default |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3222 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3223 |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
3224 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
49646 | 3225 ;; Keys & Menus |
3226 | |
3227 | |
3228 (defsubst pr-visible-p (key) | |
3229 (memq key pr-visible-entry-list)) | |
3230 | |
3231 | |
3232 (defsubst pr-mode-alist-p () | |
3233 (cdr (assq major-mode pr-mode-alist))) | |
3234 | |
3235 | |
3236 (defsubst pr-auto-mode-p () | |
3237 (and pr-auto-mode (pr-mode-alist-p))) | |
3238 | |
3239 | |
3240 (defsubst pr-using-ghostscript-p () | |
3241 (and pr-print-using-ghostscript (not pr-spool-p))) | |
3242 | |
3243 | |
66951
e21a70dc8958
(easy-menu-intern): Don't define.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65680
diff
changeset
|
3244 (defalias 'pr-get-symbol |
73027
575850f5bd53
Adjust X-URL
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
68651
diff
changeset
|
3245 (if (fboundp 'easy-menu-intern) ; hacked from easymenu.el |
66951
e21a70dc8958
(easy-menu-intern): Don't define.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65680
diff
changeset
|
3246 'easy-menu-intern |
e21a70dc8958
(easy-menu-intern): Don't define.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65680
diff
changeset
|
3247 (lambda (s) (if (stringp s) (intern s) s)))) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3248 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3249 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3250 (defconst pr-menu-spec |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3251 ;; Menu mapping: |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3252 ;; unfortunately XEmacs doesn't support :active for submenus, |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3253 ;; only for items. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3254 ;; So, it uses :included instead of :active. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3255 ;; Also, XEmacs doesn't support :help tag. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3256 (let ((pr-:active (if (featurep 'xemacs) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3257 :included ; XEmacs |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3258 :active)) ; GNU Emacs |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3259 (pr-:help (if (featurep 'xemacs) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3260 'ignore ; XEmacs |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3261 #'(lambda (text) (list :help text))))) ; GNU Emacs |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3262 `( |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3263 ["Printing Interface" pr-interface |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3264 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3265 pr-:help "Use buffer interface instead of menu interface")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3266 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3267 ("PostScript Preview" :included (pr-visible-p 'postscript) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3268 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3269 pr-:help "Preview PostScript instead of sending to printer") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3270 ("Directory" ,pr-:active (not pr-spool-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3271 ["1-up" (pr-ps-directory-preview 1 nil nil t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3272 ["2-up" (pr-ps-directory-preview 2 nil nil t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3273 ["4-up" (pr-ps-directory-preview 4 nil nil t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3274 ["Other..." (pr-ps-directory-preview nil nil nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3275 :keys "\\[pr-ps-buffer-preview]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3276 ("Buffer" ,pr-:active (not pr-spool-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3277 ["1-up" (pr-ps-buffer-preview 1 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3278 ["2-up" (pr-ps-buffer-preview 2 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3279 ["4-up" (pr-ps-buffer-preview 4 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3280 ["Other..." (pr-ps-buffer-preview nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3281 :keys "\\[pr-ps-buffer-preview]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3282 ("Region" ,pr-:active (and (not pr-spool-p) (ps-mark-active-p)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3283 ["1-up" (pr-ps-region-preview 1 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3284 ["2-up" (pr-ps-region-preview 2 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3285 ["4-up" (pr-ps-region-preview 4 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3286 ["Other..." (pr-ps-region-preview nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3287 :keys "\\[pr-ps-region-preview]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3288 ("Mode" ,pr-:active (and (not pr-spool-p) (pr-mode-alist-p)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3289 ["1-up" (pr-ps-mode-preview 1 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3290 ["2-up" (pr-ps-mode-preview 2 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3291 ["4-up" (pr-ps-mode-preview 4 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3292 ["Other..." (pr-ps-mode-preview nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3293 :keys "\\[pr-ps-mode-preview]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3294 ("File" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3295 ["No Preprocessing..." (call-interactively 'pr-ps-file-preview) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3296 :keys "\\[pr-ps-file-preview]" |
58218
63c796a99b3e
adjust pr-menu-spec
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58204
diff
changeset
|
3297 ,@(funcall |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3298 pr-:help "Preview PostScript file")] |
49646 | 3299 "--" |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3300 ["PostScript Utility" pr-update-menus :active pr-ps-utility-alist |
58218
63c796a99b3e
adjust pr-menu-spec
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58204
diff
changeset
|
3301 ,@(funcall |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3302 pr-:help "Select PostScript utility")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3303 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3304 ["1-up..." (pr-ps-file-up-preview 1 t t) pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3305 ["2-up..." (pr-ps-file-up-preview 2 t t) pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3306 ["4-up..." (pr-ps-file-up-preview 4 t t) pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3307 ["Other..." (pr-ps-file-up-preview nil t t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3308 :keys "\\[pr-ps-file-up-preview]" :active pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3309 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3310 ["Landscape" pr-toggle-file-landscape-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3311 :style toggle :selected pr-file-landscape |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3312 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3313 pr-:help "Toggle landscape for PostScript file") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3314 :active pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3315 ["Duplex" pr-toggle-file-duplex-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3316 :style toggle :selected pr-file-duplex |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3317 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3318 pr-:help "Toggle duplex for PostScript file") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3319 :active pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3320 ["Tumble" pr-toggle-file-tumble-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3321 :style toggle :selected pr-file-tumble |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3322 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3323 pr-:help "Toggle tumble for PostScript file") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3324 :active (and pr-file-duplex pr-ps-utility-alist)]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3325 ["Despool..." (call-interactively 'pr-despool-preview) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3326 :active pr-spool-p :keys "\\[pr-despool-preview]" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3327 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3328 pr-:help "Despool PostScript buffer to printer or file (C-u)")]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3329 ("PostScript Print" :included (pr-visible-p 'postscript) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3330 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3331 pr-:help "Send PostScript to printer or file (C-u)") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3332 ("Directory" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3333 ["1-up" (pr-ps-directory-ps-print 1 nil nil t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3334 ["2-up" (pr-ps-directory-ps-print 2 nil nil t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3335 ["4-up" (pr-ps-directory-ps-print 4 nil nil t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3336 ["Other..." (pr-ps-directory-ps-print nil nil nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3337 :keys "\\[pr-ps-buffer-ps-print]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3338 ("Buffer" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3339 ["1-up" (pr-ps-buffer-ps-print 1 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3340 ["2-up" (pr-ps-buffer-ps-print 2 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3341 ["4-up" (pr-ps-buffer-ps-print 4 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3342 ["Other..." (pr-ps-buffer-ps-print nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3343 :keys "\\[pr-ps-buffer-ps-print]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3344 ("Region" ,pr-:active (ps-mark-active-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3345 ["1-up" (pr-ps-region-ps-print 1 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3346 ["2-up" (pr-ps-region-ps-print 2 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3347 ["4-up" (pr-ps-region-ps-print 4 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3348 ["Other..." (pr-ps-region-ps-print nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3349 :keys "\\[pr-ps-region-ps-print]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3350 ("Mode" ,pr-:active (pr-mode-alist-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3351 ["1-up" (pr-ps-mode-ps-print 1 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3352 ["2-up" (pr-ps-mode-ps-print 2 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3353 ["4-up" (pr-ps-mode-ps-print 4 t) t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3354 ["Other..." (pr-ps-mode-ps-print nil t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3355 :keys "\\[pr-ps-mode-ps-print]"]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3356 ("File" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3357 ["No Preprocessing..." (call-interactively 'pr-ps-file-ps-print) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3358 :keys "\\[pr-ps-file-ps-print]" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3359 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3360 pr-:help "Send PostScript file to printer")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3361 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3362 ["PostScript Utility" pr-update-menus :active pr-ps-utility-alist |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3363 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3364 pr-:help "Select PostScript utility")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3365 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3366 ["1-up..." (pr-ps-file-up-ps-print 1 t t) pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3367 ["2-up..." (pr-ps-file-up-ps-print 2 t t) pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3368 ["4-up..." (pr-ps-file-up-ps-print 4 t t) pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3369 ["Other..." (pr-ps-file-up-ps-print nil t t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3370 :keys "\\[pr-ps-file-up-ps-print]" :active pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3371 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3372 ["Landscape" pr-toggle-file-landscape-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3373 :style toggle :selected pr-file-landscape |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3374 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3375 pr-:help "Toggle landscape for PostScript file") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3376 :active pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3377 ["Duplex" pr-toggle-file-duplex-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3378 :style toggle :selected pr-file-duplex |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3379 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3380 pr-:help "Toggle duplex for PostScript file") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3381 :active pr-ps-utility-alist] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3382 ["Tumble" pr-toggle-file-tumble-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3383 :style toggle :selected pr-file-tumble |
58218
63c796a99b3e
adjust pr-menu-spec
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58204
diff
changeset
|
3384 ,@(funcall |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3385 pr-:help "Toggle tumble for PostScript file") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3386 :active (and pr-file-duplex pr-ps-utility-alist)]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3387 ["Despool..." (call-interactively 'pr-despool-ps-print) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3388 :active pr-spool-p :keys "\\[pr-despool-ps-print]" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3389 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3390 pr-:help "Despool PostScript buffer to printer or file (C-u)")]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3391 ["PostScript Printers" pr-update-menus |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3392 :active pr-ps-printer-alist :included (pr-visible-p 'postscript) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3393 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3394 pr-:help "Select PostScript printer")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3395 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3396 ("Printify" :included (pr-visible-p 'text) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3397 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3398 pr-:help |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3399 "Replace non-printing chars with printable representations.") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3400 ["Directory" pr-printify-directory t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3401 ["Buffer" pr-printify-buffer t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3402 ["Region" pr-printify-region (ps-mark-active-p)]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3403 ("Print" :included (pr-visible-p 'text) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3404 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3405 pr-:help "Send text to printer") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3406 ["Directory" pr-txt-directory t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3407 ["Buffer" pr-txt-buffer t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3408 ["Region" pr-txt-region (ps-mark-active-p)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3409 ["Mode" pr-txt-mode (pr-mode-alist-p)]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3410 ["Text Printers" pr-update-menus |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3411 :active pr-txt-printer-alist :included (pr-visible-p 'text) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3412 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3413 pr-:help "Select text printer")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3414 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3415 ["Landscape" pr-toggle-landscape-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3416 :style toggle :selected ps-landscape-mode |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3417 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3418 ["Print Header" pr-toggle-header-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3419 :style toggle :selected ps-print-header |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3420 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3421 ["Print Header Frame" pr-toggle-header-frame-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3422 :style toggle :selected ps-print-header-frame :active ps-print-header |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3423 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3424 ["Line Number" pr-toggle-line-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3425 :style toggle :selected ps-line-number |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3426 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3427 ["Zebra Stripes" pr-toggle-zebra-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3428 :style toggle :selected ps-zebra-stripes |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3429 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3430 ["Duplex" pr-toggle-duplex-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3431 :style toggle :selected ps-spool-duplex |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3432 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3433 ["Tumble" pr-toggle-tumble-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3434 :style toggle :selected ps-spool-tumble :active ps-spool-duplex |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3435 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3436 ["Upside-Down" pr-toggle-upside-down-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3437 :style toggle :selected ps-print-upside-down |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3438 :included (pr-visible-p 'postscript-options)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3439 ("Print All Pages" :included (pr-visible-p 'postscript-options) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3440 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3441 pr-:help "Select odd/even pages/sheets to print") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3442 ["All Pages" (pr-even-or-odd-pages nil) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3443 :style radio :selected (eq ps-even-or-odd-pages nil)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3444 ["Even Pages" (pr-even-or-odd-pages 'even-page) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3445 :style radio :selected (eq ps-even-or-odd-pages 'even-page)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3446 ["Odd Pages" (pr-even-or-odd-pages 'odd-page) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3447 :style radio :selected (eq ps-even-or-odd-pages 'odd-page)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3448 ["Even Sheets" (pr-even-or-odd-pages 'even-sheet) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3449 :style radio :selected (eq ps-even-or-odd-pages 'even-sheet)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3450 ["Odd Sheets" (pr-even-or-odd-pages 'odd-sheet) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3451 :style radio :selected (eq ps-even-or-odd-pages 'odd-sheet)]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3452 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3453 ["Spool Buffer" pr-toggle-spool-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3454 :style toggle :selected pr-spool-p |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3455 :included (pr-visible-p 'postscript-process) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3456 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3457 pr-:help "Toggle PostScript spooling")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3458 ["Print with faces" pr-toggle-faces-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3459 :style toggle :selected pr-faces-p |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3460 :included (pr-visible-p 'postscript-process) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3461 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3462 pr-:help "Toggle PostScript printing with faces")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3463 ["Print via Ghostscript" pr-toggle-ghostscript-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3464 :style toggle :selected pr-print-using-ghostscript |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3465 :included (pr-visible-p 'postscript-process) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3466 ,@(funcall |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3467 pr-:help "Toggle PostScript generation using ghostscript")] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3468 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3469 ["Auto Region" pr-toggle-region-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3470 :style toggle :selected pr-auto-region |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3471 :included (pr-visible-p 'printing)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3472 ["Auto Mode" pr-toggle-mode-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3473 :style toggle :selected pr-auto-mode |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3474 :included (pr-visible-p 'printing)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3475 ["Menu Lock" pr-toggle-lock-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3476 :style toggle :selected pr-menu-lock |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3477 :included (pr-visible-p 'printing)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3478 "--" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3479 ("Customize" :included (pr-visible-p 'help) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3480 ["printing" pr-customize t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3481 ["ps-print" ps-print-customize t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3482 ["lpr" lpr-customize t]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3483 ("Show Settings" :included (pr-visible-p 'help) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3484 ["printing" pr-show-pr-setup t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3485 ["ps-print" pr-show-ps-setup t] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3486 ["lpr" pr-show-lpr-setup t]) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3487 ["Help" pr-help :active t :included (pr-visible-p 'help)] |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3488 ))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3489 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3490 |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3491 (defun pr-menu-bind () |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3492 "Install `printing' menu in the menubar. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3493 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3494 On Emacs 20, it replaces the Tools/Print menu by Tools/Printing menu. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3495 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3496 On Emacs 21 and 22, it replaces the File/Print* menu entries by File/Print |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3497 menu. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3498 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3499 Calls `pr-update-menus' to adjust menus." |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3500 (interactive) |
80951 | 3501 (pr-global-menubar pr-menu-spec) |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
3502 (pr-update-menus t)) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3503 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3504 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3505 ;; Key binding |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3506 (let ((pr-print-key (if (featurep 'xemacs) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3507 'f22 ; XEmacs |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3508 'print))) ; GNU Emacs |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3509 (global-set-key `[,pr-print-key] 'pr-ps-fast-fire) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3510 ;; Well, M-print and S-print are used because in my keyboard S-print works |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3511 ;; and M-print doesn't. But M-print can work in other keyboard. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3512 (global-set-key `[(meta ,pr-print-key)] 'pr-ps-mode-using-ghostscript) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3513 (global-set-key `[(shift ,pr-print-key)] 'pr-ps-mode-using-ghostscript) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3514 ;; Well, C-print and C-M-print are used because in my keyboard C-M-print works |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3515 ;; and C-print doesn't. But C-print can work in other keyboard. |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3516 (global-set-key `[(control ,pr-print-key)] 'pr-txt-fast-fire) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3517 (global-set-key `[(control meta ,pr-print-key)] 'pr-txt-fast-fire)) |
49646 | 3518 |
3519 | |
3520 ;;; You can also use something like: | |
3521 ;;;(global-set-key "\C-ci" 'pr-interface) | |
3522 ;;;(global-set-key "\C-cbp" 'pr-ps-buffer-print) | |
3523 ;;;(global-set-key "\C-cbx" 'pr-ps-buffer-preview) | |
3524 ;;;(global-set-key "\C-cbb" 'pr-ps-buffer-using-ghostscript) | |
3525 ;;;(global-set-key "\C-crp" 'pr-ps-region-print) | |
3526 ;;;(global-set-key "\C-crx" 'pr-ps-region-preview) | |
3527 ;;;(global-set-key "\C-crr" 'pr-ps-region-using-ghostscript) | |
3528 | |
3529 | |
3530 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
3531 ;; Help Message | |
3532 | |
3533 | |
3534 (defconst pr-help-message | |
3535 (concat "printing.el version " pr-version | |
3536 " ps-print.el version " ps-print-version | |
3537 "\n\n | |
3538 Menu Layout | |
3539 ----------- | |
3540 | |
3541 The `printing' menu (Tools/Printing or File/Print) has the following layout: | |
3542 | |
3543 +-----------------------------+ | |
3544 A 0 | Printing Interface | | |
3545 +-----------------------------+ +-A---------+ +-B------+ | |
3546 I 1 | PostScript Preview >|-------|Directory >|-----|1-up | | |
3547 2 | PostScript Print >|---- A |Buffer >|-- B |2-up | | |
3548 3 | PostScript Printer: name >|---- C |Region >|-- B |4-up | | |
3549 +-----------------------------+ |Mode >|-- B |Other...| | |
3550 II 4 | Printify >|-----\\ |File >|--\\ +--------+ | |
3551 5 | Print >|---\\ | |Despool... | | | |
3552 6 | Text Printer: name >|-\\ | | +-----------+ | | |
3553 +-----------------------------+ | | | +---------+ +------------+ | |
54210
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
3554 III 7 |[ ]Landscape | | | \\-|Directory| | No Prep... | Ia |
49646 | 3555 8 |[ ]Print Header | | | |Buffer | +------------+ Ib |
3556 9 |[ ]Print Header Frame | | | |Region | | name >|- C | |
3557 10 |[ ]Line Number | | | +---------+ +------------+ | |
3558 11 |[ ]Zebra Stripes | | | +---------+ | 1-up... | Ic | |
3559 12 |[ ]Duplex | | \\---|Directory| | 2-up... | | |
3560 13 |[ ]Tumble | \\--\\ |Buffer | | 4-up... | | |
3561 14 |[ ]Upside-Down | | |Region | | Other... | | |
3562 15 | Print All Pages >|--\\ | |Mode | +------------+ | |
3563 +-----------------------------+ | | +---------+ |[ ]Landscape| Id | |
3564 IV 16 |[ ]Spool Buffer | | | +-C-------+ |[ ]Duplex | Ie | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3565 17 |[ ]Print with faces | | \\--|( )name A| |[ ]Tumble | If |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3566 18 |[ ]Print via Ghostscript | | |( )name B| +------------+ |
49646 | 3567 +-----------------------------+ | |... | |
3568 V 19 |[ ]Auto Region | | |(*)name | | |
3569 20 |[ ]Auto Mode | | |... | | |
3570 21 |[ ]Menu Lock | | +---------+ +--------------+ | |
3571 +-----------------------------+ \\------------------|(*)All Pages | | |
3572 VI 22 | Customize >|--- D +-D------+ |( )Even Pages | | |
3573 23 | Show Settings >|-------|printing| |( )Odd Pages | | |
3574 24 | Help | |ps-print| |( )Even Sheets| | |
3575 +-----------------------------+ |lpr | |( )Odd Sheets | | |
3576 +--------+ +--------------+ | |
3577 | |
3578 See `pr-visible-entry-list' for hiding some parts of the menu. | |
3579 | |
3580 The menu has the following sections: | |
3581 | |
3582 A. Interface: | |
3583 | |
3584 0. You can use a buffer interface instead of menus. It looks like the | |
3585 customization buffer. Basically, it has the same options found in the | |
3586 menu and some extra options, all this on a buffer. | |
3587 | |
3588 I. PostScript printing: | |
3589 | |
3590 1. You can generate a PostScript file (if you type C-u before activating | |
3591 menu) or PostScript temporary file for a directory, a buffer, a region | |
3592 or a major mode, choosing 1-up, 2-up, 4-up or any other n-up printing; | |
3593 after file generation, ghostview is activated using the file generated | |
3594 as argument. This option is disabled if spooling is on (option 16). | |
3595 Also, if you already have a PostScript file you can preview it. | |
3596 Instead of previewing each buffer, region or major mode at once, you | |
3597 can save temporarily the PostScript code generated in a buffer and | |
3598 preview it later. The option `Despool...' despools the PostScript | |
3599 spooling buffer in a temporary file and uses ghostview to preview it. | |
3600 If you type C-u before choosing this option, the PostScript code | |
3601 generated is saved in a file instead of saving in a temporary file. To | |
3602 spool the PostScript code generated you need to turn on the option 16. | |
3603 The option `Despool...' is enabled if spooling is on (option 16). | |
3604 | |
3605 NOTE 1: It's possible to customize a major mode printing, just declare | |
3606 the customization in `pr-mode-alist' and invoke some of | |
3607 `*-mode*' commands or select Mode option in Printing menu. An | |
3608 example for major mode usage is when you're using gnus (or mh, | |
3609 or rmail, etc.) and you're in the *Summary* buffer, if you | |
3610 forget to switch to the *Article* buffer before printing, | |
3611 you'll get a nicely formatted list of article subjects shows | |
3612 up at the printer. With major mode printing you don't need to | |
3613 switch from gnus *Summary* buffer first. | |
3614 | |
3615 NOTE 2: There are the following options for PostScript file processing: | |
54210
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
3616 Ia. Print the file *No Preprocessing*, that is, send it |
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
3617 directly to PostScript printer. |
49646 | 3618 Ib. PostScript utility processing selection. |
3619 See `pr-ps-utility-alist' and `pr-setting-database' for | |
3620 documentation. | |
3621 Ic. Do n-up processing before printing. | |
3622 Id. Toggle on/off landscape for PostScript file processing. | |
3623 Ie. Toggle on/off duplex for PostScript file processing. | |
3624 If. Toggle on/off tumble for PostScript file processing. | |
3625 | |
3626 NOTE 3: Don't forget to download and install the utilities declared on | |
3627 `pr-ps-utility-alist'. | |
3628 | |
3629 2. Operate the same way as option 1, but it sends directly the PostScript | |
3630 code (or put in a file, if you've typed C-u) or it uses ghostscript to | |
3631 print the PostScript file generated. It depends on option 18, if it's | |
3632 turned on, it uses ghostscript; otherwise, it sends directly to | |
3633 printer. If spooling is on (option 16), the PostScript code is saved | |
3634 temporarily in a buffer instead of printing it or saving it in a file. | |
3635 Also, if you already have a PostScript file you can print it. | |
3636 Instead of printing each buffer, region or major mode at once, you can | |
3637 save temporarily the PostScript code generated in a buffer and print it | |
3638 later. The option `Despool...' despools the PostScript spooling buffer | |
3639 directly on a printer. If you type C-u before choosing this option, | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3640 the PostScript code generated is saved in a file instead of sending it to |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3641 the printer. To spool the PostScript code generated you need to turn on |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3642 option 16. This option is enabled if spooling is on (option 16). |
49646 | 3643 See also the NOTE 1, NOTE 2 and NOTE 3 on option 1. |
3644 | |
3645 3. You can select a new PostScript printer to send PostScript code | |
3646 generated. For selection it's used all PostScript printers defined | |
3647 in `pr-ps-printer-alist' variable (see it for documentation). | |
3648 See also `pr-setting-database'. | |
3649 | |
3650 II. Text printing: | |
3651 | |
3652 4. If you have control characters (character code from \\000 to \\037) in a | |
3653 buffer and you want to print them in a text printer, select this | |
3654 option. All control characters in your buffer or region will be | |
3655 replaced by a printable representation. The printable representations | |
3656 use ^ (for ASCII control characters) or hex. The characters tab, | |
3657 linefeed, space, return and formfeed are not affected. | |
3658 You don't need to select this option if you use any option of section | |
3659 I, the PostScript engine treats control characters properly. | |
3660 | |
3661 5. If you want to print a directory, buffer, region or major mode in a | |
3662 text printer, select this option. See also the NOTE 1 on option 1. | |
3663 | |
3664 6. You can select a new text printer to send text generated. For | |
3665 selection it's used all text printers defined in `pr-txt-printer-alist' | |
3666 variable (see it for documentation). | |
3667 See also `pr-setting-database'. | |
3668 | |
3669 III. PostScript page toggle options: | |
3670 | |
3671 7. If you want a PostScript landscape printing, turn on this option. | |
3672 | |
3673 8. If you want to have a header in each page in your PostScript code, | |
3674 turn on this option. | |
3675 | |
3676 9. If you want to draw a gaudy frame around the header, turn on this | |
3677 option. This option is enabled if print header is on (option 8). | |
3678 | |
3679 10. If you want that the line number is printed in your PostScript code, | |
3680 turn on this option. | |
3681 | |
3682 11. If you want background zebra stripes in your PostScript code, turn on | |
3683 this option. | |
3684 | |
3685 12. If you want a duplex printing and your PostScript printer has this | |
3686 feature, turn on this option. | |
3687 | |
3688 13. If you turned on duplex printing, you can choose if you want to have a | |
3689 printing suitable for binding on the left or right (tumble off), or to | |
3690 have a printing suitable for binding at top or bottom (tumble on). | |
3691 This option is enabled if duplex is on (option 12). | |
3692 | |
3693 14. If you want a PostScript upside-down printing, turn on this option. | |
3694 | |
3695 15. With this option, you can choose if you want to print all pages, odd | |
3696 pages, even pages, odd sheets or even sheets. | |
3697 See also `ps-even-or-odd-pages'. | |
3698 | |
3699 IV. PostScript processing toggle options: | |
3700 | |
3701 16. If you want to spool the PostScript code generated, turn on this | |
3702 option. To spool the PostScript code generated use option 2. You can | |
3703 despool later by choosing option 1 or 2, sub-option `Despool...'. | |
3704 | |
3705 17. If you use colors in your buffers and want to see these colors on your | |
3706 PostScript code generated, turn on this option. If you have a | |
3707 black/white PostScript printer, these colors are displayed in gray | |
3708 scale by PostScript printer interpreter. | |
3709 | |
3710 18. If you don't have a PostScript printer to send PostScript files, turn | |
3711 on this option. When this option is on, the ghostscript is used to | |
3712 print PostScript files. In GNU or Unix system, if ghostscript is set | |
3713 as a PostScript filter, you don't need to turn on this option. | |
3714 | |
3715 V. Printing customization: | |
3716 | |
3717 19. If you want that region is automagically detected, turn on this | |
3718 option. Note that this will only work if you're using transient mark | |
3719 mode. When this option is on, the `*-buffer*' commands will behave | |
3720 like `*-region*' commands, that is, `*-buffer*' commands will print | |
3721 only the region marked instead of all buffer. | |
3722 | |
3723 20. Turn this option on if you want that when current major-mode is | |
3724 declared in `pr-mode-alist', the `*-buffer*' and `*-region*' commands | |
3725 behave like `*-mode*' commands. | |
3726 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3727 21. If you want that Printing menu stays open while you are setting |
49646 | 3728 toggle options, turn on this option. The variables |
3729 `pr-menu-char-height' and `pr-menu-char-width' are used to guess the | |
3730 menu position, so don't forget to adjust these variables if menu | |
3731 position is not ok. | |
3732 | |
3733 VI. Customization: | |
3734 | |
3735 22. Besides all options in section III, IV and V, you can customize much | |
3736 more PostScript options in `ps-print' option. Or you can customize | |
3737 some `lpr' options for text printing. Or customize `printing' | |
3738 options. | |
3739 | |
3740 23. Show current settings for `printing', `ps-print' or `lpr'. | |
3741 | |
3742 24. Quick help for printing menu layout. | |
3743 ") | |
3744 "Printing help message.") | |
3745 | |
3746 | |
3747 (defconst pr-interface-help-message | |
3748 (concat "printing.el version " pr-version | |
3749 " ps-print.el version " ps-print-version | |
3750 "\n\n | |
3751 The printing interface buffer has the same functionality as the printing menu. | |
3752 The major difference is that the states (like sending PostScript generated to a | |
3753 file, n-up printing, etc.) are set and saved between priting buffer | |
3754 activation. Also, the landscape, duplex and tumble values are the same for | |
3755 PostScript file and directory/buffer/region/mode processing; using menu, there | |
3756 are different value sets for PostScript file and directory/buffer/region/mode | |
3757 processing. | |
3758 | |
3759 The printing interface buffer has the following sections: | |
3760 | |
3761 1. Print: | |
3762 | |
3763 Here you can choose to print/preview a buffer, a directory or a PostScript | |
3764 file: | |
3765 | |
3766 1a. Buffer: | |
3767 | |
3768 * Buffer List: | |
3769 Select a buffer from the current buffer list. | |
3770 | |
3771 * Region: | |
3772 If it's on, this means that the selected buffer has an active region, | |
3773 so you can turn on/off, as you wish. | |
3774 If it's off when a buffer is selected, this means that the selected | |
3775 buffer has no active region, so it'll not be possible to turn it on. | |
3776 If you want to process the region, let this option on. | |
3777 If you want to process the whole buffer, let this option off. | |
3778 | |
3779 * Mode: | |
3780 If it's on, this means that the selected buffer major mode is declared | |
3781 for major mode processing, so you can turn on/off, as you wish. | |
3782 If it's off when a buffer is selected, this means that the selected | |
3783 buffer major mode isn't declared for major mode processing, so it'll | |
3784 not be possible to turn it on. | |
3785 If you want the major mode processing, let this option on. | |
3786 If you don't want the major mode processing, let this option off. | |
3787 | |
3788 NOTE 1: It's possible to customize a major mode printing, just declare | |
3789 the customization in `pr-mode-alist' and invoke some of | |
3790 `*-mode*' commands or select Mode option in Printing menu. An | |
3791 example for major mode usage is when you're using gnus (or mh, | |
3792 or rmail, etc.) and you're in the *Summary* buffer, if you | |
3793 forget to switch to the *Article* buffer before printing, | |
3794 you'll get a nicely formatted list of article subjects shows | |
3795 up at the printer. With major mode printing you don't need to | |
3796 switch from gnus *Summary* buffer first. | |
3797 | |
3798 1b. Directory: | |
3799 | |
3800 * Directory: | |
3801 Specify a valid directory path. | |
3802 | |
3803 * File Regexp: | |
3804 Specify a file name regexp. All file names in the directory that | |
3805 match with regexp will be printed/previewed. An empty file name | |
3806 regexp means to print/preview all files in the directory. | |
3807 | |
3808 * List Directory Entry: | |
3809 If it's turned on, list directory entries besides file entries. | |
3810 | |
3811 1c. PostScript file: | |
3812 | |
3813 * PostScript File: | |
3814 Specify an existent PostScript file to print/preview. | |
3815 | |
3816 * PostScript Utility: | |
3817 Select a PostScript utility. | |
3818 See `pr-ps-utility-alist' and `pr-setting-database' for documentation. | |
3819 | |
3820 NOTE 2: Don't forget to download and install the utilities declared on | |
3821 `pr-ps-utility-alist'. | |
3822 | |
54210
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
3823 * No Preprocessing: |
49646 | 3824 If it's turned on, don't use the PostScript utility to preprocess the |
3825 PostScript file before printing/previewing. | |
3826 | |
3827 2. PostScript printer: | |
3828 | |
3829 * PostScript Printer: | |
3830 You can select a new PostScript printer to send PostScript code | |
3831 generated. For selection it's used all PostScript printers defined | |
3832 in `pr-ps-printer-alist' variable (see it for documentation). | |
3833 See also `pr-setting-database'. | |
3834 | |
3835 * Despool: | |
3836 If spooling is on, you can turn it on/off, as you wish. | |
3837 If spooling is off, it'll not be possible to turn it on. | |
3838 If it's turned on, specify to despools the PostScript spooling buffer in | |
3839 a temporary file or in the selected PostScript file when | |
3840 printing/previewing. | |
3841 | |
3842 * Preview: | |
3843 Preview the PostScript generated. | |
3844 | |
3845 * Print: | |
3846 Print the PostScript generated. | |
3847 | |
3848 * Quit: | |
3849 Quit from printing interface buffer. | |
3850 | |
3851 * Send to Printer/Temporary File: | |
3852 If it's turned on, the PostScript generated is sent directly to | |
3853 PostScript printer or, for previewing, to a temporary file. | |
3854 | |
3855 * Send to File: | |
3856 Specify a file name to send the PostScript generated. | |
3857 | |
3858 * N-Up: | |
3859 Specify n-up printing. | |
3860 | |
3861 3. Text printer: | |
3862 | |
3863 * Text Printer: | |
3864 Select a new text printer to send text generated. For selection it's used | |
3865 all text printers defined in `pr-txt-printer-alist' variable (see it for | |
3866 documentation). See also `pr-setting-database'. | |
3867 | |
3868 * Printify: | |
3869 If you have control characters (character code from \\000 to \\037) in a | |
3870 buffer and you want to print them in a text printer, select this | |
3871 option. All control characters in your buffer or region will be | |
3872 replaced by a printable representation. The printable representations | |
3873 use ^ (for ASCII control characters) or hex. The characters tab, | |
3874 linefeed, space, return and formfeed are not affected. | |
3875 You don't need to select this option if you use any option of section | |
3876 I, the PostScript engine treats control characters properly. | |
3877 | |
3878 * Print: | |
3879 To print a directory, buffer, region or major mode in a | |
3880 text printer, select this option. See also the NOTE 1 on section 1. | |
3881 | |
3882 * Quit: | |
3883 Quit from printing interface buffer. | |
3884 | |
3885 4. Settings: | |
3886 | |
3887 There are 3 setting columns: | |
3888 | |
3889 4a. First column (left column): | |
3890 | |
3891 * Landscape: | |
3892 PostScript landscape printing. | |
3893 | |
3894 * Print Header: | |
3895 To have a header in each page in your PostScript code. | |
3896 | |
3897 * Print Header Frame: | |
3898 To draw a gaudy frame around the header. | |
3899 | |
3900 * Line Number: | |
3901 The line number is printed in your PostScript code. | |
3902 | |
3903 * Zebra Stripes: | |
3904 Background zebra stripes in your PostScript code. | |
3905 | |
3906 * Duplex: | |
3907 Duplex printing (if your PostScript printer has this feature). | |
3908 | |
3909 * Tumble: | |
3910 If duplex printing is on, you can choose if you want to have a | |
3911 printing suitable for binding on the left or right (tumble off), or to | |
3912 have a printing suitable for binding at top or bottom (tumble on). | |
3913 | |
3914 * Upside-Down: | |
3915 PostScript upside-down printing. | |
3916 | |
3917 4b. Second column (middle column): | |
3918 | |
3919 * Auto Region: | |
3920 If you want that region is automagically detected, turn on this | |
3921 option. Note that this will only work if you're using transient mark | |
3922 mode. When this option is on, the `*-buffer*' commands will behave | |
3923 like `*-region*' commands, that is, `*-buffer*' commands will print | |
3924 only the region marked instead of all buffer. | |
3925 | |
3926 * Auto Mode: | |
3927 Turn this option on if you want that when current major-mode is | |
3928 declared in `pr-mode-alist', the `*-buffer*' and `*-region*' commands | |
3929 behave like `*-mode*' commands. | |
3930 | |
3931 * Menu Lock: | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3932 If you want that Printing menu stays open while you are setting |
49646 | 3933 toggle options, turn on this option. The variables |
3934 `pr-menu-char-height' and `pr-menu-char-width' are used to guess the | |
3935 menu position, so don't forget to adjust these variables if menu | |
3936 position is not ok. | |
3937 | |
3938 * Spool Buffer: | |
3939 To spool the PostScript code generated. You can despool later by | |
3940 setting Despool option on PostScript printer section. | |
3941 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3942 * Print with faces: |
49646 | 3943 If you use colors in your buffers and want to see these colors on your |
3944 PostScript code generated, turn on this option. If you have a | |
3945 black/white PostScript printer, these colors are displayed in gray | |
3946 scale by PostScript printer interpreter. | |
3947 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3948 * Print via Ghostscript: |
49646 | 3949 If you don't have a PostScript printer to send PostScript files, turn |
3950 on this option. When this option is on, the ghostscript is used to | |
3951 print PostScript files. In GNU or Unix system, if ghostscript is set | |
3952 as a PostScript filter, you don't need to turn on this option. | |
3953 | |
3954 * Parity Page Menu: | |
3955 To print all pages, odd pages, even pages, odd sheets or even sheets. | |
3956 See also `ps-even-or-odd-pages'. | |
3957 | |
3958 4c. Third column (right column): | |
3959 | |
3960 * Verbose: | |
3961 That is, to be verbose when editing a field in interface buffer. | |
3962 | |
3963 5. Customize: | |
3964 | |
3965 Besides all options in section 4, you can customize much more PostScript | |
3966 options in `ps-print' option. Or you can customize some `lpr' options for | |
3967 text printing. Or customize `printing' options. | |
3968 | |
3969 6. Show settings: | |
3970 | |
3971 Show current settings for `printing', `ps-print' or `lpr'. | |
3972 | |
3973 7. Help: | |
3974 | |
3975 Quick help for printing interface buffer and printing menu layout. You can | |
3976 also quit the printing interface buffer or kill all printing help buffer. | |
3977 ") | |
3978 "Printing buffer interface help message.") | |
3979 | |
3980 | |
3981 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
3982 ;; Commands | |
3983 | |
3984 | |
3985 ;;;###autoload | |
3986 (defun pr-interface (&optional buffer) | |
3987 "Activate the printing interface buffer. | |
3988 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3989 If BUFFER is nil, the current buffer is used for printing. |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3990 |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
3991 For more information, type \\[pr-interface-help]." |
49646 | 3992 (interactive) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3993 (save-excursion |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3994 (set-buffer (or buffer (current-buffer))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
3995 (pr-create-interface))) |
49646 | 3996 |
3997 | |
3998 ;;;###autoload | |
3999 (defun pr-ps-directory-preview (n-up dir file-regexp &optional filename) | |
4000 "Preview directory using ghostview. | |
4001 | |
4002 Interactively, the command prompts for N-UP printing number, a directory, a | |
4003 file name regexp for matching and, when you use a prefix argument (C-u), the | |
4004 command prompts the user for a file name, and saves the PostScript image in | |
4005 that file instead of saving it in a temporary file. | |
4006 | |
4007 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is | |
4008 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for | |
4009 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil, | |
4010 save the image in a temporary file. If FILENAME is a string, save the | |
4011 PostScript image in a file with that name. If FILENAME is t, prompts for a | |
4012 file name. | |
4013 | |
4014 See also documentation for `pr-list-directory'." | |
4015 (interactive (pr-interactive-ps-dir-args (pr-prompt "PS preview dir"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4016 (pr-set-ps-dir-args 'n-up 'dir 'file-regexp 'filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4017 (pr-prompt "PS preview dir")) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4018 (setq filename (pr-ps-file filename)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4019 (pr-ps-file-list n-up dir file-regexp filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4020 (or pr-spool-p |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4021 (pr-ps-file-preview filename))) |
49646 | 4022 |
4023 | |
4024 ;;;###autoload | |
4025 (defun pr-ps-directory-using-ghostscript (n-up dir file-regexp &optional filename) | |
4026 "Print directory using PostScript through ghostscript. | |
4027 | |
4028 Interactively, the command prompts for N-UP printing number, a directory, a | |
4029 file name regexp for matching and, when you use a prefix argument (C-u), the | |
4030 command prompts the user for a file name, and saves the PostScript image in | |
4031 that file instead of saving it in a temporary file. | |
4032 | |
4033 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is | |
4034 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for | |
4035 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil, | |
4036 save the image in a temporary file. If FILENAME is a string, save the | |
4037 PostScript image in a file with that name. If FILENAME is t, prompts for a | |
4038 file name. | |
4039 | |
4040 See also documentation for `pr-list-directory'." | |
4041 (interactive (pr-interactive-ps-dir-args (pr-prompt "PS print dir GS"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4042 (pr-set-ps-dir-args 'n-up 'dir 'file-regexp 'filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4043 (pr-prompt "PS print dir GS")) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4044 (let ((file (pr-ps-file filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4045 (pr-ps-file-list n-up dir file-regexp file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4046 (pr-ps-file-using-ghostscript file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4047 (or filename (pr-delete-file file)))) |
49646 | 4048 |
4049 | |
4050 ;;;###autoload | |
4051 (defun pr-ps-directory-print (n-up dir file-regexp &optional filename) | |
4052 "Print directory using PostScript printer. | |
4053 | |
4054 Interactively, the command prompts for N-UP printing number, a directory, a | |
4055 file name regexp for matching and, when you use a prefix argument (C-u), the | |
4056 command prompts the user for a file name, and saves the PostScript image in | |
4057 that file instead of saving it in a temporary file. | |
4058 | |
4059 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is | |
4060 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for | |
4061 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil, | |
4062 save the image in a temporary file. If FILENAME is a string, save the | |
4063 PostScript image in a file with that name. If FILENAME is t, prompts for a | |
4064 file name. | |
4065 | |
4066 See also documentation for `pr-list-directory'." | |
4067 (interactive (pr-interactive-ps-dir-args (pr-prompt "PS print dir"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4068 (pr-set-ps-dir-args 'n-up 'dir 'file-regexp 'filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4069 (pr-prompt "PS print dir")) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4070 (let ((file (pr-ps-file filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4071 (pr-ps-file-list n-up dir file-regexp file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4072 (pr-ps-file-print file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4073 (or filename (pr-delete-file file)))) |
49646 | 4074 |
4075 | |
4076 ;;;###autoload | |
4077 (defun pr-ps-directory-ps-print (n-up dir file-regexp &optional filename) | |
4078 "Print directory using PostScript printer or through ghostscript. | |
4079 | |
4080 It depends on `pr-print-using-ghostscript'. | |
4081 | |
4082 Interactively, the command prompts for N-UP printing number, a directory, a | |
4083 file name regexp for matching and, when you use a prefix argument (C-u), the | |
4084 command prompts the user for a file name, and saves the PostScript image in | |
4085 that file instead of saving it in a temporary file. | |
4086 | |
4087 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is | |
4088 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for | |
4089 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil, | |
4090 save the image in a temporary file. If FILENAME is a string, save the | |
4091 PostScript image in a file with that name. If FILENAME is t, prompts for a | |
4092 file name. | |
4093 | |
4094 See also documentation for `pr-list-directory'." | |
4095 (interactive (pr-interactive-ps-dir-args | |
4096 (pr-prompt (pr-prompt-gs "PS print dir")))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4097 (pr-set-ps-dir-args 'n-up 'dir 'file-regexp 'filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4098 (pr-prompt (pr-prompt-gs "PS print dir"))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4099 (if (pr-using-ghostscript-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4100 (pr-ps-directory-using-ghostscript n-up dir file-regexp filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4101 (pr-ps-directory-print n-up dir file-regexp filename))) |
49646 | 4102 |
4103 | |
4104 ;;;###autoload | |
4105 (defun pr-ps-buffer-preview (n-up &optional filename) | |
4106 "Preview buffer using ghostview. | |
4107 | |
4108 Interactively, the command prompts for N-UP printing number and, when you use a | |
4109 prefix argument (C-u), the command prompts the user for a file name, and saves | |
4110 the PostScript image in that file instead of saving it in a temporary file. | |
4111 | |
4112 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The | |
4113 argument FILENAME is treated as follows: if it's nil, save the image in a | |
4114 temporary file. If FILENAME is a string, save the PostScript image in a file | |
4115 with that name. If FILENAME is t, prompts for a file name." | |
4116 (interactive (pr-interactive-n-up-file (pr-prompt "PS preview"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4117 (if (pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4118 (pr-ps-mode-preview n-up filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4119 (pr-ps-preview (pr-region-active-symbol) n-up filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4120 (pr-region-active-string "PS preview")))) |
49646 | 4121 |
4122 | |
4123 ;;;###autoload | |
4124 (defun pr-ps-buffer-using-ghostscript (n-up &optional filename) | |
4125 "Print buffer using PostScript through ghostscript. | |
4126 | |
4127 Interactively, the command prompts for N-UP printing number and, when you use a | |
4128 prefix argument (C-u), the command prompts the user for a file name, and saves | |
4129 the PostScript image in that file instead of sending it to the printer. | |
4130 | |
4131 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The | |
4132 argument FILENAME is treated as follows: if it's nil, send the image to the | |
4133 printer. If FILENAME is a string, save the PostScript image in a file with | |
4134 that name. If FILENAME is t, prompts for a file name." | |
4135 (interactive (pr-interactive-n-up-file (pr-prompt "PS print GS"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4136 (if (pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4137 (pr-ps-mode-using-ghostscript n-up filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4138 (pr-ps-using-ghostscript (pr-region-active-symbol) n-up filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4139 (pr-region-active-string "PS print GS")))) |
49646 | 4140 |
4141 | |
4142 ;;;###autoload | |
4143 (defun pr-ps-buffer-print (n-up &optional filename) | |
4144 "Print buffer using PostScript printer. | |
4145 | |
4146 Interactively, the command prompts for N-UP printing number and, when you use a | |
4147 prefix argument (C-u), the command prompts the user for a file name, and saves | |
4148 the PostScript image in that file instead of sending it to the printer. | |
4149 | |
4150 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The | |
4151 argument FILENAME is treated as follows: if it's nil, send the image to the | |
4152 printer. If FILENAME is a string, save the PostScript image in a file with | |
4153 that name. If FILENAME is t, prompts for a file name." | |
4154 (interactive (pr-interactive-n-up-file (pr-prompt "PS print"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4155 (if (pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4156 (pr-ps-mode-print n-up filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4157 (pr-ps-print (pr-region-active-symbol) n-up filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4158 (pr-region-active-string "PS print")))) |
49646 | 4159 |
4160 | |
4161 ;;;###autoload | |
4162 (defun pr-ps-buffer-ps-print (n-up &optional filename) | |
4163 "Print buffer using PostScript printer or through ghostscript. | |
4164 | |
4165 It depends on `pr-print-using-ghostscript'. | |
4166 | |
4167 Interactively, the command prompts for N-UP printing number and, when you use a | |
4168 prefix argument (C-u), the command prompts the user for a file name, and saves | |
4169 the PostScript image in that file instead of sending it to the printer. | |
4170 | |
4171 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The | |
4172 argument FILENAME is treated as follows: if it's nil, send the image to the | |
4173 printer. If FILENAME is a string, save the PostScript image in a file with | |
4174 that name. If FILENAME is t, prompts for a file name." | |
4175 (interactive (pr-interactive-n-up-file | |
4176 (pr-prompt (pr-prompt-gs "PS print")))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4177 (cond ((pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4178 (pr-ps-mode-ps-print n-up filename)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4179 ((pr-using-ghostscript-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4180 (pr-ps-using-ghostscript (pr-region-active-symbol) n-up filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4181 (pr-region-active-string "PS print GS"))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4182 (t |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4183 (pr-ps-print (pr-region-active-symbol) n-up filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4184 (pr-region-active-string "PS print"))))) |
49646 | 4185 |
4186 | |
4187 ;;;###autoload | |
4188 (defun pr-ps-region-preview (n-up &optional filename) | |
4189 "Preview region using ghostview. | |
4190 | |
4191 See also `pr-ps-buffer-preview'." | |
4192 (interactive (pr-interactive-n-up-file (pr-prompt-region "PS preview"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4193 (if (pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4194 (let ((pr-auto-region t)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4195 (pr-ps-mode-preview n-up filename)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4196 (pr-ps-preview 'region n-up filename "PS preview region"))) |
49646 | 4197 |
4198 | |
4199 ;;;###autoload | |
4200 (defun pr-ps-region-using-ghostscript (n-up &optional filename) | |
4201 "Print region using PostScript through ghostscript. | |
4202 | |
4203 See also `pr-ps-buffer-using-ghostscript'." | |
4204 (interactive (pr-interactive-n-up-file (pr-prompt-region "PS print GS"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4205 (if (pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4206 (let ((pr-auto-region t)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4207 (pr-ps-mode-using-ghostscript n-up filename)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4208 (pr-ps-using-ghostscript 'region n-up filename "PS print GS region"))) |
49646 | 4209 |
4210 | |
4211 ;;;###autoload | |
4212 (defun pr-ps-region-print (n-up &optional filename) | |
4213 "Print region using PostScript printer. | |
4214 | |
4215 See also `pr-ps-buffer-print'." | |
4216 (interactive (pr-interactive-n-up-file (pr-prompt-region "PS print"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4217 (if (pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4218 (let ((pr-auto-region t)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4219 (pr-ps-mode-print n-up filename)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4220 (pr-ps-print 'region n-up filename "PS print region"))) |
49646 | 4221 |
4222 | |
4223 ;;;###autoload | |
4224 (defun pr-ps-region-ps-print (n-up &optional filename) | |
4225 "Print region using PostScript printer or through ghostscript. | |
4226 | |
4227 See also `pr-ps-buffer-ps-print'." | |
4228 (interactive (pr-interactive-n-up-file | |
4229 (pr-prompt-region (pr-prompt-gs "PS print")))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4230 (cond ((pr-auto-mode-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4231 (let ((pr-auto-region t)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4232 (pr-ps-mode-ps-print n-up filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4233 ((pr-using-ghostscript-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4234 (pr-ps-using-ghostscript 'region n-up filename "PS print GS region")) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4235 (t |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4236 (pr-ps-print 'region n-up filename "PS print region")))) |
49646 | 4237 |
4238 | |
4239 ;;;###autoload | |
4240 (defun pr-ps-mode-preview (n-up &optional filename) | |
4241 "Preview major mode using ghostview. | |
4242 | |
4243 See also `pr-ps-buffer-preview'." | |
4244 (interactive (pr-interactive-n-up-file "PS preview mode")) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4245 (pr-set-n-up-and-filename 'n-up 'filename "PS preview mode") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4246 (let ((file (pr-ps-file filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4247 (and (pr-ps-mode n-up file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4248 (not pr-spool-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4249 (pr-ps-file-preview file)))) |
49646 | 4250 |
4251 | |
4252 ;;;###autoload | |
4253 (defun pr-ps-mode-using-ghostscript (n-up &optional filename) | |
4254 "Print major mode using PostScript through ghostscript. | |
4255 | |
4256 See also `pr-ps-buffer-using-ghostscript'." | |
4257 (interactive (pr-interactive-n-up-file "PS print GS mode")) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4258 (pr-set-n-up-and-filename 'n-up 'filename "PS print GS mode") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4259 (let ((file (pr-ps-file filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4260 (when (and (pr-ps-mode n-up file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4261 (not pr-spool-p)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4262 (pr-ps-file-using-ghostscript file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4263 (or filename (pr-delete-file file))))) |
49646 | 4264 |
4265 | |
4266 ;;;###autoload | |
4267 (defun pr-ps-mode-print (n-up &optional filename) | |
4268 "Print major mode using PostScript printer. | |
4269 | |
4270 See also `pr-ps-buffer-print'." | |
4271 (interactive (pr-interactive-n-up-file "PS print mode")) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4272 (pr-set-n-up-and-filename 'n-up 'filename "PS print mode") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4273 (pr-ps-mode n-up filename)) |
49646 | 4274 |
4275 | |
4276 ;;;###autoload | |
4277 (defun pr-ps-mode-ps-print (n-up &optional filename) | |
4278 "Print major mode using PostScript or through ghostscript. | |
4279 | |
4280 See also `pr-ps-buffer-ps-print'." | |
4281 (interactive (pr-interactive-n-up-file (pr-prompt-gs "PS print mode"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4282 (if (pr-using-ghostscript-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4283 (pr-ps-mode-using-ghostscript n-up filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4284 (pr-ps-mode-print n-up filename))) |
49646 | 4285 |
4286 | |
4287 ;;;###autoload | |
4288 (defun pr-printify-directory (&optional dir file-regexp) | |
4289 "Replace nonprinting characters in directory with printable representations. | |
4290 The printable representations use ^ (for ASCII control characters) or hex. | |
4291 The characters tab, linefeed, space, return and formfeed are not affected. | |
4292 | |
4293 Interactively, the command prompts for a directory and a file name regexp for | |
4294 matching. | |
4295 | |
4296 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil, | |
4297 prompts for FILE(name)-REGEXP. | |
4298 | |
4299 See also documentation for `pr-list-directory'." | |
4300 (interactive (pr-interactive-dir-args "Printify dir")) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4301 (pr-set-dir-args 'dir 'file-regexp "Printify dir") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4302 (pr-file-list dir file-regexp 'pr-printify-buffer)) |
49646 | 4303 |
4304 | |
4305 ;;;###autoload | |
4306 (defun pr-printify-buffer () | |
4307 "Replace nonprinting characters in buffer with printable representations. | |
4308 The printable representations use ^ (for ASCII control characters) or hex. | |
4309 The characters tab, linefeed, space, return and formfeed are not affected." | |
4310 (interactive "*") | |
4311 (if (pr-region-active-p) | |
4312 (pr-printify-region) | |
4313 (printify-region (point-min) (point-max)))) | |
4314 | |
4315 | |
4316 ;;;###autoload | |
4317 (defun pr-printify-region () | |
4318 "Replace nonprinting characters in region with printable representations. | |
4319 The printable representations use ^ (for ASCII control characters) or hex. | |
4320 The characters tab, linefeed, space, return and formfeed are not affected." | |
4321 (interactive "*") | |
4322 (printify-region (point) (mark))) | |
4323 | |
4324 | |
4325 ;;;###autoload | |
4326 (defun pr-txt-directory (&optional dir file-regexp) | |
4327 "Print directory using text printer. | |
4328 | |
4329 Interactively, the command prompts for a directory and a file name regexp for | |
4330 matching. | |
4331 | |
4332 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil, | |
4333 prompts for FILE(name)-REGEXP. | |
4334 | |
4335 See also documentation for `pr-list-directory'." | |
4336 (interactive (pr-interactive-dir-args "Print dir")) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4337 (pr-set-dir-args 'dir 'file-regexp "Print dir") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4338 (pr-file-list dir file-regexp 'pr-txt-buffer)) |
49646 | 4339 |
4340 | |
4341 ;;;###autoload | |
4342 (defun pr-txt-buffer () | |
4343 "Print buffer using text printer." | |
4344 (interactive) | |
4345 (cond ((pr-auto-mode-p) | |
4346 (pr-txt-mode)) | |
4347 ((pr-region-active-p) | |
4348 (pr-txt-region)) | |
4349 (t | |
4350 (pr-txt-print (point-min) (point-max))))) | |
4351 | |
4352 | |
4353 ;;;###autoload | |
4354 (defun pr-txt-region () | |
4355 "Print region using text printer." | |
4356 (interactive) | |
4357 (if (pr-auto-mode-p) | |
4358 (let ((pr-auto-region t)) | |
4359 (pr-txt-mode)) | |
4360 (pr-txt-print (point) (mark)))) | |
4361 | |
4362 | |
4363 ;;;###autoload | |
4364 (defun pr-txt-mode () | |
4365 "Print major mode using text printer." | |
4366 (interactive) | |
4367 (let ((args (pr-mode-alist-p))) | |
4368 (if args | |
4369 (funcall (car args) (nthcdr 2 args)) | |
4370 (ding) | |
4371 (message "`%s' major mode not declared." major-mode)))) | |
4372 | |
4373 | |
4374 ;;;###autoload | |
4375 (defun pr-despool-preview (&optional filename) | |
4376 "Preview spooled PostScript. | |
4377 | |
4378 Interactively, when you use a prefix argument (C-u), the command prompts the | |
4379 user for a file name, and saves the spooled PostScript image in that file | |
4380 instead of saving it in a temporary file. | |
4381 | |
4382 Noninteractively, the argument FILENAME is treated as follows: if it is nil, | |
4383 save the image in a temporary file. If FILENAME is a string, save the | |
4384 PostScript image in a file with that name." | |
4385 (interactive (list (ps-print-preprint current-prefix-arg))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4386 (let ((file (pr-ps-file filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4387 (when (stringp file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4388 (pr-despool-print file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4389 (pr-ps-file-preview file)))) |
49646 | 4390 |
4391 | |
4392 ;;;###autoload | |
4393 (defun pr-despool-using-ghostscript (&optional filename) | |
4394 "Print spooled PostScript using ghostscript. | |
4395 | |
4396 Interactively, when you use a prefix argument (C-u), the command prompts the | |
4397 user for a file name, and saves the spooled PostScript image in that file | |
4398 instead of sending it to the printer. | |
4399 | |
4400 Noninteractively, the argument FILENAME is treated as follows: if it is nil, | |
4401 send the image to the printer. If FILENAME is a string, save the PostScript | |
4402 image in a file with that name." | |
4403 (interactive (list (ps-print-preprint current-prefix-arg))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4404 (let ((file (pr-ps-file filename))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4405 (when (stringp file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4406 (pr-despool-print file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4407 (pr-ps-file-using-ghostscript file) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4408 (or filename (pr-delete-file file))))) |
49646 | 4409 |
4410 | |
4411 ;;;###autoload | |
4412 (defun pr-despool-print (&optional filename) | |
4413 "Send the spooled PostScript to the printer. | |
4414 | |
4415 Interactively, when you use a prefix argument (C-u), the command prompts the | |
4416 user for a file name, and saves the spooled PostScript image in that file | |
4417 instead of sending it to the printer. | |
4418 | |
4419 Noninteractively, the argument FILENAME is treated as follows: if it is nil, | |
4420 send the image to the printer. If FILENAME is a string, save the PostScript | |
4421 image in a file with that name." | |
4422 (interactive (list (ps-print-preprint current-prefix-arg))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4423 (pr-save-file-modes |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4424 (let ((ps-lpr-command (pr-command pr-ps-command)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4425 (ps-lpr-switches pr-ps-switches) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4426 (ps-printer-name-option pr-ps-printer-switch) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4427 (ps-printer-name pr-ps-printer)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4428 (ps-despool filename)))) |
49646 | 4429 |
4430 | |
4431 ;;;###autoload | |
4432 (defun pr-despool-ps-print (&optional filename) | |
4433 "Send the spooled PostScript to the printer or use ghostscript to print it. | |
4434 | |
4435 Interactively, when you use a prefix argument (C-u), the command prompts the | |
4436 user for a file name, and saves the spooled PostScript image in that file | |
4437 instead of sending it to the printer. | |
4438 | |
4439 Noninteractively, the argument FILENAME is treated as follows: if it is nil, | |
4440 send the image to the printer. If FILENAME is a string, save the PostScript | |
4441 image in a file with that name." | |
4442 (interactive (list (ps-print-preprint current-prefix-arg))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4443 (if pr-print-using-ghostscript |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4444 (pr-despool-using-ghostscript filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4445 (pr-despool-print filename))) |
49646 | 4446 |
4447 | |
4448 ;;;###autoload | |
4449 (defun pr-ps-file-preview (filename) | |
4450 "Preview PostScript file FILENAME." | |
4451 (interactive (list (pr-ps-infile-preprint "Preview "))) | |
4452 (and (stringp filename) (file-exists-p filename) | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4453 (pr-call-process pr-gv-command filename))) |
49646 | 4454 |
4455 | |
4456 ;;;###autoload | |
4457 (defun pr-ps-file-up-preview (n-up ifilename &optional ofilename) | |
4458 "Preview PostScript file FILENAME." | |
4459 (interactive (pr-interactive-n-up-inout "PS preview")) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4460 (let ((outfile (pr-ps-utility-args 'n-up 'ifilename 'ofilename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4461 "PS preview "))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4462 (pr-ps-utility-process n-up ifilename outfile) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4463 (pr-ps-file-preview outfile))) |
49646 | 4464 |
4465 | |
4466 ;;;###autoload | |
4467 (defun pr-ps-file-using-ghostscript (filename) | |
4468 "Print PostScript file FILENAME using ghostscript." | |
4469 (interactive (list (pr-ps-infile-preprint "Print preview "))) | |
4470 (and (stringp filename) (file-exists-p filename) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4471 (let* ((file (pr-expand-file-name filename)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4472 (tempfile (pr-dosify-file-name (make-temp-file file)))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4473 ;; gs use |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4474 (pr-call-process pr-gs-command |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4475 (format "-sDEVICE=%s" pr-gs-device) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4476 (format "-r%d" pr-gs-resolution) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4477 (pr-switches-string pr-gs-switches "pr-gs-switches") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4478 (format "-sOutputFile=\"%s\"" tempfile) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4479 file |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4480 "-c quit") |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4481 ;; printing |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4482 (pr-ps-file-print tempfile) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4483 ;; deleting |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4484 (pr-delete-file tempfile)))) |
49646 | 4485 |
4486 | |
4487 ;;;###autoload | |
4488 (defun pr-ps-file-print (filename) | |
4489 "Print PostScript file FILENAME." | |
4490 (interactive (list (pr-ps-infile-preprint "Print "))) | |
4491 (and (stringp filename) (file-exists-p filename) | |
4492 ;; printing | |
4493 (let ((file (pr-expand-file-name filename))) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4494 (if (string= pr-ps-command "") |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
4495 ;; default action |
49646 | 4496 (let ((ps-spool-buffer (get-buffer-create ps-spool-buffer-name))) |
4497 (save-excursion | |
4498 (set-buffer ps-spool-buffer) | |
4499 (erase-buffer) | |
4500 (insert-file-contents-literally file)) | |
4501 (pr-despool-print)) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
4502 ;; use `pr-ps-command' to print |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4503 (apply 'pr-call-process |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4504 pr-ps-command |
58241
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
4505 (pr-switches-string pr-ps-switches "pr-ps-switches") |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4506 (if (string-match "cp" pr-ps-command) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4507 ;; for "cp" (cmd in out) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4508 (list file |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4509 (concat pr-ps-printer-switch pr-ps-printer)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4510 ;; else, for others (cmd out in) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4511 (list (concat pr-ps-printer-switch pr-ps-printer) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4512 file))))))) |
49646 | 4513 |
4514 | |
4515 ;;;###autoload | |
4516 (defun pr-ps-file-ps-print (filename) | |
4517 "Send PostScript file FILENAME to printer or use ghostscript to print it." | |
4518 (interactive (list (pr-ps-infile-preprint | |
4519 (if pr-print-using-ghostscript | |
4520 "Print preview " | |
4521 "Print ")))) | |
4522 (if pr-print-using-ghostscript | |
4523 (pr-ps-file-using-ghostscript filename) | |
4524 (pr-ps-file-print filename))) | |
4525 | |
4526 | |
4527 ;;;###autoload | |
4528 (defun pr-ps-file-up-ps-print (n-up ifilename &optional ofilename) | |
4529 "Process a PostScript file IFILENAME and send it to printer. | |
4530 | |
4531 Interactively, the command prompts for N-UP printing number, for an input | |
4532 PostScript file IFILENAME and, when you use a prefix argument (C-u), the | |
4533 command prompts the user for an output PostScript file name OFILENAME, and | |
4534 saves the PostScript image in that file instead of sending it to the printer. | |
4535 | |
4536 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The | |
4537 argument IFILENAME is treated as follows: if it's t, prompts for an input | |
4538 PostScript file name; otherwise, it *must* be a string that it's an input | |
4539 PostScript file name. The argument OFILENAME is treated as follows: if it's | |
4540 nil, send the image to the printer. If OFILENAME is a string, save the | |
4541 PostScript image in a file with that name. If OFILENAME is t, prompts for a | |
4542 file name." | |
4543 (interactive (pr-interactive-n-up-inout | |
4544 (if pr-print-using-ghostscript | |
4545 "PS print GS" | |
4546 "PS print"))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4547 (let ((outfile (pr-ps-utility-args 'n-up 'ifilename 'ofilename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4548 (if pr-print-using-ghostscript |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4549 "PS print GS " |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4550 "PS print ")))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4551 (pr-ps-utility-process n-up ifilename outfile) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4552 (unless ofilename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4553 (pr-ps-file-ps-print outfile) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4554 (pr-delete-file outfile)))) |
49646 | 4555 |
4556 | |
4557 ;;;###autoload | |
4558 (defun pr-toggle-file-duplex () | |
4559 "Toggle duplex for PostScript file." | |
4560 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4561 (pr-toggle-file-duplex-menu t)) |
49646 | 4562 |
4563 | |
4564 ;;;###autoload | |
4565 (defun pr-toggle-file-tumble () | |
4566 "Toggle tumble for PostScript file. | |
4567 | |
4568 If tumble is off, produces a printing suitable for binding on the left or | |
4569 right. | |
4570 If tumble is on, produces a printing suitable for binding at the top or | |
4571 bottom." | |
4572 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4573 (pr-toggle-file-tumble-menu t)) |
49646 | 4574 |
4575 | |
4576 ;;;###autoload | |
4577 (defun pr-toggle-file-landscape () | |
4578 "Toggle landscape for PostScript file." | |
4579 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4580 (pr-toggle-file-landscape-menu t)) |
49646 | 4581 |
4582 | |
4583 ;;;###autoload | |
4584 (defun pr-toggle-ghostscript () | |
4585 "Toggle printing using ghostscript." | |
4586 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4587 (pr-toggle-ghostscript-menu t)) |
49646 | 4588 |
4589 | |
4590 ;;;###autoload | |
4591 (defun pr-toggle-faces () | |
4592 "Toggle printing with faces." | |
4593 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4594 (pr-toggle-faces-menu t)) |
49646 | 4595 |
4596 | |
4597 ;;;###autoload | |
4598 (defun pr-toggle-spool () | |
4599 "Toggle spooling." | |
4600 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4601 (pr-toggle-spool-menu t)) |
49646 | 4602 |
4603 | |
4604 ;;;###autoload | |
4605 (defun pr-toggle-duplex () | |
4606 "Toggle duplex." | |
4607 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4608 (pr-toggle-duplex-menu t)) |
49646 | 4609 |
4610 | |
4611 ;;;###autoload | |
4612 (defun pr-toggle-tumble () | |
4613 "Toggle tumble. | |
4614 | |
4615 If tumble is off, produces a printing suitable for binding on the left or | |
4616 right. | |
4617 If tumble is on, produces a printing suitable for binding at the top or | |
4618 bottom." | |
4619 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4620 (pr-toggle-tumble-menu t)) |
49646 | 4621 |
4622 | |
4623 ;;;###autoload | |
4624 (defun pr-toggle-landscape () | |
4625 "Toggle landscape." | |
4626 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4627 (pr-toggle-landscape-menu t)) |
49646 | 4628 |
4629 | |
4630 ;;;###autoload | |
4631 (defun pr-toggle-upside-down () | |
4632 "Toggle upside-down." | |
4633 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4634 (pr-toggle-upside-down-menu t)) |
49646 | 4635 |
4636 | |
4637 ;;;###autoload | |
4638 (defun pr-toggle-line () | |
4639 "Toggle line number." | |
4640 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4641 (pr-toggle-line-menu t)) |
49646 | 4642 |
4643 | |
4644 ;;;###autoload | |
4645 (defun pr-toggle-zebra () | |
4646 "Toggle zebra stripes." | |
4647 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4648 (pr-toggle-zebra-menu t)) |
49646 | 4649 |
4650 | |
4651 ;;;###autoload | |
4652 (defun pr-toggle-header () | |
4653 "Toggle printing header." | |
4654 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4655 (pr-toggle-header-menu t)) |
49646 | 4656 |
4657 | |
4658 ;;;###autoload | |
4659 (defun pr-toggle-header-frame () | |
4660 "Toggle printing header frame." | |
4661 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4662 (pr-toggle-header-frame-menu t)) |
49646 | 4663 |
4664 | |
4665 ;;;###autoload | |
4666 (defun pr-toggle-lock () | |
4667 "Toggle menu lock." | |
4668 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4669 (pr-toggle-lock-menu t)) |
49646 | 4670 |
4671 | |
4672 ;;;###autoload | |
4673 (defun pr-toggle-region () | |
4674 "Toggle auto region." | |
4675 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4676 (pr-toggle-region-menu t)) |
49646 | 4677 |
4678 | |
4679 ;;;###autoload | |
4680 (defun pr-toggle-mode () | |
4681 "Toggle auto mode." | |
4682 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4683 (pr-toggle-mode-menu t)) |
49646 | 4684 |
4685 | |
4686 ;;;###autoload | |
4687 (defun pr-customize (&rest ignore) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4688 "Customization of the `printing' group." |
49646 | 4689 (interactive) |
4690 (customize-group 'printing)) | |
4691 | |
4692 | |
4693 ;;;###autoload | |
4694 (defun lpr-customize (&rest ignore) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4695 "Customization of the `lpr' group." |
49646 | 4696 (interactive) |
4697 (customize-group 'lpr)) | |
4698 | |
4699 | |
4700 ;;;###autoload | |
4701 (defun pr-help (&rest ignore) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4702 "Help for the printing package." |
49646 | 4703 (interactive) |
4704 (pr-show-setup pr-help-message "*Printing Help*")) | |
4705 | |
4706 | |
4707 ;;;###autoload | |
4708 (defun pr-ps-name () | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4709 "Interactively select a PostScript printer." |
49646 | 4710 (interactive) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4711 (pr-menu-set-ps-title |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4712 (pr-complete-alist "PostScript printer" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4713 pr-ps-printer-alist pr-ps-name))) |
49646 | 4714 |
4715 | |
4716 ;;;###autoload | |
4717 (defun pr-txt-name () | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4718 "Interactively select a text printer." |
49646 | 4719 (interactive) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4720 (pr-menu-set-txt-title |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4721 (pr-complete-alist "Text printer" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4722 pr-txt-printer-alist pr-txt-name))) |
49646 | 4723 |
4724 | |
4725 ;;;###autoload | |
4726 (defun pr-ps-utility () | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
4727 "Interactively select a PostScript utility." |
49646 | 4728 (interactive) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4729 (pr-menu-set-utility-title |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4730 (pr-complete-alist "Postscript utility" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4731 pr-ps-utility-alist pr-ps-utility))) |
49646 | 4732 |
4733 | |
4734 ;;;###autoload | |
4735 (defun pr-show-ps-setup (&rest ignore) | |
4736 "Show current ps-print settings." | |
4737 (interactive) | |
4738 (pr-show-setup (ps-setup) "*PS Setup*")) | |
4739 | |
4740 | |
4741 ;;;###autoload | |
4742 (defun pr-show-pr-setup (&rest ignore) | |
4743 "Show current printing settings." | |
4744 (interactive) | |
4745 (pr-show-setup (pr-setup) "*PR Setup*")) | |
4746 | |
4747 | |
4748 ;;;###autoload | |
4749 (defun pr-show-lpr-setup (&rest ignore) | |
4750 "Show current lpr settings." | |
4751 (interactive) | |
4752 (pr-show-setup (lpr-setup) "*LPR Setup*")) | |
4753 | |
4754 | |
4755 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
4756 ;; Fast Commands | |
4757 | |
4758 | |
4759 ;;;###autoload | |
4760 (defun pr-ps-fast-fire (n-up &optional select) | |
4761 "Fast fire function for PostScript printing. | |
4762 | |
4763 If a region is active, the region will be printed instead of the whole buffer. | |
4764 Also if the current major-mode is defined in `pr-mode-alist', the settings in | |
4765 `pr-mode-alist' will be used, that is, the current buffer or region will be | |
4766 printed using `pr-ps-mode-ps-print'. | |
4767 | |
4768 | |
4769 Interactively, you have the following situations: | |
4770 | |
4771 M-x pr-ps-fast-fire RET | |
4772 The command prompts the user for a N-UP value and printing will | |
4773 immediatelly be done using the current active printer. | |
4774 | |
4775 C-u M-x pr-ps-fast-fire RET | |
4776 C-u 0 M-x pr-ps-fast-fire RET | |
4777 The command prompts the user for a N-UP value and also for a current | |
4778 PostScript printer, then printing will immediatelly be done using the new | |
4779 current active printer. | |
4780 | |
4781 C-u 1 M-x pr-ps-fast-fire RET | |
4782 The command prompts the user for a N-UP value and also for a file name, | |
4783 and saves the PostScript image in that file instead of sending it to the | |
4784 printer. | |
4785 | |
4786 C-u 2 M-x pr-ps-fast-fire RET | |
4787 The command prompts the user for a N-UP value, then for a current | |
4788 PostScript printer and, finally, for a file name. Then change the active | |
77718
1142d0b0c510
(pr-ps-fast-fire): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
75712
diff
changeset
|
4789 printer to that chosen by user and saves the PostScript image in |
49646 | 4790 that file instead of sending it to the printer. |
4791 | |
4792 | |
4793 Noninteractively, the argument N-UP should be a positive integer greater than | |
4794 zero and the argument SELECT is treated as follows: | |
4795 | |
4796 If it's nil, send the image to the printer. | |
4797 | |
4798 If it's a list or an integer lesser or equal to zero, the command prompts | |
4799 the user for a current PostScript printer, then printing will immediatelly | |
4800 be done using the new current active printer. | |
4801 | |
4802 If it's an integer equal to 1, the command prompts the user for a file name | |
4803 and saves the PostScript image in that file instead of sending it to the | |
4804 printer. | |
4805 | |
4806 If it's an integer greater or equal to 2, the command prompts the user for a | |
4807 current PostScript printer and for a file name. Then change the active | |
77718
1142d0b0c510
(pr-ps-fast-fire): Fix typos in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
75712
diff
changeset
|
4808 printer to that chosen by user and saves the PostScript image in that file |
49646 | 4809 instead of sending it to the printer. |
4810 | |
4811 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new | |
4812 active printer and printing will immediatelly be done using the new active | |
4813 printer. | |
4814 | |
4815 Otherwise, send the image to the printer. | |
4816 | |
4817 | |
4818 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode' | |
4819 are both set to t." | |
4820 (interactive (list (pr-interactive-n-up (pr-prompt-gs "PS print fast")) | |
4821 current-prefix-arg)) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4822 (let ((pr-auto-region t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4823 (pr-auto-mode t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4824 filename) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4825 (cond ((null select)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4826 ((listp select) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4827 (pr-ps-name)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4828 ((and (symbolp select) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4829 (assq select pr-ps-printer-alist)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4830 (pr-menu-set-ps-title select)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4831 ((integerp select) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4832 (and (/= select 1) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4833 (pr-ps-name)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4834 (and (>= select 1) (not pr-spool-p) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4835 (setq filename (pr-ps-outfile-preprint |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4836 (if pr-print-using-ghostscript |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4837 "Fast GS " |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4838 "Fast ")))))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4839 (pr-ps-buffer-ps-print |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4840 (if (integerp n-up) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4841 (min (max n-up 1) 100) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4842 (error "n-up must be an integer greater than zero")) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4843 filename))) |
49646 | 4844 |
4845 | |
4846 ;;;###autoload | |
4847 (defun pr-txt-fast-fire (&optional select-printer) | |
4848 "Fast fire function for text printing. | |
4849 | |
4850 If a region is active, the region will be printed instead of the whole buffer. | |
4851 Also if the current major-mode is defined in `pr-mode-alist', the settings in | |
4852 `pr-mode-alist' will be used, that is, the current buffer or region will be | |
4853 printed using `pr-txt-mode'. | |
4854 | |
4855 Interactively, when you use a prefix argument (C-u), the command prompts the | |
4856 user for a new active text printer. | |
4857 | |
4858 Noninteractively, the argument SELECT-PRINTER is treated as follows: | |
4859 | |
4860 If it's nil, the printing is sent to the current active text printer. | |
4861 | |
4862 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new | |
4863 active printer and printing will immediatelly be done using the new active | |
4864 printer. | |
4865 | |
4866 If it's non-nil, the command prompts the user for a new active text printer. | |
4867 | |
4868 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode' | |
4869 are both set to t." | |
4870 (interactive (list current-prefix-arg)) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4871 (cond ((null select-printer)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4872 ((and (symbolp select-printer) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4873 (assq select-printer pr-txt-printer-alist)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4874 (pr-menu-set-txt-title select-printer)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4875 (t |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4876 (pr-txt-name))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4877 (let ((pr-auto-region t) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4878 (pr-auto-mode t)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
4879 (pr-txt-buffer))) |
49646 | 4880 |
4881 | |
4882 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
4883 ;; Utilities | |
4884 | |
4885 | |
4886 (defun pr-setup () | |
4887 "Return the current `printing' setup. | |
4888 | |
4889 This is *not* an interactive command. | |
4890 One way to see `printing' setup is to switch to a *Scratch* buffer and type: | |
4891 | |
4892 M-: (insert (pr-setup)) RET | |
4893 | |
4894 Or choose the menu option Printing/Show Settings/printing." | |
4895 (let (ps-prefix-quote) | |
4896 (mapconcat | |
4897 #'ps-print-quote | |
4898 (list | |
4899 (concat "\n;;; printing.el version " pr-version "\n") | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4900 ";; internal vars" |
58408
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4901 (ps-comment-string "emacs-version " emacs-version) |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4902 (ps-comment-string "pr-txt-command " pr-txt-command) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4903 (ps-comment-string "pr-txt-switches " |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4904 (pr-switches-string pr-txt-switches "pr-txt-switches")) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4905 (ps-comment-string "pr-txt-printer " pr-txt-printer) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4906 (ps-comment-string "pr-ps-command " pr-ps-command) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4907 (ps-comment-string "pr-ps-switches " |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4908 (pr-switches-string pr-ps-switches "pr-ps-switches")) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4909 (ps-comment-string "pr-ps-printer-switch" pr-ps-printer-switch) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4910 (ps-comment-string "pr-ps-printer " pr-ps-printer) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4911 (ps-comment-string "pr-cygwin-system " pr-cygwin-system) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4912 (ps-comment-string "ps-windows-system " ps-windows-system) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4913 (ps-comment-string "ps-lp-system " ps-lp-system) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4914 nil |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4915 '(14 . pr-path-style) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
4916 '(14 . pr-path-alist) |
49646 | 4917 nil |
4918 '(21 . pr-txt-name) | |
4919 '(21 . pr-txt-printer-alist) | |
4920 nil | |
4921 '(20 . pr-ps-name) | |
4922 '(20 . pr-ps-printer-alist) | |
4923 nil | |
4924 '(20 . pr-temp-dir) | |
4925 '(20 . pr-ps-temp-file) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
4926 '(20 . pr-file-modes) |
49646 | 4927 '(20 . pr-delete-temp-file) |
4928 '(20 . pr-list-directory) | |
4929 nil | |
4930 '(17 . pr-gv-command) | |
4931 '(17 . pr-gs-command) | |
4932 '(17 . pr-gs-switches) | |
4933 '(17 . pr-gs-device) | |
4934 '(17 . pr-gs-resolution) | |
4935 nil | |
4936 '(27 . pr-print-using-ghostscript) | |
4937 '(27 . pr-faces-p) | |
4938 '(27 . pr-spool-p) | |
4939 '(27 . pr-file-landscape) | |
4940 '(27 . pr-file-duplex) | |
4941 '(27 . pr-file-tumble) | |
4942 '(27 . pr-auto-region) | |
4943 '(27 . pr-auto-mode) | |
4944 nil | |
4945 '(20 . pr-ps-utility) | |
4946 '(20 . pr-ps-utility-alist) | |
4947 nil | |
4948 '(14 . pr-mode-alist) | |
4949 nil | |
4950 '(20 . pr-menu-lock) | |
4951 '(20 . pr-menu-char-height) | |
4952 '(20 . pr-menu-char-width) | |
4953 nil | |
4954 '(20 . pr-setting-database) | |
4955 nil | |
4956 '(22 . pr-visible-entry-list) | |
4957 nil | |
4958 '(22 . pr-buffer-verbose) | |
4959 '(22 . pr-buffer-name) | |
4960 '(22 . pr-buffer-name-ignore) | |
4961 ")\n\n;;; printing.el - end of settings\n") | |
4962 "\n"))) | |
4963 | |
4964 | |
4965 (defun lpr-setup () | |
4966 "Return the current `lpr' setup. | |
4967 | |
4968 This is *not* an interactive command. | |
4969 One way to see `lpr' setup is to switch to a *Scratch* buffer and type: | |
4970 | |
4971 M-: (insert (lpr-setup)) RET | |
4972 | |
4973 Or choose the menu option Printing/Show Settings/lpr." | |
4974 (let (ps-prefix-quote) | |
4975 (mapconcat | |
4976 #'ps-print-quote | |
58408
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4977 (list |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4978 "\n;;; lpr.el settings\n" |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4979 (ps-comment-string "emacs-version" emacs-version) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4980 nil |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4981 '(25 . printer-name) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4982 '(25 . lpr-switches) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4983 '(25 . lpr-add-switches) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4984 '(25 . lpr-command) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4985 '(25 . lpr-headers-switches) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4986 '(25 . print-region-function) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4987 '(25 . lpr-page-header-program) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4988 '(25 . lpr-page-header-switches) |
6b5846d74ff0
pr-setup & lpr-setup
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58306
diff
changeset
|
4989 ")\n\n;;; lpr.el - end of settings\n") |
49646 | 4990 "\n"))) |
4991 | |
4992 | |
4993 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
4994 ;; mh-e (adapted from mh-e-init.el -- Tom Vogels <tov@ece.cmu.edu>) | |
4995 | |
4996 | |
4997 (defalias 'pr-mh-get-msg-num 'mh-get-msg-num) | |
4998 (defalias 'pr-mh-show 'mh-show) | |
4999 (defalias 'pr-mh-start-of-uncleaned-message 'mh-start-of-uncleaned-message) | |
5000 (defvar mh-show-buffer nil) | |
5001 | |
5002 | |
5003 (defun pr-article-date () | |
5004 "Find the date of an article or mail message in current buffer. | |
5005 Return only the dayname, if present, weekday, month, and year." | |
5006 (save-excursion | |
5007 (goto-char (point-min)) | |
5008 (if (re-search-forward | |
5009 "^Date:[ \t]+\\(\\([A-Za-z]+, \\)?[0-9]+ [A-Za-z]+ [0-9]+\\)" nil t) | |
5010 (buffer-substring (match-beginning 1) (match-end 1)) | |
5011 (format-time-string "%Y/%m/%d")))) | |
5012 | |
5013 | |
5014 (defun pr-mh-current-message () | |
5015 "Go to mh-inbox current message." | |
5016 (let ((msg (or (pr-mh-get-msg-num nil) 0))) | |
5017 (pr-mh-show) | |
5018 (set-buffer mh-show-buffer) | |
5019 (goto-char (point-min)) | |
5020 (pr-mh-start-of-uncleaned-message) | |
5021 (message "Printing message %d" msg))) | |
5022 | |
5023 | |
5024 (defun pr-mh-print-1 (n-up filename header-list) | |
5025 "Print mh-inbox current message in PostScript." | |
5026 (save-excursion | |
5027 (save-window-excursion | |
5028 (pr-mh-current-message) | |
5029 (pr-mode-print n-up filename header-list (point))))) | |
5030 | |
5031 | |
5032 (defun pr-mh-lpr-1 (header-list) | |
5033 "Print mh-inbox current message in text printer." | |
5034 (save-excursion | |
5035 (save-window-excursion | |
5036 (pr-mh-current-message) | |
5037 (pr-mode-lpr header-list (point))))) | |
5038 | |
5039 | |
5040 (defalias 'pr-mh-print-2 'pr-mode-print) | |
5041 | |
5042 | |
5043 (defalias 'pr-mh-lpr-2 'pr-mode-lpr) | |
5044 | |
5045 | |
5046 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5047 ;; rmail (hacked from ps-print.el) | |
5048 | |
5049 | |
5050 (defun pr-rmail-lpr (header-list) | |
5051 "Print RMAIL current message in text printer." | |
5052 (pr-lpr-message-from-summary header-list | |
5053 'rmail-buffer 'rmail-summary-buffer)) | |
5054 | |
5055 | |
5056 (defun pr-rmail-print (n-up filename header-list) | |
5057 "Print RMAIL current message in PostScript." | |
5058 (pr-ps-message-from-summary n-up filename header-list | |
5059 'rmail-buffer 'rmail-summary-buffer)) | |
5060 | |
5061 | |
5062 (defun pr-ps-message-from-summary (n-up filename header-list | |
5063 summary-buffer summary-default) | |
5064 "Print current message in PostScript." | |
5065 (let ((buf (or (and (boundp summary-buffer) | |
5066 (symbol-value summary-buffer)) | |
5067 (symbol-value summary-default)))) | |
5068 (and (get-buffer buf) | |
5069 (save-excursion | |
5070 (set-buffer buf) | |
5071 (pr-mode-print n-up filename header-list))))) | |
5072 | |
5073 | |
5074 (defun pr-lpr-message-from-summary (header-list summary-buffer summary-default) | |
5075 "Print current message in text printer." | |
5076 (let ((buf (or (and (boundp summary-buffer) | |
5077 (symbol-value summary-buffer)) | |
5078 (symbol-value summary-default)))) | |
5079 (and (get-buffer buf) | |
5080 (save-excursion | |
5081 (set-buffer buf) | |
5082 (pr-mode-lpr header-list))))) | |
5083 | |
5084 | |
5085 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5086 ;; gnus (hacked from ps-print.el) | |
5087 | |
5088 | |
5089 (defvar pr-gnus-article "*Article*") | |
5090 | |
5091 | |
5092 (defun pr-gnus-print (n-up filename header-list) | |
5093 "Print *Article* current message in PostScript." | |
5094 (pr-ps-message-from-summary n-up filename header-list | |
5095 'gnus-article-buffer 'pr-gnus-article)) | |
5096 | |
5097 | |
5098 (defun pr-gnus-lpr (header-list) | |
5099 "Print *Article* current message in text printer." | |
5100 (pr-lpr-message-from-summary header-list | |
5101 'gnus-article-buffer 'pr-gnus-article)) | |
5102 | |
5103 | |
5104 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5105 ;; vm (hacked from ps-print.el) | |
5106 | |
5107 | |
5108 (defvar pr-vm-summary "") | |
5109 | |
5110 | |
5111 (defun pr-vm-print (n-up filename header-list) | |
5112 "Print current vm message in PostScript." | |
5113 (pr-ps-message-from-summary n-up filename header-list | |
5114 'vm-mail-buffer 'pr-vm-summary)) | |
5115 | |
5116 | |
5117 (defun pr-vm-lpr (header-list) | |
5118 "Print current vm message in text printer." | |
5119 (pr-lpr-message-from-summary header-list | |
5120 'vm-mail-buffer 'pr-vm-summary)) | |
5121 | |
5122 | |
5123 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5124 ;; Mode Functions | |
5125 | |
5126 | |
5127 (defun pr-ps-mode (n-up filename) | |
5128 "If current major mode is declared, print it in PostScript." | |
5129 (let ((args (pr-mode-alist-p))) | |
5130 (if args | |
5131 (let ((fun (cdr args))) | |
5132 (funcall (car fun) n-up filename (cdr fun)) | |
5133 t) | |
5134 (ding) | |
5135 (message "`%s' major mode not declared." major-mode) | |
5136 nil))) | |
5137 | |
5138 | |
5139 (defmacro pr-local-variable (header-list &rest body) | |
5140 `(save-excursion | |
5141 (let ((ps-header-lines (or (nth 0 ,header-list) ps-header-lines)) | |
5142 (ps-left-header (or (nth 1 ,header-list) ps-left-header)) | |
5143 (ps-right-header (or (nth 2 ,header-list) ps-right-header)) | |
5144 ps-razzle-dazzle) | |
5145 (let ((local-var-list (pr-eval-local-alist (nthcdr 4 ,header-list)))) | |
5146 ,@body | |
5147 (and (nth 3 ,header-list) | |
5148 (pr-kill-local-variable local-var-list)))))) | |
5149 | |
5150 | |
5151 (defun pr-mode-print (n-up filename header-list &optional from to) | |
5152 "Print current major mode in PostScript." | |
5153 (pr-local-variable | |
5154 header-list | |
5155 (let ((file (pr-ps-file filename)) | |
5156 (start (cond (from) | |
5157 ((pr-region-active-p) (region-beginning)) | |
5158 (t nil) | |
5159 ))) | |
5160 (pr-text2ps (pr-region-active-symbol start) n-up file start | |
5161 (cond (to) | |
5162 ((pr-region-active-p) (region-end)) | |
5163 (from (point-max)) | |
5164 )) | |
5165 (unless (or pr-spool-p filename) | |
5166 (pr-ps-file-print file) | |
5167 (pr-delete-file file))))) | |
5168 | |
5169 | |
5170 (defun pr-mode-lpr (header-list &optional from to) | |
5171 "Print current major mode in text printer." | |
5172 (pr-local-variable | |
5173 header-list | |
5174 (pr-txt-print (cond (from) | |
5175 ((pr-region-active-p) (region-beginning)) | |
5176 (t (point-min))) | |
5177 (cond (to) | |
5178 ((pr-region-active-p) (region-end)) | |
5179 (t (point-max)))))) | |
5180 | |
5181 | |
5182 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5183 ;; Menu Lock | |
5184 | |
5185 | |
5186 (defconst pr-menu-entry-alist | |
5187 '((postscript . 3) | |
5188 (text . 3) | |
5189 (postscript-options . 9) | |
5190 (postscript-process . 3) | |
5191 (printing . 3) | |
5192 (help . 3) | |
5193 ) | |
5194 "Alist that associates menu part with number of items per part. | |
5195 | |
5196 It's used by `pr-menu-index'. | |
5197 | |
5198 Each element has the form: | |
5199 | |
5200 (MENU-PART . NUMBER-OF-ITEMS) | |
5201 | |
5202 See `pr-visible-entry-alist'.") | |
5203 | |
5204 | |
5205 (defun pr-menu-index (entry index) | |
5206 (let ((base-list | |
5207 (cond ((eq entry 'text) | |
5208 '(postscript)) | |
5209 ((eq entry 'postscript-options) | |
5210 '(postscript text)) | |
5211 ((eq entry 'postscript-process) | |
5212 '(postscript text postscript-options)) | |
5213 ((eq entry 'printing) | |
5214 '(postscript text postscript-options postscript-process)) | |
5215 (t | |
5216 nil) | |
5217 )) | |
5218 key) | |
5219 (while base-list | |
5220 (setq key (car base-list) | |
5221 base-list (cdr base-list)) | |
5222 (and (pr-visible-p key) | |
5223 (setq index (+ index | |
5224 (cdr (assq key pr-menu-entry-alist))))))) | |
5225 (+ index 2)) | |
5226 | |
5227 | |
5228 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5229 ;; Printer & Utility Selection | |
5230 | |
5231 | |
5232 (defun pr-update-var (var-sym alist) | |
5233 (or (assq (symbol-value var-sym) alist) | |
5234 (set var-sym (car (car alist))))) | |
5235 | |
5236 | |
5237 (defun pr-update-menus (&optional force) | |
5238 "Update utility, PostScript and text printer menus. | |
5239 | |
5240 If FORCE is non-nil, update menus doesn't matter if `pr-ps-printer-alist', | |
5241 `pr-txt-printer-alist' or `pr-ps-utility-alist' were modified or not; | |
82295
638fa1c98d72
Docstring fix
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82278
diff
changeset
|
5242 otherwise, update PostScript printer menu if `pr-ps-printer-menu-modified' is |
638fa1c98d72
Docstring fix
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82278
diff
changeset
|
5243 non-nil, update text printer menu if `pr-txt-printer-menu-modified' is |
638fa1c98d72
Docstring fix
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82278
diff
changeset
|
5244 non-nil, and update PostScript File menus if `pr-ps-utility-menu-modified' is |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5245 non-nil. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5246 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5247 If menu binding was not done, calls `pr-menu-bind'." |
54621
14d929e67a70
Modify interactive declaration.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54333
diff
changeset
|
5248 (interactive "P") |
63328
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5249 (if pr-menu-print-item ; since v6.8.4 |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5250 ;; There was no menu binding yet, so do it now! |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5251 ;; This is a hack to be compatible with old versions of printing. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5252 ;; So, user does not need to change printing calling in init files. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5253 (pr-menu-bind) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5254 ;; Here menu binding is ok. |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5255 (pr-update-var 'pr-ps-name pr-ps-printer-alist) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5256 (pr-update-var 'pr-txt-name pr-txt-printer-alist) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5257 (pr-update-var 'pr-ps-utility pr-ps-utility-alist) |
af5c15bf9ea0
printing v6.8.4
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
63059
diff
changeset
|
5258 (pr-do-update-menus force))) |
49646 | 5259 |
5260 | |
5261 (defun pr-menu-create (name alist var-sym fun entry index) | |
5262 (cons name | |
5263 (mapcar | |
5264 #'(lambda (elt) | |
5265 (let ((sym (car elt))) | |
5266 (vector | |
5267 (symbol-name sym) | |
5268 (list fun (list 'quote sym) nil (list 'quote entry) index) | |
5269 :style 'radio | |
5270 :selected (list 'eq var-sym (list 'quote sym))))) | |
5271 alist))) | |
5272 | |
5273 | |
5274 (defun pr-ps-set-utility (value) | |
5275 (let ((item (cdr (assq value pr-ps-utility-alist)))) | |
5276 (or item | |
5277 (error | |
56578
a36e2d80b510
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
John Paul Wallington <jpw@pobox.com>
parents:
56493
diff
changeset
|
5278 "Invalid PostScript utility name `%s' for variable `pr-ps-utility'" |
49646 | 5279 value)) |
5280 (setq pr-ps-utility value) | |
5281 (pr-eval-alist (nthcdr 9 item))) | |
5282 (pr-update-mode-line)) | |
5283 | |
5284 | |
5285 (defun pr-ps-set-printer (value) | |
5286 (let ((ps (cdr (assq value pr-ps-printer-alist)))) | |
5287 (or ps | |
5288 (error | |
56578
a36e2d80b510
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
John Paul Wallington <jpw@pobox.com>
parents:
56493
diff
changeset
|
5289 "Invalid PostScript printer name `%s' for variable `pr-ps-name'" |
49646 | 5290 value)) |
5291 (setq pr-ps-name value | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5292 pr-ps-command (pr-dosify-file-name (nth 0 ps)) |
49646 | 5293 pr-ps-switches (nth 1 ps) |
5294 pr-ps-printer-switch (nth 2 ps) | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5295 pr-ps-printer (nth 3 ps)) |
49646 | 5296 (or (stringp pr-ps-command) |
5297 (setq pr-ps-command | |
5298 (cond (ps-windows-system "print") | |
5299 (ps-lp-system "lp") | |
5300 (t "lpr") | |
5301 ))) | |
5302 (or (stringp pr-ps-printer-switch) | |
5303 (setq pr-ps-printer-switch | |
5304 (cond (ps-windows-system "/D:") | |
5305 (ps-lp-system "-d") | |
5306 (t "-P") | |
5307 ))) | |
5308 (pr-eval-alist (nthcdr 4 ps))) | |
5309 (pr-update-mode-line)) | |
5310 | |
5311 | |
5312 (defun pr-txt-set-printer (value) | |
5313 (let ((txt (cdr (assq value pr-txt-printer-alist)))) | |
5314 (or txt | |
56578
a36e2d80b510
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
John Paul Wallington <jpw@pobox.com>
parents:
56493
diff
changeset
|
5315 (error "Invalid text printer name `%s' for variable `pr-txt-name'" |
49646 | 5316 value)) |
5317 (setq pr-txt-name value | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5318 pr-txt-command (pr-dosify-file-name (nth 0 txt)) |
49646 | 5319 pr-txt-switches (nth 1 txt) |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5320 pr-txt-printer (nth 2 txt))) |
49646 | 5321 (or (stringp pr-txt-command) |
5322 (setq pr-txt-command | |
5323 (cond (ps-windows-system "print") | |
5324 (ps-lp-system "lp") | |
5325 (t "lpr") | |
5326 ))) | |
5327 (pr-update-mode-line)) | |
5328 | |
5329 | |
5330 (defun pr-eval-alist (alist) | |
5331 (mapcar #'(lambda (option) | |
5332 (let ((var-sym (car option)) | |
5333 (value (cdr option))) | |
5334 (if (eq var-sym 'inherits-from:) | |
5335 (pr-eval-setting-alist value 'global) | |
5336 (set var-sym (eval value))))) | |
5337 alist)) | |
5338 | |
5339 | |
5340 (defun pr-eval-local-alist (alist) | |
5341 (let (local-list) | |
84876
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5342 (mapc #'(lambda (option) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5343 (let ((var-sym (car option)) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5344 (value (cdr option))) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5345 (setq local-list |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5346 (if (eq var-sym 'inherits-from:) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5347 (nconc (pr-eval-setting-alist value) local-list) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5348 (set (make-local-variable var-sym) (eval value)) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5349 (cons var-sym local-list))))) |
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5350 alist) |
49646 | 5351 local-list)) |
5352 | |
5353 | |
5354 (defun pr-eval-setting-alist (key &optional global old) | |
5355 (let ((setting (cdr (assq key pr-setting-database)))) | |
5356 (and setting | |
5357 (let ((inherits (nth 0 setting)) | |
5358 (local (nth 1 setting)) | |
5359 (kill (nth 2 setting)) | |
5360 local-list) | |
5361 (and local global | |
5362 (progn | |
5363 (ding) | |
5364 (message "There are local buffer settings for `%S'." key) | |
5365 (setq global nil))) | |
5366 (and inherits | |
5367 (if (memq inherits old) | |
56578
a36e2d80b510
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
John Paul Wallington <jpw@pobox.com>
parents:
56493
diff
changeset
|
5368 (error "Circular inheritance for `%S'" inherits) |
49646 | 5369 (setq local-list |
5370 (pr-eval-setting-alist inherits global | |
5371 (cons inherits old))))) | |
84876
0755bdd211b9
(pr-eval-local-alist, pr-eval-setting-alist): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
82295
diff
changeset
|
5372 (mapc |
49646 | 5373 (cond ((not local) ; global settings |
5374 #'(lambda (option) | |
5375 (let ((var-sym (car option))) | |
5376 (or (eq var-sym 'inherits-from:) | |
5377 (set var-sym (eval (cdr option))))))) | |
5378 (kill ; local settings with killing | |
5379 #'(lambda (option) | |
5380 (let ((var-sym (car option))) | |
5381 (unless (eq var-sym 'inherits-from:) | |
5382 (setq local-list (cons var-sym local-list)) | |
5383 (set (make-local-variable var-sym) | |
5384 (eval (cdr option))))))) | |
5385 (t ; local settings without killing | |
5386 #'(lambda (option) | |
5387 (let ((var-sym (car option))) | |
5388 (or (eq var-sym 'inherits-from:) | |
5389 (set (make-local-variable var-sym) | |
5390 (eval (cdr option)))))))) | |
5391 (nthcdr 3 setting)) | |
5392 local-list)))) | |
5393 | |
5394 | |
5395 (defun pr-kill-local-variable (local-var-list) | |
5396 (mapcar 'kill-local-variable local-var-list)) | |
5397 | |
5398 | |
5399 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
5400 ;; Internal Functions (II) | |
5401 | |
5402 | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5403 (defun pr-toggle (var-sym mess entry index horizontal state |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5404 &optional path no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5405 (set var-sym (not (symbol-value var-sym))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5406 (message "%s is %s" mess (if (symbol-value var-sym) "on" "off")) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5407 (or no-menu |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5408 (pr-menu-lock entry index horizontal state path))) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5409 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5410 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5411 (defun pr-toggle-file-duplex-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5412 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5413 (pr-toggle 'pr-file-duplex "PS file duplex" nil 7 5 nil |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5414 '("PostScript Print" "File") no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5415 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5416 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5417 (defun pr-toggle-file-tumble-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5418 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5419 (pr-toggle 'pr-file-tumble "PS file tumble" nil 8 5 nil |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5420 '("PostScript Print" "File") no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5421 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5422 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5423 (defun pr-toggle-file-landscape-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5424 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5425 (pr-toggle 'pr-file-landscape "PS file landscape" nil 6 5 nil |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5426 '("PostScript Print" "File") no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5427 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5428 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5429 (defun pr-toggle-ghostscript-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5430 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5431 (pr-toggle 'pr-print-using-ghostscript "Printing using ghostscript" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5432 'postscript-process 2 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5433 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5434 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5435 (defun pr-toggle-faces-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5436 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5437 (pr-toggle 'pr-faces-p "Printing with faces" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5438 'postscript-process 1 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5439 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5440 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5441 (defun pr-toggle-spool-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5442 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5443 (pr-toggle 'pr-spool-p "Spooling printing" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5444 'postscript-process 0 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5445 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5446 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5447 (defun pr-toggle-duplex-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5448 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5449 (pr-toggle 'ps-spool-duplex "Printing duplex" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5450 'postscript-options 5 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5451 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5452 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5453 (defun pr-toggle-tumble-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5454 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5455 (pr-toggle 'ps-spool-tumble "Tumble" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5456 'postscript-options 6 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5457 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5458 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5459 (defun pr-toggle-landscape-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5460 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5461 (pr-toggle 'ps-landscape-mode "Landscape" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5462 'postscript-options 0 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5463 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5464 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5465 (defun pr-toggle-upside-down-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5466 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5467 (pr-toggle 'ps-print-upside-down "Upside-Down" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5468 'postscript-options 7 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5469 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5470 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5471 (defun pr-toggle-line-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5472 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5473 (pr-toggle 'ps-line-number "Line number" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5474 'postscript-options 3 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5475 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5476 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5477 (defun pr-toggle-zebra-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5478 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5479 (pr-toggle 'ps-zebra-stripes "Zebra stripe" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5480 'postscript-options 4 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5481 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5482 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5483 (defun pr-toggle-header-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5484 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5485 (pr-toggle 'ps-print-header "Print header" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5486 'postscript-options 1 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5487 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5488 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5489 (defun pr-toggle-header-frame-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5490 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5491 (pr-toggle 'ps-print-header-frame "Print header frame" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5492 'postscript-options 2 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5493 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5494 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5495 (defun pr-toggle-lock-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5496 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5497 (pr-toggle 'pr-menu-lock "Menu lock" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5498 'printing 2 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5499 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5500 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5501 (defun pr-toggle-region-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5502 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5503 (pr-toggle 'pr-auto-region "Auto region" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5504 'printing 0 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5505 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5506 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5507 (defun pr-toggle-mode-menu (&optional no-menu) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5508 (interactive) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5509 (pr-toggle 'pr-auto-mode "Auto mode" |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5510 'printing 1 12 'toggle nil no-menu)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5511 |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5512 |
49646 | 5513 (defun pr-prompt (str) |
5514 (if (pr-auto-mode-p) | |
5515 (concat str " mode") | |
5516 (pr-region-active-string str))) | |
5517 | |
5518 | |
5519 (defun pr-prompt-region (str) | |
5520 (concat str (if (pr-auto-mode-p) | |
5521 " mode" | |
5522 " region"))) | |
5523 | |
5524 | |
5525 (defun pr-prompt-gs (str) | |
5526 (if (pr-using-ghostscript-p) | |
5527 (concat str " GS") | |
5528 str)) | |
5529 | |
5530 | |
5531 (defun pr-region-active-symbol (&optional region-p) | |
5532 (if (or region-p (pr-region-active-p)) | |
5533 'region | |
5534 'buffer)) | |
5535 | |
5536 | |
5537 (defun pr-region-active-string (prefix) | |
5538 (concat prefix | |
5539 (if (pr-region-active-p) | |
5540 " region" | |
5541 " buffer"))) | |
5542 | |
5543 | |
5544 (defun pr-show-setup (settings buffer-name) | |
5545 (with-output-to-temp-buffer buffer-name | |
5546 (princ settings) | |
5547 (print-help-return-message))) | |
5548 | |
5549 | |
5550 (defun pr-complete-alist (prompt alist default) | |
5551 (let ((collection (mapcar #'(lambda (elt) | |
5552 (setq elt (car elt)) | |
5553 (cons (symbol-name elt) elt)) | |
5554 alist))) | |
5555 (cdr (assoc (completing-read (concat prompt ": ") | |
5556 collection nil t | |
5557 (symbol-name default) nil | |
5558 (symbol-name default)) | |
5559 collection)))) | |
5560 | |
5561 | |
5562 (defun pr-delete-file (file) | |
57241
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
5563 (and pr-delete-temp-file (file-exists-p file) |
e53d659f0afd
Check if file exists before deleting it.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
57187
diff
changeset
|
5564 (delete-file file))) |
49646 | 5565 |
5566 | |
5567 (defun pr-expand-file-name (filename) | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5568 (pr-dosify-file-name (expand-file-name filename))) |
49646 | 5569 |
5570 | |
5571 (defun pr-ps-outfile-preprint (&optional mess) | |
5572 (let* ((prompt (format "%soutput PostScript file name: " (or mess ""))) | |
5573 (res (read-file-name prompt default-directory "" nil))) | |
5574 (while (cond ((not (file-writable-p res)) | |
5575 (ding) | |
5576 (setq prompt "is unwritable")) | |
5577 ((file-directory-p res) | |
5578 (ding) | |
5579 (setq prompt "is a directory")) | |
5580 ((file-exists-p res) | |
5581 (ding) | |
5582 (setq prompt "exists") | |
5583 (not (y-or-n-p (format "File `%s' exists; overwrite? " | |
5584 res)))) | |
5585 (t nil)) | |
5586 (setq res (read-file-name | |
5587 (format "File %s; PostScript file: " prompt) | |
5588 (file-name-directory res) nil nil | |
5589 (file-name-nondirectory res)))) | |
5590 (pr-expand-file-name res))) | |
5591 | |
5592 | |
5593 (defun pr-ps-infile-preprint (&optional mess) | |
5594 (let* ((prompt (format "%sinput PostScript file name: " (or mess ""))) | |
5595 (res (read-file-name prompt default-directory "" nil))) | |
5596 (while (cond ((not (file-exists-p res)) | |
5597 (ding) | |
5598 (setq prompt "doesn't exist")) | |
5599 ((not (file-readable-p res)) | |
5600 (ding) | |
5601 (setq prompt "is unreadable")) | |
5602 ((file-directory-p res) | |
5603 (ding) | |
5604 (setq prompt "is a directory")) | |
5605 (t nil)) | |
5606 (setq res (read-file-name | |
5607 (format "File %s; PostScript file: " prompt) | |
5608 (file-name-directory res) nil nil | |
5609 (file-name-nondirectory res)))) | |
5610 (pr-expand-file-name res))) | |
5611 | |
5612 | |
5613 (defun pr-ps-utility-args (n-up-sym infile-sym outfile-sym prompt) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5614 ;; check arguments for PostScript file processing. |
49646 | 5615 ;; n-up |
5616 (or (symbol-value n-up-sym) | |
5617 (set n-up-sym (pr-interactive-n-up prompt))) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5618 ;; input file |
49646 | 5619 (and (eq (symbol-value infile-sym) t) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5620 (set infile-sym (pr-ps-infile-preprint prompt))) |
49646 | 5621 (or (symbol-value infile-sym) |
5622 (error "%s: input PostScript file name is missing" prompt)) | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5623 (set infile-sym (pr-dosify-file-name (symbol-value infile-sym))) |
49646 | 5624 ;; output file |
5625 (and (eq (symbol-value outfile-sym) t) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5626 (set outfile-sym (and current-prefix-arg |
49646 | 5627 (pr-ps-outfile-preprint prompt)))) |
5628 (and (symbol-value outfile-sym) | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5629 (set outfile-sym (pr-dosify-file-name (symbol-value outfile-sym)))) |
49646 | 5630 (pr-ps-file (symbol-value outfile-sym))) |
5631 | |
5632 | |
5633 (defun pr-ps-utility-process (n-up infile outfile) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5634 ;; activate utility to process a PostScript file. |
49646 | 5635 (let (item) |
5636 (and (stringp infile) (file-exists-p infile) | |
5637 (setq item (cdr (assq pr-ps-utility pr-ps-utility-alist))) | |
56390
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5638 (pr-call-process (nth 0 item) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5639 (pr-switches-string (nth 1 item) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5640 "pr-ps-utility-alist entry") |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5641 (pr-switches-string (nth 8 item) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5642 "pr-ps-utility-alist entry") |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5643 (and (nth 2 item) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5644 (format (nth 2 item) ps-paper-type)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5645 (format (nth 3 item) n-up) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5646 (and pr-file-landscape (nth 4 item)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5647 (and pr-file-duplex (nth 5 item)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5648 (and pr-file-tumble (nth 6 item)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5649 (pr-expand-file-name infile) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5650 (nth 7 item) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5651 (pr-expand-file-name outfile))))) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5652 |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5653 |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5654 (defun pr-remove-nil-from-list (lst) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5655 (while (and lst (null (car lst))) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5656 (setq lst (cdr lst))) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5657 (let ((b lst) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5658 (l (cdr lst))) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5659 (while l |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5660 (if (car l) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5661 (setq b l |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5662 l (cdr l)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5663 (setq l (cdr l)) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5664 (setcdr b l)))) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5665 lst) |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5666 |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5667 |
e97dd6ea9f71
It uses call-process instead shell-command
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54738
diff
changeset
|
5668 (defun pr-call-process (command &rest args) |
58241
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5669 (let ((buffer (get-buffer-create "*Printing Command Output*")) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5670 (cmd (pr-command command)) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5671 status) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5672 (setq args (pr-remove-nil-from-list args)) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5673 ;; *Printing Command Output* == show command & args |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5674 (save-excursion |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5675 (set-buffer buffer) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5676 (goto-char (point-max)) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5677 (insert (format "%s %S\n" cmd args))) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5678 ;; *Printing Command Output* == show any return message from command |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5679 (pr-save-file-modes |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5680 (setq status |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5681 (condition-case data |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5682 (apply 'call-process cmd nil buffer nil args) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5683 ((quit error) |
58241
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5684 (error-message-string data))))) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5685 ;; *Printing Command Output* == show exit status |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5686 (save-excursion |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5687 (set-buffer buffer) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5688 (goto-char (point-max)) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5689 (insert (format "Exit status: %s\n\n" status))) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5690 ;; message if error status |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5691 (if (or (stringp status) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5692 (and (integerp status) (/= status 0))) |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5693 (message |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5694 "Printing error status: %s (see *Printing Command Output* buffer)" |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5695 status)))) |
49646 | 5696 |
5697 | |
5698 (defun pr-txt-print (from to) | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5699 (let ((lpr-command (pr-standard-file-name (pr-command pr-txt-command))) |
49646 | 5700 (lpr-switches (pr-switches pr-txt-switches "pr-txt-switches")) |
5701 (printer-name pr-txt-printer)) | |
5702 (lpr-region from to))) | |
5703 | |
5704 | |
5705 (defun pr-switches-string (switches mess) | |
58241
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5706 ;; If SWITCHES is nil, return nil. |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5707 ;; Otherwise, return the list of string in a string. |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5708 (and switches |
4aa6d60fc66c
Fix typos & pr-switches-string
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58218
diff
changeset
|
5709 (mapconcat 'identity (pr-switches switches mess) " "))) |
49646 | 5710 |
5711 | |
5712 (defun pr-switches (switches mess) | |
5713 (or (listp switches) | |
56578
a36e2d80b510
(toplevel, pr-ps-fast-fire, pr-ps-set-utility)
John Paul Wallington <jpw@pobox.com>
parents:
56493
diff
changeset
|
5714 (error "%S should have a list of strings" mess)) |
49646 | 5715 (ps-flatten-list ; dynamic evaluation |
5716 (mapcar 'ps-eval-switch switches))) | |
5717 | |
5718 | |
5719 (defun pr-ps-preview (kind n-up filename mess) | |
5720 (pr-set-n-up-and-filename 'n-up 'filename mess) | |
5721 (let ((file (pr-ps-file filename))) | |
5722 (pr-text2ps kind n-up file) | |
5723 (or pr-spool-p (pr-ps-file-preview file)))) | |
5724 | |
5725 | |
5726 (defun pr-ps-using-ghostscript (kind n-up filename mess) | |
5727 (pr-set-n-up-and-filename 'n-up 'filename mess) | |
5728 (let ((file (pr-ps-file filename))) | |
5729 (pr-text2ps kind n-up file) | |
5730 (unless (or pr-spool-p filename) | |
5731 (pr-ps-file-using-ghostscript file) | |
5732 (pr-delete-file file)))) | |
5733 | |
5734 | |
5735 (defun pr-ps-print (kind n-up filename mess) | |
5736 (pr-set-n-up-and-filename 'n-up 'filename mess) | |
5737 (let ((file (pr-ps-file filename))) | |
5738 (pr-text2ps kind n-up file) | |
5739 (unless (or pr-spool-p filename) | |
5740 (pr-ps-file-print file) | |
5741 (pr-delete-file file)))) | |
5742 | |
5743 | |
5744 (defun pr-ps-file (&optional filename) | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5745 (pr-dosify-file-name (or filename |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5746 (make-temp-file |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5747 (convert-standard-filename |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5748 (expand-file-name pr-ps-temp-file pr-temp-dir)) |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5749 nil ".ps")))) |
49646 | 5750 |
5751 | |
5752 (defun pr-interactive-n-up (mess) | |
5753 (or (stringp mess) (setq mess "*")) | |
5754 (save-match-data | |
65680
ed770a0a7846
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
Romain Francoise <romain@orebokech.com>
parents:
65582
diff
changeset
|
5755 (let* ((fmt-prompt "%s[%s] N-up printing (default 1): ") |
49646 | 5756 (prompt "") |
5757 (str (pr-f-read-string (format fmt-prompt prompt mess) "1" nil "1")) | |
5758 int) | |
5759 (while (if (string-match "^\\s *[0-9]+$" str) | |
62887
3d8c6d031cf0
(pr-interactive-n-up): Use string-to-number.
Richard M. Stallman <rms@gnu.org>
parents:
58408
diff
changeset
|
5760 (setq int (string-to-number str) |
49646 | 5761 prompt (cond ((< int 1) "Integer below 1; ") |
5762 ((> int 100) "Integer above 100; ") | |
5763 (t nil))) | |
5764 (setq prompt "Invalid integer syntax; ")) | |
5765 (ding) | |
5766 (setq str | |
5767 (pr-f-read-string (format fmt-prompt prompt mess) str nil "1"))) | |
5768 int))) | |
5769 | |
5770 | |
5771 (defun pr-interactive-dir (mess) | |
5772 (let* ((dir-name (file-name-directory (or (buffer-file-name) | |
5773 default-directory))) | |
5774 (fmt-prompt (concat "%s[" mess "] Directory to print: ")) | |
5775 (dir (read-file-name (format fmt-prompt "") | |
5776 "" dir-name nil dir-name)) | |
5777 prompt) | |
5778 (while (cond ((not (file-directory-p dir)) | |
5779 (ding) | |
5780 (setq prompt "It's not a directory! ")) | |
5781 ((not (file-readable-p dir)) | |
5782 (ding) | |
5783 (setq prompt "Directory is unreadable! ")) | |
5784 (t nil)) | |
5785 (setq dir-name (file-name-directory dir) | |
5786 dir (read-file-name (format fmt-prompt prompt) | |
5787 "" dir-name nil dir-name))) | |
5788 (file-name-as-directory dir))) | |
5789 | |
5790 | |
5791 (defun pr-interactive-regexp (mess) | |
5792 (pr-f-read-string (format "[%s] File regexp to print: " mess) "" nil "")) | |
5793 | |
5794 | |
5795 (defun pr-interactive-dir-args (mess) | |
5796 (list | |
5797 ;; get directory argument | |
5798 (pr-interactive-dir mess) | |
5799 ;; get file name regexp | |
5800 (pr-interactive-regexp mess))) | |
5801 | |
5802 | |
5803 (defun pr-interactive-ps-dir-args (mess) | |
5804 (list | |
5805 ;; get n-up argument | |
5806 (pr-interactive-n-up mess) | |
5807 ;; get directory argument | |
5808 (pr-interactive-dir mess) | |
5809 ;; get file name regexp | |
5810 (pr-interactive-regexp mess) | |
5811 ;; get output file name | |
5812 (and (not pr-spool-p) | |
5813 (ps-print-preprint current-prefix-arg)))) | |
5814 | |
5815 | |
5816 (defun pr-interactive-n-up-file (mess) | |
5817 (list | |
5818 ;; get n-up argument | |
5819 (pr-interactive-n-up mess) | |
5820 ;; get output file name | |
5821 (and (not pr-spool-p) | |
5822 (ps-print-preprint current-prefix-arg)))) | |
5823 | |
5824 | |
5825 (defun pr-interactive-n-up-inout (mess) | |
5826 (list | |
5827 ;; get n-up argument | |
5828 (pr-interactive-n-up mess) | |
5829 ;; get input file name | |
5830 (pr-ps-infile-preprint (concat mess " ")) | |
5831 ;; get output file name | |
5832 (ps-print-preprint current-prefix-arg))) | |
5833 | |
5834 | |
5835 (defun pr-set-outfilename (filename-sym) | |
5836 (and (not pr-spool-p) | |
5837 (eq (symbol-value filename-sym) t) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
5838 (set filename-sym (and current-prefix-arg |
49646 | 5839 (ps-print-preprint current-prefix-arg)))) |
5840 (and (symbol-value filename-sym) | |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5841 (set filename-sym (pr-dosify-file-name (symbol-value filename-sym))))) |
49646 | 5842 |
5843 | |
5844 (defun pr-set-n-up-and-filename (n-up-sym filename-sym mess) | |
5845 ;; n-up | |
5846 (or (symbol-value n-up-sym) | |
5847 (set n-up-sym (pr-interactive-n-up mess))) | |
5848 ;; output file | |
5849 (pr-set-outfilename filename-sym)) | |
5850 | |
5851 | |
5852 (defun pr-set-dir-args (dir-sym regexp-sym mess) | |
5853 ;; directory | |
5854 (or (symbol-value dir-sym) | |
5855 (set dir-sym (pr-interactive-dir mess))) | |
5856 ;; file name regexp | |
5857 (or (symbol-value regexp-sym) | |
5858 (set regexp-sym (pr-interactive-regexp mess)))) | |
5859 | |
5860 | |
5861 (defun pr-set-ps-dir-args (n-up-sym dir-sym regexp-sym filename-sym mess) | |
5862 ;; n-up | |
5863 (or (symbol-value n-up-sym) | |
5864 (set n-up-sym (pr-interactive-n-up mess))) | |
5865 ;; directory & file name regexp | |
5866 (pr-set-dir-args dir-sym regexp-sym mess) | |
5867 ;; output file | |
5868 (pr-set-outfilename filename-sym)) | |
5869 | |
5870 | |
5871 (defun pr-find-buffer-visiting (file) | |
5872 (if (not (file-directory-p file)) | |
5873 (find-buffer-visiting (if ps-windows-system | |
5874 (downcase file) | |
5875 file)) | |
5876 (let ((truename (file-truename file)) | |
5877 (blist (buffer-list)) | |
5878 found) | |
5879 (while (and (not found) blist) | |
5880 (save-excursion | |
5881 (set-buffer (car blist)) | |
5882 (and (eq major-mode 'dired-mode) | |
5883 (save-excursion | |
5884 (goto-char (point-min)) | |
5885 (string= (buffer-substring-no-properties | |
5886 (+ (point-min) 2) | |
5887 (progn | |
5888 (end-of-line) | |
5889 (1- (point)))) | |
5890 truename)) | |
5891 (setq found (car blist)))) | |
5892 (setq blist (cdr blist))) | |
5893 found))) | |
5894 | |
5895 | |
5896 (defun pr-file-list (dir file-regexp fun) | |
5897 (mapcar #'(lambda (file) | |
5898 (and (or pr-list-directory | |
5899 (not (file-directory-p file))) | |
5900 (let ((buffer (pr-find-buffer-visiting file)) | |
5901 pop-up-windows | |
5902 pop-up-frames) | |
5903 (and (or buffer | |
5904 (file-readable-p file)) | |
5905 (save-excursion | |
5906 (set-buffer (or buffer | |
5907 (find-file-noselect file))) | |
5908 (funcall fun) | |
5909 (or buffer | |
5910 (kill-buffer (current-buffer)))))))) | |
5911 (directory-files dir t file-regexp))) | |
5912 | |
5913 | |
5914 (defun pr-delete-file-if-exists (filename) | |
5915 (and (not pr-spool-p) (stringp filename) (file-exists-p filename) | |
5916 (delete-file filename))) | |
5917 | |
5918 | |
5919 (defun pr-ps-file-list (n-up dir file-regexp filename) | |
5920 (pr-delete-file-if-exists (setq filename (pr-expand-file-name filename))) | |
5921 (let ((pr-spool-p t)) | |
5922 (pr-file-list dir file-regexp | |
5923 #'(lambda () | |
5924 (if (pr-auto-mode-p) | |
5925 (pr-ps-mode n-up filename) | |
5926 (pr-text2ps 'buffer n-up filename))))) | |
5927 (or pr-spool-p | |
5928 (pr-despool-print filename))) | |
5929 | |
5930 | |
5931 (defun pr-text2ps (kind n-up filename &optional from to) | |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5932 (pr-save-file-modes |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5933 (let ((ps-n-up-printing n-up) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5934 (ps-spool-config (and (eq ps-spool-config 'setpagedevice) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5935 'setpagedevice))) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5936 (pr-delete-file-if-exists filename) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5937 (cond (pr-faces-p |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5938 (cond (pr-spool-p |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5939 ;; pr-faces-p and pr-spool-p |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5940 ;; here FILENAME arg is ignored |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5941 (cond ((eq kind 'buffer) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5942 (ps-spool-buffer-with-faces)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5943 ((eq kind 'region) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5944 (ps-spool-region-with-faces (or from (point)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5945 (or to (mark)))) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5946 )) |
49646 | 5947 ;; pr-faces-p and not pr-spool-p |
58204
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5948 ((eq kind 'buffer) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5949 (ps-print-buffer-with-faces filename)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5950 ((eq kind 'region) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5951 (ps-print-region-with-faces (or from (point)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5952 (or to (mark)) filename)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5953 )) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5954 (pr-spool-p |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5955 ;; not pr-faces-p and pr-spool-p |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5956 ;; here FILENAME arg is ignored |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5957 (cond ((eq kind 'buffer) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5958 (ps-spool-buffer)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5959 ((eq kind 'region) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5960 (ps-spool-region (or from (point)) (or to (mark)))) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5961 )) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5962 ;; not pr-faces-p and not pr-spool-p |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5963 ((eq kind 'buffer) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5964 (ps-print-buffer filename)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5965 ((eq kind 'region) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5966 (ps-print-region (or from (point)) (or to (mark)) filename)) |
687bb63efa9d
interactive-p & file permission bits
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58164
diff
changeset
|
5967 )))) |
49646 | 5968 |
5969 | |
5970 (defun pr-command (command) | |
5971 "Return absolute file name specification for COMMAND. | |
5972 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5973 If COMMAND is an empty string, return it. |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5974 |
49646 | 5975 If COMMAND is already an absolute file name specification, return it. |
5976 Else it uses `pr-path-alist' to find COMMAND, if find it then return it; | |
5977 otherwise, gives an error. | |
5978 | |
5979 When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and | |
5980 `unix' are used (see `pr-path-alist' for documentation). | |
5981 | |
5982 If Emacs is running on Windows 95/98/NT/2000, tries to find COMMAND, | |
5983 COMMAND.exe, COMMAND.bat and COMMAND.com in this order." | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5984 (if (string= command "") |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5985 command |
56405
10b68aa88abe
Doc fix. Change name of some funs.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
56390
diff
changeset
|
5986 (pr-dosify-file-name |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5987 (or (pr-find-command command) |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5988 (pr-path-command (cond (pr-cygwin-system 'cygwin) |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5989 (ps-windows-system 'windows) |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5990 (t 'unix)) |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5991 (file-name-nondirectory command) |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5992 nil) |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5993 (error "Command not found: %s" |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
5994 (file-name-nondirectory command)))))) |
49646 | 5995 |
5996 | |
5997 (defun pr-path-command (symbol command sym-list) | |
5998 (let ((lpath (cdr (assq symbol pr-path-alist))) | |
5999 cmd) | |
6000 ;; PATH expansion | |
6001 (and (eq symbol 'PATH) (null lpath) | |
6002 (setq lpath (parse-colon-path (getenv "PATH")))) | |
6003 (while (and lpath | |
6004 (not | |
6005 (setq cmd | |
6006 (let ((path (car lpath))) | |
6007 (cond | |
6008 ;; symbol expansion | |
6009 ((symbolp path) | |
6010 (and (not (memq path sym-list)) | |
6011 (pr-path-command path command | |
6012 (cons path sym-list)))) | |
6013 ;; normal path | |
6014 ((stringp path) | |
6015 (pr-find-command | |
6016 (expand-file-name | |
6017 (substitute-in-file-name | |
6018 (concat (file-name-as-directory path) | |
6019 command))))) | |
6020 ))))) | |
6021 (setq lpath (cdr lpath))) | |
6022 cmd)) | |
6023 | |
6024 | |
6025 (defun pr-find-command (cmd) | |
6026 (if ps-windows-system | |
6027 ;; windows system | |
6028 (let ((ext (cons (file-name-extension cmd t) | |
6029 (list ".exe" ".bat" ".com"))) | |
6030 found) | |
6031 (setq cmd (file-name-sans-extension cmd)) | |
6032 (while (and ext | |
6033 (setq found (concat cmd (car ext))) | |
6034 (not (and (file-regular-p found) | |
6035 (file-executable-p found)))) | |
6036 (setq ext (cdr ext) | |
6037 found nil)) | |
6038 found) | |
6039 ;; non-windows systems | |
6040 (and (file-regular-p cmd) | |
6041 (file-executable-p cmd) | |
6042 cmd))) | |
6043 | |
6044 | |
6045 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
6046 ;; Printing Interface (inspired on ps-print-interface.el) | |
6047 | |
6048 | |
82253
e100ad942371
Evaluate require only during compilation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82140
diff
changeset
|
6049 (eval-when-compile |
e100ad942371
Evaluate require only during compilation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82140
diff
changeset
|
6050 (require 'cus-edit) |
e100ad942371
Evaluate require only during compilation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82140
diff
changeset
|
6051 (require 'wid-edit) |
e100ad942371
Evaluate require only during compilation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
82140
diff
changeset
|
6052 (require 'widget)) |
49646 | 6053 |
6054 | |
6055 (defvar pr-i-window-configuration nil) | |
6056 | |
6057 (defvar pr-i-buffer nil) | |
6058 (defvar pr-i-region nil) | |
6059 (defvar pr-i-mode nil) | |
6060 (defvar pr-i-despool nil) | |
6061 (defvar pr-i-ps-as-is t) | |
6062 (defvar pr-i-n-up 1) | |
6063 (defvar pr-i-directory "./") | |
6064 (defvar pr-i-regexp "") | |
6065 (defvar pr-i-ps-file "") | |
6066 (defvar pr-i-out-file "") | |
6067 (defvar pr-i-answer-yes nil) | |
6068 (defvar pr-i-process 'buffer) | |
6069 (defvar pr-i-ps-send 'printer) | |
6070 | |
6071 | |
6072 (defvar pr-interface-map nil | |
6073 "Keymap for pr-interface.") | |
6074 | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6075 (unless pr-interface-map |
49646 | 6076 (setq pr-interface-map (make-sparse-keymap)) |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6077 (cond ((featurep 'xemacs) ; XEmacs |
49646 | 6078 (pr-f-set-keymap-parents pr-interface-map (list widget-keymap)) |
6079 (pr-f-set-keymap-name pr-interface-map 'pr-interface-map)) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6080 (t ; GNU Emacs |
49646 | 6081 (pr-f-set-keymap-parents pr-interface-map widget-keymap))) |
6082 (define-key pr-interface-map "q" 'pr-interface-quit) | |
6083 (define-key pr-interface-map "?" 'pr-interface-help)) | |
6084 | |
6085 | |
6086 (defmacro pr-interface-save (&rest body) | |
6087 `(save-excursion | |
6088 (set-buffer pr-i-buffer) | |
6089 ,@body)) | |
6090 | |
6091 | |
6092 (defun pr-create-interface () | |
6093 "Create the front end for printing package." | |
6094 (setq pr-i-buffer (buffer-name (current-buffer)) | |
6095 pr-i-region (ps-mark-active-p) | |
6096 pr-i-mode (pr-mode-alist-p) | |
6097 pr-i-window-configuration (current-window-configuration)) | |
6098 | |
6099 (put 'pr-i-process 'pr-widget-list nil) | |
6100 (put 'pr-i-ps-send 'pr-widget-list nil) | |
6101 | |
6102 (delete-other-windows) | |
6103 (kill-buffer (get-buffer-create pr-buffer-name)) | |
6104 (switch-to-buffer (get-buffer-create pr-buffer-name)) | |
6105 | |
6106 ;; header | |
6107 (let ((versions (concat "printing v" pr-version | |
6108 " ps-print v" ps-print-version))) | |
73827
985f3831f360
Fix Print submenu creation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73770
diff
changeset
|
6109 ;; to keep compatibility with Emacs 20 & 21: |
985f3831f360
Fix Print submenu creation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73770
diff
changeset
|
6110 ;; DO NOT REPLACE `?\ ' BY `?\s' |
985f3831f360
Fix Print submenu creation
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73770
diff
changeset
|
6111 (widget-insert (make-string (- 79 (length versions)) ?\ ) versions)) |
49646 | 6112 (pr-insert-italic "\nCurrent Directory : " 1) |
6113 (pr-insert-italic default-directory) | |
6114 | |
6115 (pr-insert-section-1) ; 1. Print | |
6116 (pr-insert-section-2) ; 2. PostScript Printer | |
6117 (pr-insert-section-3) ; 3. Text Printer | |
6118 | |
6119 ;; separator | |
6120 (widget-insert "\n\n " (make-string 77 ?-)) | |
6121 | |
6122 (pr-insert-section-4) ; 4. Settings | |
6123 (pr-insert-section-5) ; 5. Customize | |
6124 (pr-insert-section-6) ; 6. Show Settings | |
6125 (pr-insert-section-7) ; 7. Help | |
6126 | |
6127 (use-local-map pr-interface-map) | |
6128 (widget-setup) | |
6129 (goto-char (point-min)) | |
6130 | |
6131 (and pr-i-region ; let region activated | |
6132 (pr-keep-region-active))) | |
6133 | |
6134 | |
6135 (defun pr-insert-section-1 () | |
6136 ;; 1. Print: | |
6137 (pr-insert-italic "\nPrint :" 1) | |
6138 | |
6139 ;; 1a. Buffer: | |
6140 ;; 1a. Buffer: Buffer List | |
6141 (pr-insert-radio-button 'pr-i-process 'buffer) | |
6142 (pr-insert-menu "Buffer List" 'pr-i-buffer | |
6143 (let ((blist (buffer-list)) | |
6144 case-fold-search choices) | |
6145 (while blist | |
6146 (let ((name (buffer-name (car blist))) | |
6147 (ignore pr-buffer-name-ignore) | |
6148 found) | |
6149 (setq blist (cdr blist)) | |
6150 (while (and ignore (not found)) | |
6151 (setq found (string-match (car ignore) name) | |
6152 ignore (cdr ignore))) | |
6153 (or found | |
6154 (setq choices | |
6155 (cons (list 'quote | |
6156 (list 'choice-item | |
6157 :format "%[%t%]" | |
6158 name)) | |
6159 choices))))) | |
6160 (nreverse choices)) | |
6161 " Buffer : " nil | |
6162 '(progn | |
6163 (pr-interface-save | |
6164 (setq pr-i-region (ps-mark-active-p) | |
6165 pr-i-mode (pr-mode-alist-p))) | |
6166 (pr-update-checkbox 'pr-i-region) | |
6167 (pr-update-checkbox 'pr-i-mode))) | |
6168 ;; 1a. Buffer: Region | |
6169 (put 'pr-i-region 'pr-widget | |
6170 (pr-insert-checkbox | |
6171 "\n " | |
6172 'pr-i-region | |
6173 #'(lambda (widget &rest ignore) | |
6174 (let ((region-p (pr-interface-save | |
6175 (ps-mark-active-p)))) | |
6176 (cond ((null (widget-value widget)) ; widget is nil | |
6177 (setq pr-i-region nil)) | |
6178 (region-p ; widget is true and there is a region | |
6179 (setq pr-i-region t) | |
6180 (widget-value-set widget t) | |
6181 (widget-setup)) ; MUST be called after widget-value-set | |
6182 (t ; widget is true and there is no region | |
6183 (ding) | |
6184 (message "There is no region active") | |
6185 (setq pr-i-region nil) | |
6186 (widget-value-set widget nil) | |
6187 (widget-setup))))) ; MUST be called after widget-value-set | |
6188 " Region")) | |
6189 ;; 1a. Buffer: Mode | |
6190 (put 'pr-i-mode 'pr-widget | |
6191 (pr-insert-checkbox | |
6192 " " | |
6193 'pr-i-mode | |
6194 #'(lambda (widget &rest ignore) | |
6195 (let ((mode-p (pr-interface-save | |
6196 (pr-mode-alist-p)))) | |
6197 (cond | |
6198 ((null (widget-value widget)) ; widget is nil | |
6199 (setq pr-i-mode nil)) | |
6200 (mode-p ; widget is true and there is a `mode' | |
6201 (setq pr-i-mode t) | |
6202 (widget-value-set widget t) | |
6203 (widget-setup)) ; MUST be called after widget-value-set | |
6204 (t ; widget is true and there is no `mode' | |
6205 (ding) | |
6206 (message | |
6207 "This buffer isn't in a mode that printing treats specially.") | |
6208 (setq pr-i-mode nil) | |
6209 (widget-value-set widget nil) | |
6210 (widget-setup))))) ; MUST be called after widget-value-set | |
6211 " Mode\n")) | |
6212 | |
6213 ;; 1b. Directory: | |
6214 (pr-insert-radio-button 'pr-i-process 'directory) | |
6215 (widget-create | |
6216 'directory | |
6217 :size 58 | |
6218 :format " Directory : %v" | |
6219 :notify 'pr-interface-directory | |
6220 :action (lambda (widget &optional event) | |
6221 (if (pr-interface-directory widget) | |
6222 (pr-widget-field-action widget event) | |
6223 (ding) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6224 (message "Please specify a readable directory"))) |
49646 | 6225 pr-i-directory) |
6226 ;; 1b. Directory: File Regexp | |
6227 (widget-create 'regexp | |
6228 :size 58 | |
6229 :format "\n File Regexp : %v\n" | |
6230 :notify (lambda (widget &rest ignore) | |
6231 (setq pr-i-regexp (widget-value widget))) | |
6232 pr-i-regexp) | |
6233 ;; 1b. Directory: List Directory Entry | |
6234 (widget-insert " ") | |
6235 (pr-insert-toggle 'pr-list-directory " List Directory Entry\n") | |
6236 | |
6237 ;; 1c. PostScript File: | |
6238 (pr-insert-radio-button 'pr-i-process 'file) | |
6239 (widget-create | |
6240 'file | |
6241 :size 51 | |
6242 :format " PostScript File : %v" | |
6243 :notify 'pr-interface-infile | |
6244 :action (lambda (widget &rest event) | |
6245 (if (pr-interface-infile widget) | |
6246 (pr-widget-field-action widget event) | |
6247 (ding) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6248 (message "Please specify a readable PostScript file"))) |
49646 | 6249 pr-i-ps-file) |
6250 ;; 1c. PostScript File: PostScript Utility | |
6251 (pr-insert-menu "PostScript Utility" 'pr-ps-utility | |
6252 (pr-choice-alist pr-ps-utility-alist) | |
6253 "\n PostScript Utility : " | |
6254 " ") | |
54210
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
6255 ;; 1c. PostScript File: No Preprocessing |
602769168263
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54209
diff
changeset
|
6256 (pr-insert-toggle 'pr-i-ps-as-is " No Preprocessing")) |
49646 | 6257 |
6258 | |
6259 (defun pr-insert-section-2 () | |
6260 ;; 2. PostScript Printer: | |
6261 ;; 2. PostScript Printer: PostScript Printer List | |
6262 (pr-insert-italic "\n\nPostScript Printer : " 2 20) | |
6263 (pr-insert-menu "PostScript Printer" 'pr-ps-name | |
6264 (pr-choice-alist pr-ps-printer-alist)) | |
6265 ;; 2. PostScript Printer: Despool | |
6266 (put 'pr-i-despool 'pr-widget | |
6267 (pr-insert-checkbox | |
6268 " " | |
6269 'pr-i-despool | |
6270 #'(lambda (widget &rest ignore) | |
6271 (if pr-spool-p | |
6272 (setq pr-i-despool (not pr-i-despool)) | |
6273 (ding) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6274 (message "Can despool only when spooling is actually selected") |
49646 | 6275 (setq pr-i-despool nil)) |
6276 (widget-value-set widget pr-i-despool) | |
6277 (widget-setup)) ; MUST be called after widget-value-set | |
6278 " Despool ")) | |
6279 ;; 2. PostScript Printer: Preview Print Quit | |
6280 (pr-insert-button 'pr-interface-preview "Preview" " ") | |
6281 (pr-insert-button 'pr-interface-ps-print "Print" " ") | |
6282 (pr-insert-button 'pr-interface-quit "Quit") | |
6283 ;; 2. PostScript Printer: Send to Printer/Temporary File | |
6284 (pr-insert-radio-button 'pr-i-ps-send 'printer) | |
6285 (widget-insert " Send to Printer/Temporary File") | |
6286 ;; 2. PostScript Printer: Send to File | |
6287 (pr-insert-radio-button 'pr-i-ps-send 'file) | |
6288 (widget-create | |
6289 'file | |
6290 :size 57 | |
6291 :format " Send to File : %v" | |
6292 :notify 'pr-interface-outfile | |
6293 :action (lambda (widget &rest event) | |
6294 (if (and (pr-interface-outfile widget) | |
6295 (or (not (file-exists-p pr-i-out-file)) | |
6296 (setq pr-i-answer-yes | |
6297 (y-or-n-p "File exists; overwrite? ")))) | |
6298 (pr-widget-field-action widget event) | |
6299 (ding) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6300 (message "Please specify a writable PostScript file"))) |
49646 | 6301 pr-i-out-file) |
6302 ;; 2. PostScript Printer: N-Up | |
6303 (widget-create | |
6304 'integer | |
6305 :size 3 | |
6306 :format "\n N-Up : %v" | |
6307 :notify (lambda (widget &rest ignore) | |
6308 (let ((value (if (string= (widget-apply widget :value-get) "") | |
6309 0 | |
6310 (widget-value widget)))) | |
6311 (if (and (integerp value) | |
6312 (<= 1 value) (<= value 100)) | |
6313 (progn | |
6314 (message " ") | |
6315 (setq pr-i-n-up value)) | |
6316 (ding) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6317 (message "Please specify an integer between 1 and 100")))) |
49646 | 6318 pr-i-n-up)) |
6319 | |
6320 | |
6321 (defun pr-insert-section-3 () | |
6322 ;; 3. Text Printer: | |
6323 (pr-insert-italic "\n\nText Printer : " 2 14) | |
6324 (pr-insert-menu "Text Printer" 'pr-txt-name | |
6325 (pr-choice-alist pr-txt-printer-alist) | |
6326 nil " ") | |
6327 (pr-insert-button 'pr-interface-printify "Printify" " ") | |
6328 (pr-insert-button 'pr-interface-txt-print "Print" " ") | |
6329 (pr-insert-button 'pr-interface-quit "Quit")) | |
6330 | |
6331 | |
6332 (defun pr-insert-section-4 () | |
6333 ;; 4. Settings: | |
6334 ;; 4. Settings: Landscape Auto Region Verbose | |
6335 (pr-insert-checkbox "\n\n " 'ps-landscape-mode | |
6336 #'(lambda (&rest ignore) | |
6337 (setq ps-landscape-mode (not ps-landscape-mode) | |
6338 pr-file-landscape ps-landscape-mode)) | |
6339 " Landscape ") | |
6340 (pr-insert-toggle 'pr-auto-region " Auto Region ") | |
6341 (pr-insert-toggle 'pr-buffer-verbose " Verbose\n ") | |
6342 | |
6343 ;; 4. Settings: Print Header Auto Mode | |
6344 (pr-insert-toggle 'ps-print-header " Print Header ") | |
6345 (pr-insert-toggle 'pr-auto-mode " Auto Mode\n ") | |
6346 | |
6347 ;; 4. Settings: Print Header Frame Menu Lock | |
6348 (pr-insert-toggle 'ps-print-header-frame " Print Header Frame ") | |
6349 (pr-insert-toggle 'pr-menu-lock " Menu Lock\n ") | |
6350 | |
6351 ;; 4. Settings: Line Number | |
6352 (pr-insert-toggle 'ps-line-number " Line Number\n ") | |
6353 | |
6354 ;; 4. Settings: Zebra Stripes Spool Buffer | |
6355 (pr-insert-toggle 'ps-zebra-stripes " Zebra Stripes") | |
6356 (pr-insert-checkbox " " | |
6357 'pr-spool-p | |
6358 #'(lambda (&rest ignore) | |
6359 (setq pr-spool-p (not pr-spool-p)) | |
6360 (unless pr-spool-p | |
6361 (setq pr-i-despool nil) | |
6362 (pr-update-checkbox 'pr-i-despool))) | |
6363 " Spool Buffer") | |
6364 | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6365 ;; 4. Settings: Duplex Print with faces |
49646 | 6366 (pr-insert-checkbox "\n " |
6367 'ps-spool-duplex | |
6368 #'(lambda (&rest ignore) | |
6369 (setq ps-spool-duplex (not ps-spool-duplex) | |
6370 pr-file-duplex ps-spool-duplex)) | |
6371 " Duplex ") | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6372 (pr-insert-toggle 'pr-faces-p " Print with faces") |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6373 |
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6374 ;; 4. Settings: Tumble Print via Ghostscript |
49646 | 6375 (pr-insert-checkbox "\n " |
6376 'ps-spool-tumble | |
6377 #'(lambda (&rest ignore) | |
6378 (setq ps-spool-tumble (not ps-spool-tumble) | |
6379 pr-file-tumble ps-spool-tumble)) | |
6380 " Tumble ") | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6381 (pr-insert-toggle 'pr-print-using-ghostscript " Print via Ghostscript\n ") |
49646 | 6382 |
6383 ;; 4. Settings: Upside-Down Page Parity | |
54209
c312c950b64d
Adjust buffer interface.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54146
diff
changeset
|
6384 (pr-insert-toggle 'ps-print-upside-down " Upside-Down") |
c312c950b64d
Adjust buffer interface.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54146
diff
changeset
|
6385 (pr-insert-italic "\n\nSelect Pages : " 2 14) |
49646 | 6386 (pr-insert-menu "Page Parity" 'ps-even-or-odd-pages |
6387 (mapcar #'(lambda (alist) | |
6388 (list 'quote | |
6389 (list 'choice-item | |
6390 :format "%[%t%]" | |
6391 :tag (cdr alist) | |
6392 :value (car alist)))) | |
6393 pr-even-or-odd-alist))) | |
6394 | |
6395 | |
6396 (defun pr-insert-section-5 () | |
6397 ;; 5. Customize: | |
6398 (pr-insert-italic "\n\nCustomize : " 2 11) | |
6399 (pr-insert-button 'pr-customize "printing" " ") | |
6400 (pr-insert-button #'(lambda (&rest ignore) (ps-print-customize)) | |
6401 "ps-print" " ") | |
6402 (pr-insert-button 'lpr-customize "lpr")) | |
6403 | |
6404 | |
6405 (defun pr-insert-section-6 () | |
6406 ;; 6. Show Settings: | |
6407 (pr-insert-italic "\nShow Settings : " 1 14) | |
6408 (pr-insert-button 'pr-show-pr-setup "printing" " ") | |
6409 (pr-insert-button 'pr-show-ps-setup "ps-print" " ") | |
6410 (pr-insert-button 'pr-show-lpr-setup "lpr")) | |
6411 | |
6412 | |
6413 (defun pr-insert-section-7 () | |
6414 ;; 7. Help: | |
6415 (pr-insert-italic "\nHelp : " 1 5) | |
6416 (pr-insert-button 'pr-interface-help "Interface Help" " ") | |
6417 (pr-insert-button 'pr-help "Menu Help" " ") | |
6418 (pr-insert-button 'pr-interface-quit "Quit" "\n ") | |
6419 (pr-insert-button 'pr-kill-help "Kill All Printing Help Buffer")) | |
6420 | |
6421 | |
6422 (defun pr-kill-help (&rest ignore) | |
6423 "Kill all printing help buffer." | |
6424 (interactive) | |
6425 (let ((help '("*Printing Interface Help*" "*Printing Help*" | |
6426 "*LPR Setup*" "*PR Setup*" "*PS Setup*"))) | |
6427 (while help | |
6428 (let ((buffer (get-buffer (car help)))) | |
6429 (setq help (cdr help)) | |
6430 (when buffer | |
6431 (delete-windows-on buffer) | |
6432 (kill-buffer buffer))))) | |
6433 (recenter (- (window-height) 2))) | |
6434 | |
6435 | |
6436 (defun pr-interface-quit (&rest ignore) | |
6437 "Kill the printing buffer interface and quit." | |
6438 (interactive) | |
6439 (kill-buffer pr-buffer-name) | |
6440 (set-window-configuration pr-i-window-configuration)) | |
6441 | |
6442 | |
6443 (defun pr-interface-help (&rest ignore) | |
6444 "printing buffer interface help." | |
6445 (interactive) | |
6446 (pr-show-setup pr-interface-help-message "*Printing Interface Help*")) | |
6447 | |
6448 | |
6449 (defun pr-interface-txt-print (&rest ignore) | |
6450 "Print using lpr package." | |
6451 (interactive) | |
6452 (condition-case data | |
6453 (cond | |
6454 ((eq pr-i-process 'directory) | |
6455 (pr-i-directory) | |
6456 (pr-interface-save | |
6457 (pr-txt-directory pr-i-directory pr-i-regexp))) | |
6458 ((eq pr-i-process 'buffer) | |
6459 (pr-interface-save | |
6460 (cond (pr-i-region | |
6461 (let ((pr-auto-mode pr-i-mode)) | |
6462 (pr-txt-region))) | |
6463 (pr-i-mode | |
6464 (let (pr-auto-region) | |
6465 (pr-txt-mode))) | |
6466 (t | |
6467 (let (pr-auto-mode pr-auto-region) | |
6468 (pr-txt-buffer))) | |
6469 ))) | |
6470 ((eq pr-i-process 'file) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6471 (error "Please specify a text file")) |
49646 | 6472 (t |
6473 (error "Internal error: `pr-i-process' = %S" pr-i-process)) | |
6474 ) | |
6475 ;; handlers | |
6476 ((quit error) | |
6477 (ding) | |
65582
4d1085b02d64
Message format spec fixes (1)
Deepak Goel <deego@gnufans.org>
parents:
64762
diff
changeset
|
6478 (message "%s" (error-message-string data))))) |
49646 | 6479 |
6480 | |
6481 (defun pr-interface-printify (&rest ignore) | |
6482 "Printify a buffer." | |
6483 (interactive) | |
6484 (condition-case data | |
6485 (cond | |
6486 ((eq pr-i-process 'directory) | |
6487 (pr-i-directory) | |
6488 (pr-interface-save | |
6489 (pr-printify-directory pr-i-directory pr-i-regexp))) | |
6490 ((eq pr-i-process 'buffer) | |
6491 (pr-interface-save | |
6492 (if pr-i-region | |
6493 (pr-printify-region) | |
6494 (pr-printify-buffer)))) | |
6495 ((eq pr-i-process 'file) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6496 (error "Cannot printify a PostScript file")) |
49646 | 6497 (t |
6498 (error "Internal error: `pr-i-process' = %S" pr-i-process)) | |
6499 ) | |
6500 ;; handlers | |
6501 ((quit error) | |
6502 (ding) | |
65582
4d1085b02d64
Message format spec fixes (1)
Deepak Goel <deego@gnufans.org>
parents:
64762
diff
changeset
|
6503 (message "%s" (error-message-string data))))) |
49646 | 6504 |
6505 | |
6506 (defun pr-interface-ps-print (&rest ignore) | |
6507 "Print using ps-print package." | |
6508 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6509 (pr-interface-ps 'pr-despool-ps-print 'pr-ps-directory-ps-print |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6510 'pr-ps-file-ps-print 'pr-ps-file-up-ps-print |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6511 'pr-ps-region-ps-print 'pr-ps-mode-ps-print |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6512 'pr-ps-buffer-ps-print)) |
49646 | 6513 |
6514 | |
6515 (defun pr-interface-preview (&rest ignore) | |
6516 "Preview a PostScript file." | |
6517 (interactive) | |
58306
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6518 (pr-interface-ps 'pr-despool-preview 'pr-ps-directory-preview |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6519 'pr-ps-file-preview 'pr-ps-file-up-preview |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6520 'pr-ps-region-preview 'pr-ps-mode-preview |
561c3f4a39fe
interactive-p & eval-and-compile
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
58241
diff
changeset
|
6521 'pr-ps-buffer-preview)) |
49646 | 6522 |
6523 | |
6524 (defun pr-interface-ps (ps-despool ps-directory ps-file ps-file-up ps-region | |
6525 ps-mode ps-buffer) | |
6526 (condition-case data | |
6527 (let ((outfile (or (and (eq pr-i-process 'file) pr-i-ps-as-is) | |
6528 (pr-i-ps-send)))) | |
6529 (cond | |
6530 ((and pr-i-despool pr-spool-p) | |
6531 (pr-interface-save | |
6532 (funcall ps-despool outfile)) | |
6533 (setq pr-i-despool nil) | |
6534 (pr-update-checkbox 'pr-i-despool)) | |
6535 ((eq pr-i-process 'directory) | |
6536 (pr-i-directory) | |
6537 (pr-interface-save | |
6538 (funcall ps-directory | |
6539 pr-i-n-up pr-i-directory pr-i-regexp outfile))) | |
6540 ((eq pr-i-process 'file) | |
6541 (cond ((or (file-directory-p pr-i-ps-file) | |
6542 (not (file-readable-p pr-i-ps-file))) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6543 (error "Please specify a readable PostScript file")) |
49646 | 6544 (pr-i-ps-as-is |
6545 (pr-interface-save | |
6546 (funcall ps-file pr-i-ps-file))) | |
6547 (t | |
6548 (pr-interface-save | |
6549 (funcall ps-file-up pr-i-n-up pr-i-ps-file outfile))) | |
6550 )) | |
6551 ((eq pr-i-process 'buffer) | |
6552 (pr-interface-save | |
6553 (cond (pr-i-region | |
6554 (let ((pr-auto-mode pr-i-mode)) | |
6555 (funcall ps-region pr-i-n-up outfile))) | |
6556 (pr-i-mode | |
6557 (let (pr-auto-region) | |
6558 (funcall ps-mode pr-i-n-up outfile))) | |
6559 (t | |
6560 (let (pr-auto-mode pr-auto-region) | |
6561 (funcall ps-buffer pr-i-n-up outfile))) | |
6562 ))) | |
6563 (t | |
6564 (error "Internal error: `pr-i-process' = %S" pr-i-process)) | |
6565 )) | |
6566 ;; handlers | |
6567 ((quit error) | |
6568 (ding) | |
65582
4d1085b02d64
Message format spec fixes (1)
Deepak Goel <deego@gnufans.org>
parents:
64762
diff
changeset
|
6569 (message "%s" (error-message-string data))))) |
49646 | 6570 |
6571 | |
6572 (defun pr-i-ps-send () | |
6573 (cond ((eq pr-i-ps-send 'printer) | |
6574 nil) | |
6575 ((not (eq pr-i-ps-send 'file)) | |
6576 (error "Internal error: `pr-i-ps-send' = %S" pr-i-ps-send)) | |
6577 ((or (file-directory-p pr-i-out-file) | |
6578 (not (file-writable-p pr-i-out-file))) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6579 (error "Please specify a writable PostScript file")) |
49646 | 6580 ((or (not (file-exists-p pr-i-out-file)) |
6581 pr-i-answer-yes | |
6582 (setq pr-i-answer-yes | |
6583 (y-or-n-p (format "File `%s' exists; overwrite? " | |
6584 pr-i-out-file)))) | |
6585 pr-i-out-file) | |
6586 (t | |
6587 (error "File already exists")))) | |
6588 | |
6589 | |
6590 (defun pr-i-directory () | |
6591 (or (and (file-directory-p pr-i-directory) | |
6592 (file-readable-p pr-i-directory)) | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6593 (error "Please specify be a readable directory"))) |
49646 | 6594 |
6595 | |
6596 (defun pr-interface-directory (widget &rest ignore) | |
6597 (and pr-buffer-verbose | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6598 (message "You can use M-TAB or ESC TAB for file completion")) |
49646 | 6599 (let ((dir (widget-value widget))) |
6600 (and (file-directory-p dir) | |
6601 (file-readable-p dir) | |
6602 (setq pr-i-directory dir)))) | |
6603 | |
6604 | |
6605 (defun pr-interface-infile (widget &rest ignore) | |
6606 (and pr-buffer-verbose | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6607 (message "You can use M-TAB or ESC TAB for file completion")) |
49646 | 6608 (let ((file (widget-value widget))) |
6609 (and (not (file-directory-p file)) | |
6610 (file-readable-p file) | |
6611 (setq pr-i-ps-file file)))) | |
6612 | |
6613 | |
6614 (defun pr-interface-outfile (widget &rest ignore) | |
6615 (setq pr-i-answer-yes nil) | |
6616 (and pr-buffer-verbose | |
54146
2a5eca2838d1
A lot of doc fix.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
52401
diff
changeset
|
6617 (message "You can use M-TAB or ESC TAB for file completion")) |
49646 | 6618 (let ((file (widget-value widget))) |
6619 (and (not (file-directory-p file)) | |
6620 (file-writable-p file) | |
6621 (setq pr-i-out-file file)))) | |
6622 | |
6623 | |
6624 (defun pr-widget-field-action (widget event) | |
6625 (and (get-buffer "*Completions*") ; clean frame window | |
6626 (delete-windows-on "*Completions*")) | |
6627 (message " ") ; clean echo area | |
6628 (widget-field-action widget event)) | |
6629 | |
6630 | |
6631 (defun pr-insert-italic (str &optional from to) | |
6632 (let ((len (length str))) | |
6633 (put-text-property (if from (max from 0) 0) | |
6634 (if to (max to len) len) | |
6635 'face 'italic str) | |
6636 (widget-insert str))) | |
6637 | |
6638 | |
6639 (defun pr-insert-checkbox (before var-sym fun label) | |
6640 (widget-insert before) | |
6641 (prog1 | |
6642 (widget-create 'checkbox | |
6643 :notify fun | |
6644 (symbol-value var-sym)) | |
6645 (widget-insert label))) | |
6646 | |
6647 | |
6648 (defun pr-insert-toggle (var-sym label) | |
6649 (widget-create 'checkbox | |
6650 :notify `(lambda (&rest ignore) | |
6651 (setq ,var-sym (not ,var-sym))) | |
6652 (symbol-value var-sym)) | |
6653 (widget-insert label)) | |
6654 | |
6655 | |
6656 (defun pr-insert-button (fun label &optional separator) | |
6657 (widget-create 'push-button | |
6658 :notify fun | |
6659 label) | |
6660 (and separator | |
6661 (widget-insert separator))) | |
6662 | |
6663 | |
6664 (defun pr-insert-menu (tag var-sym choices &optional before after &rest body) | |
6665 (and before (widget-insert before)) | |
6666 (eval `(widget-create 'menu-choice | |
6667 :tag ,tag | |
6668 :format "%v" | |
6669 :inline t | |
6670 :value ,var-sym | |
6671 :notify (lambda (widget &rest ignore) | |
6672 (setq ,var-sym (widget-value widget)) | |
6673 ,@body) | |
6674 :void '(choice-item :format "%[%t%]" | |
6675 :tag "Can not display value!") | |
6676 ,@choices)) | |
6677 (and after (widget-insert after))) | |
6678 | |
6679 | |
6680 (defun pr-insert-radio-button (var-sym sym) | |
6681 (widget-insert "\n") | |
6682 (let ((wid-list (get var-sym 'pr-widget-list)) | |
6683 (wid (eval `(widget-create | |
6684 'radio-button | |
6685 :format " %[%v%]" | |
6686 :value (eq ,var-sym (quote ,sym)) | |
6687 :notify (lambda (&rest ignore) | |
6688 (setq ,var-sym (quote ,sym)) | |
6689 (pr-update-radio-button (quote ,var-sym))))))) | |
6690 (put var-sym 'pr-widget-list (cons (cons wid sym) wid-list)))) | |
6691 | |
6692 | |
6693 (defun pr-update-radio-button (var-sym) | |
6694 (let ((wid-list (get var-sym 'pr-widget-list))) | |
6695 (while wid-list | |
6696 (let ((wid (car (car wid-list))) | |
6697 (value (cdr (car wid-list)))) | |
6698 (setq wid-list (cdr wid-list)) | |
6699 (widget-value-set wid (eq (symbol-value var-sym) value)))) | |
6700 (widget-setup))) | |
6701 | |
6702 | |
6703 (defun pr-update-checkbox (var-sym) | |
6704 (let ((wid (get var-sym 'pr-widget))) | |
6705 (when wid | |
6706 (widget-value-set wid (symbol-value var-sym)) | |
6707 (widget-setup)))) | |
6708 | |
6709 | |
6710 (defun pr-choice-alist (alist) | |
6711 (let ((max (apply 'max (mapcar #'(lambda (alist) | |
6712 (length (symbol-name (car alist)))) | |
6713 alist)))) | |
6714 (mapcar #'(lambda (alist) | |
6715 (let* ((sym (car alist)) | |
6716 (name (symbol-name sym))) | |
6717 (list | |
6718 'quote | |
6719 (list | |
6720 'choice-item | |
6721 :format "%[%t%]" | |
6722 :tag (concat name | |
6723 (make-string (- max (length name)) ?_)) | |
6724 :value sym)))) | |
6725 alist))) | |
6726 | |
6727 | |
6728 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
6729 | |
6730 | |
6731 (provide 'printing) | |
6732 | |
6733 | |
58138
a93efc8bd56c
(pr-get-symbol): Don't downcase.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
57241
diff
changeset
|
6734 ;; arch-tag: 9ce9ac3f-0f60-4370-900b-1943215d9d18 |
49646 | 6735 ;;; printing.el ends here |