ps-print-translation-table, don't treat it as non-printable.
+2005-09-30 Kenichi Handa <handa@m17n.org>
+
+ * ps-mule.el (ps-mule-show-warning): If a character is in
+ ps-print-translation-table, don't treat it as non-printable.
+
2005-09-30 David Ponce <david@dponce.com>
* tree-widget.el (tree-widget-themes-load-path): New variable.
(goto-char from)
(while (and (<= (length char-pos-list) max-unprintable-chars)
(re-search-forward "\\cu" to t))
- (push (cons (preceding-char) (1- (point))) char-pos-list))))
+ (or (aref ps-print-translation-table (preceding-char))
+ (push (cons (preceding-char) (1- (point))) char-pos-list)))))
(with-output-to-temp-buffer "*Warning*"
(with-current-buffer standard-output
(when char-pos-list