/[emacs]/emacs/lisp/printing.el
ViewVC logotype

Diff of /emacs/lisp/printing.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.11 by miles, Sat Sep 4 09:19:26 2004 UTC revision 1.3.2.12 by miles, Wed Oct 6 05:21:50 2004 UTC
# Line 5  Line 5 
5    
6  ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>  ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7  ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>  ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
8  ;; Time-stamp: <2004/07/20 21:44:43 vinicius>  ;; Time-stamp: <2004/09/21 22:51:58 vinicius>
9  ;; Keywords: wp, print, PostScript  ;; Keywords: wp, print, PostScript
10  ;; Version: 6.8  ;; Version: 6.8
11  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
12    
13  (defconst pr-version "6.8"  (defconst pr-version "6.8"
14    "printing.el, v 6.8 <2004/07/12 vinicius>    "printing.el, v 6.8 <2004/09/21 vinicius>
15    
16  Please send all bug fixes and enhancements to  Please send all bug fixes and enhancements to
17          Vinicius Jose Latorre <viniciusjl@ig.com.br>          Vinicius Jose Latorre <viniciusjl@ig.com.br>
# Line 259  Please send all bug fixes and enhancemen Line 259  Please send all bug fixes and enhancemen
259  ;;    PostScript printer.  So, please, don't include this printer in  ;;    PostScript printer.  So, please, don't include this printer in
260  ;;    `pr-txt-printer-alist' (which see).  ;;    `pr-txt-printer-alist' (which see).
261  ;;  ;;
262    ;; 5. Use gsprint instead of ghostscript to print monochrome PostScript files
263    ;;    in Windows.  The gsprint utility is faster than ghostscript to print
264    ;;    monochrome PostScript.
265    ;;
266    ;;    The efficiency is similar to print non-monochrome PostScript file.
267    ;;
268    ;;    Also the gsprint utility comes together with gsview distribution.
269    ;;
270    ;;    For more information about gsprint see
271    ;;    `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm'.
272    ;;
273  ;;  ;;
274  ;; Using `printing'  ;; Using `printing'
275  ;; ----------------  ;; ----------------
# Line 922  Please send all bug fixes and enhancemen Line 933  Please send all bug fixes and enhancemen
933  ;;  ;;
934  ;;    gswin32, gsview32  ;;    gswin32, gsview32
935  ;;                   `http://www.gnu.org/software/ghostscript/ghostscript.html'  ;;                   `http://www.gnu.org/software/ghostscript/ghostscript.html'
936    ;;    gsprint        `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm'.
937  ;;    enscript       `http://people.ssh.fi/mtr/genscript/'  ;;    enscript       `http://people.ssh.fi/mtr/genscript/'
938  ;;    psnup          `http://www.dcs.ed.ac.uk/home/ajcd/psutils/index.html'  ;;    psnup          `http://www.dcs.ed.ac.uk/home/ajcd/psutils/index.html'
939  ;;    redmon         `http://www.cs.wisc.edu/~ghost/redmon/'  ;;    redmon         `http://www.cs.wisc.edu/~ghost/redmon/'
# Line 930  Please send all bug fixes and enhancemen Line 942  Please send all bug fixes and enhancemen
942  ;; Acknowledgments  ;; Acknowledgments
943  ;; ---------------  ;; ---------------
944  ;;  ;;
945    ;; Thanks to Lennart Borgman <lennart.borgman.073@student.lu.se> for gsprint
946    ;; suggestion (see tip 5 in section Tips).
947    ;;
948  ;; Thanks to Drew Adams <drew.adams@oracle.com> for suggestions:  ;; Thanks to Drew Adams <drew.adams@oracle.com> for suggestions:
949  ;;    - directory processing.  ;;    - directory processing.
950  ;;    - `pr-path-alist' variable.  ;;    - `pr-path-alist' variable.

Legend:
Removed from v.1.3.2.11  
changed lines
  Added in v.1.3.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26