diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-03-10 23:47:54 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-03-10 23:47:54 +0000 |
commit | 1f5a8e4a274481ea48f64098215b79d3610601d2 (patch) | |
tree | 1f454a0168d42c26c38e2d2920c2b705dc935891 /lisp/printing.el | |
parent | 7d85a64e42336fb6330a1d89aa1e47b0af8e265a (diff) | |
download | emacs-1f5a8e4a274481ea48f64098215b79d3610601d2.tar.gz |
New tips in Tips section.
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index cb2cb6df61e..377e1fc4538 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> -;; Time-stamp: <2004/03/09 21:32:40 vinicius> +;; Time-stamp: <2004/03/10 20:37:21 vinicius> ;; Keywords: wp, print, PostScript ;; Version: 6.7.2 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ @@ -176,6 +176,17 @@ Please send all bug fixes and enhancements to ;; directly to your computer, don't forget to connect the printer to your ;; computer before printing. ;; +;; 2. If you try to print a file and it seems that the file was printed, but +;; there is no paper in the printer, then try to set `pr-delete-temp-file' +;; to nil. Probably `printing' is deleting the temporary file before your +;; local system can get it to send to the printer. +;; +;; 3. Don't try to print a dynamic buffer, that is, a buffer which is +;; modifying while `printing' tries to print. Eventually you got an error +;; message. Instead, save the dynamic buffer to a file or copy it in +;; another buffer and, then, print the file or the new static buffer. +;; An example of dynamic buffer is the *Messages* buffer. +;; ;; ;; Using `printing' ;; ---------------- |