In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes:

> I get this *Warning* message when I choose 'PostScript Print Buffer' 
> from the File menu:

>       These characters in the buffer can't be printed:
>        €,  , ¡, ¢, £, €, ¥, Š, §, š, ©, ª, «, ¬, ­, and more...
>       Click them to jump to the buffer position,
>       or C-u C-x = will give information about them.

> This is not true, because this is put into PS file:

Thank you for the report.  I've just installed a fix.

[...]

> As you can see only € is censored away, although it's hard to image 
> that there is still some PostScript printer around that can't print €. 

As ps-print.el uses ISOLatin1Encoding, any non-latin1
characters can't be printed by default.  But, if your
postscript printer provides a name of a font of iso-8859-15
encoding, this may work.

(push '(latin-iso8859-15
        (normal builtin "FONTNAME_FOR_NORMAL" ps-mule-encode-8bit)
        (bold builtin "FONTNAME_FOR_BOLD" ps-mule-encode-8bit)      
        (italic builtin "FONTNAME_FOR_ITALIC" ps-mule-encode-8bit)      
        (bold-italic builtin "FONTNAME_FOR_BOLD_ITALIC" ps-mule-encode-8bit))
        ps-mule-font-info-database-ps)

(setq ps-multibyte-buffer 'non-latin-printer)

---
Kenichi Handa
[EMAIL PROTECTED]


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to