emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ps-print does not print and report correctly


From: Kenichi Handa
Subject: Re: ps-print does not print and report correctly
Date: Fri, 30 Sep 2005 16:13:03 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Peter Dyballa <address@hidden> 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
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]