From: Stefan Kangas Date: Sun, 8 Sep 2019 23:04:23 +0000 (+0200) Subject: ; * lisp/ps-print.el: Doc fix. X-Git-Tag: emacs-27.0.90~1553^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1e93c163372716fc475097290ff7a57b3e58008;p=emacs.git ; * lisp/ps-print.el: Doc fix. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 8dd1d1e2bf2..5956c9f0811 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1320,29 +1320,18 @@ Please send all bug fixes and enhancements to ;; Known bugs and limitations of ps-print ;; -------------------------------------- ;; -;; Although color printing will work in XEmacs 19.12, it doesn't work well; in -;; particular, bold or italic fonts don't print in the right background color. -;; -;; Invisible properties aren't correctly ignored in XEmacs 19.12. -;; ;; Automatic font-attribute detection doesn't work well, especially with ;; hilit19 and older versions of get-create-face. Users having problems with ;; auto-font detection should use the lists `ps-italic-faces', `ps-bold-faces' ;; and `ps-underlined-faces' and/or turn off automatic detection by setting ;; `ps-auto-font-detect' to nil. ;; -;; Automatic font-attribute detection doesn't work with XEmacs 19.12 in tty -;; mode; use the lists `ps-italic-faces', `ps-bold-faces' and -;; `ps-underlined-faces' instead. -;; ;; Still too slow; could use some hand-optimization. ;; ;; Default background color isn't working. ;; ;; Faces are always treated as opaque. ;; -;; Epoch, Lucid and Emacs 22 not supported. At all. -;; ;; Fixed-pitch fonts work better for line folding, but are not required. ;; ;; `ps-nb-pages-buffer' and `ps-nb-pages-region' don't take care of folding