/[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.15 by viniciusjl, Tue Jul 13 01:32:18 2004 UTC revision 1.16 by viniciusjl, Wed Jul 21 05:06:49 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/12 21:10:35 vinicius>  ;; Time-stamp: <2004/07/20 21:44:43 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/
# Line 40  Please send all bug fixes and enhancemen Line 40  Please send all bug fixes and enhancemen
40  ;; Introduction  ;; Introduction
41  ;; ------------  ;; ------------
42  ;;  ;;
43  ;; This package provides an user interface to some printing utilities that  ;; With `printing' you can preview or print a PostScript file.  You can also
44  ;; includes previewing/printing a PostScript file, printing a text file and  ;; print a text file using PostScript, and preview or print buffers that use
45  ;; previewing/printing some major modes (like mh-folder-mode,  ;; certain special modes like mh-folder-mode, rmail-summary-mode,
46  ;; rmail-summary-mode, gnus-summary-mode, etc).  It also includes a  ;; gnus-summary-mode, etc.  This package also includes a PostScript/text
47  ;; PostScript/text printer database.  ;; printer database.
48  ;;  ;;
49  ;; Indeed, there are two user interfaces:  ;; There are two user interfaces:
50  ;;  ;;
51  ;;    * Menu interface:  ;;    * Menu interface:
52  ;;      When `printing' is loaded, the menubar is modified to use `printing'  ;;      The `printing' menu replaces the usual print options in the menu bar.
 ;;      menu instead of the print options in menubar.  
53  ;;      This is the default user interface.  ;;      This is the default user interface.
54  ;;  ;;
55  ;;    * Buffer interface:  ;;    * Buffer interface:
56  ;;      It is an option of `printing' menu, but it can be binded into another  ;;      You can use a buffer interface instead of menus.  It looks like a
57  ;;      key, so user can activate the buffer interface directly without using  ;;      customization buffer.  Basically, it has the same options found in the
58  ;;      a menu.  See `pr-interface' command.  ;;      menu and some extra options, all this on a buffer.
 ;;  
 ;; `printing' was inspired on:  
 ;;  
 ;;    print-nt.el             Frederic Corne <frederic.corne@erli.fr>  
 ;;       Special printing functions for Windows NT  
 ;;  
 ;;    mh-e-init.el            Tom Vogels <tov@ece.cmu.edu>  
 ;;       PS-print for mail messages  
 ;;  
 ;;    win32-ps-print.el       Matthew O. Persico <mpersico@erols.com>  
 ;;       PostScript printing with ghostscript  
 ;;  
 ;;    ps-print-interface.el   Volker Franz <volker.franz@tuebingen.mpg.de>  
 ;;       Graphical front end for ps-print and previewing  
59  ;;  ;;
60  ;; `printing' is prepared to run on GNU, Unix and NT systems.  ;; `printing' is prepared to run on GNU, Unix and NT systems.
61  ;; On GNU or Unix system, `printing' depends on gs and gv utilities.  ;; On GNU or Unix system, `printing' depends on gs and gv utilities.
# Line 86  Please send all bug fixes and enhancemen Line 71  Please send all bug fixes and enhancemen
71  ;; `http://www.cpqd.com.br/~vinicius/emacs/ps-print.tar.gz'.  ;; `http://www.cpqd.com.br/~vinicius/emacs/ps-print.tar.gz'.
72  ;; Please, see README file for ps-print installation instructions.  ;; Please, see README file for ps-print installation instructions.
73  ;;  ;;
74    ;; `printing' was inspired on:
75    ;;
76    ;;    print-nt.el             Frederic Corne <frederic.corne@erli.fr>
77    ;;       Special printing functions for Windows NT
78    ;;
79    ;;    mh-e-init.el            Tom Vogels <tov@ece.cmu.edu>
80    ;;       PS-print for mail messages
81    ;;
82    ;;    win32-ps-print.el       Matthew O. Persico <mpersico@erols.com>
83    ;;       PostScript printing with ghostscript
84    ;;
85    ;;    ps-print-interface.el   Volker Franz <volker.franz@tuebingen.mpg.de>
86    ;;       Graphical front end for ps-print and previewing
87    ;;
88  ;;  ;;
89  ;; Log Messages  ;; Log Messages
90  ;; ------------  ;; ------------

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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