From 082b4369640d125d3ae83f51ca567110473b85b2 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Wed, 22 Sep 2004 02:28:21 +0000 Subject: [PATCH] Doc fix (gsprint). --- lisp/ChangeLog | 5 +++++ lisp/printing.el | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62be8c7b55a..39a2f3eb9fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,11 @@ * subr.el (after-change-major-mode-hook): Doc fix. +2004-09-21 Vinicius Jose Latorre + + * printing.el: Doc fix. Add a new tip about the use of gsprint instead + of ghostscript for monochrome PostScript file in Windows. + 2004-09-21 Kenichi Handa * descr-text.el (describe-char): Checking of quail activation diff --git a/lisp/printing.el b/lisp/printing.el index 08303e0595d..a406e09b8c0 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -5,13 +5,13 @@ ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre -;; Time-stamp: <2004/07/20 21:44:43 vinicius> +;; Time-stamp: <2004/09/21 22:51:58 vinicius> ;; Keywords: wp, print, PostScript ;; Version: 6.8 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ (defconst pr-version "6.8" - "printing.el, v 6.8 <2004/07/12 vinicius> + "printing.el, v 6.8 <2004/09/21 vinicius> Please send all bug fixes and enhancements to Vinicius Jose Latorre @@ -259,6 +259,17 @@ Please send all bug fixes and enhancements to ;; PostScript printer. So, please, don't include this printer in ;; `pr-txt-printer-alist' (which see). ;; +;; 5. Use gsprint instead of ghostscript to print monochrome PostScript files +;; in Windows. The gsprint utility is faster than ghostscript to print +;; monochrome PostScript. +;; +;; The efficiency is similar to print non-monochrome PostScript file. +;; +;; Also the gsprint utility comes together with gsview distribution. +;; +;; For more information about gsprint see +;; `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm'. +;; ;; ;; Using `printing' ;; ---------------- @@ -922,6 +933,7 @@ Please send all bug fixes and enhancements to ;; ;; gswin32, gsview32 ;; `http://www.gnu.org/software/ghostscript/ghostscript.html' +;; gsprint `http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm'. ;; enscript `http://people.ssh.fi/mtr/genscript/' ;; psnup `http://www.dcs.ed.ac.uk/home/ajcd/psutils/index.html' ;; redmon `http://www.cs.wisc.edu/~ghost/redmon/' @@ -930,6 +942,9 @@ Please send all bug fixes and enhancements to ;; Acknowledgments ;; --------------- ;; +;; Thanks to Lennart Borgman for gsprint +;; suggestion (see tip 5 in section Tips). +;; ;; Thanks to Drew Adams for suggestions: ;; - directory processing. ;; - `pr-path-alist' variable. -- 2.39.2