# HG changeset patch # User Vinicius Jose Latorre # Date 1078962474 0 # Node ID 085835de69396113d7539dbd3a8183d9b987c6c8 # Parent 118715eba3b3bfe9731cbe1cc5508f028661e670 New tips in Tips section. diff -r 118715eba3b3 -r 085835de6939 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 10 23:42:37 2004 +0000 +++ b/lisp/ChangeLog Wed Mar 10 23:47:54 2004 +0000 @@ -6,6 +6,8 @@ (ps-spool-without-faces, ps-spool-with-faces) (ps-count-lines-preprint): Code fix. + * printing.el: New tips in Tips section. + 2004-03-09 Vinicius Jose Latorre * delim-col.el: Doc fix. diff -r 118715eba3b3 -r 085835de6939 lisp/printing.el --- a/lisp/printing.el Wed Mar 10 23:42:37 2004 +0000 +++ b/lisp/printing.el Wed Mar 10 23:47:54 2004 +0000 @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre -;; 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 @@ ;; 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' ;; ----------------