From a1e93c163372716fc475097290ff7a57b3e58008 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 9 Sep 2019 01:04:23 +0200 Subject: [PATCH] ; * lisp/ps-print.el: Doc fix. --- lisp/ps-print.el | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.39.5