unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Latin-9: Font Problem with ps-print and German Umlauts
@ 2003-12-14  7:23 Harald Maier
  2003-12-14 11:51 ` Eli Zaretskii
       [not found] ` <mailman.54.1071406338.868.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Harald Maier @ 2003-12-14  7:23 UTC (permalink / raw)



Hello all,

I switch to Latin-9 (de_DE@euro) an all works fine except postscript
printing. If I print a buffer with german umlauts emacs complaints
that the 'Font for some characters not found'. How can I solve this
problem? The problem happens with both emacs-21.3 and emacs-21.3.50.

Harald

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latin-9: Font Problem with ps-print and German Umlauts
  2003-12-14  7:23 Latin-9: Font Problem with ps-print and German Umlauts Harald Maier
@ 2003-12-14 11:51 ` Eli Zaretskii
       [not found] ` <mailman.54.1071406338.868.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2003-12-14 11:51 UTC (permalink / raw)


> From: Harald Maier <harald@maierh.de>
> Newsgroups: gnu.emacs.help
> Date: Sun, 14 Dec 2003 08:23:37 +0100
> 
> I switch to Latin-9 (de_DE@euro) an all works fine except postscript
> printing. If I print a buffer with german umlauts emacs complaints
> that the 'Font for some characters not found'. How can I solve this
> problem? The problem happens with both emacs-21.3 and emacs-21.3.50.

See the variable ps-mule-font-info-database-default: you need to
customize it so that it supports Latin-9, in a way similar to what
ps-mule-font-info-database-latin does for Latin-1.  The doc string of
ps-mule-font-info-database should explain the data structure of these
variables.

(All the variables I mentioned are defined and used on ps-mule.el,
which see.)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latin-9: Font Problem with ps-print and German Umlauts
       [not found] ` <mailman.54.1071406338.868.help-gnu-emacs@gnu.org>
@ 2003-12-14 13:05   ` Harald Maier
  2003-12-14 14:12     ` Eli Zaretskii
       [not found]     ` <mailman.56.1071414761.868.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Harald Maier @ 2003-12-14 13:05 UTC (permalink / raw)


Eli Zaretskii <eliz@elta.co.il> writes:

>> From: Harald Maier <harald@maierh.de>
>> Newsgroups: gnu.emacs.help
>> Date: Sun, 14 Dec 2003 08:23:37 +0100
>> 
>> I switch to Latin-9 (de_DE@euro) an all works fine except postscript
>> printing. If I print a buffer with german umlauts emacs complaints
>> that the 'Font for some characters not found'. How can I solve this
>> problem? The problem happens with both emacs-21.3 and emacs-21.3.50.
>
> See the variable ps-mule-font-info-database-default: you need to
> customize it so that it supports Latin-9, in a way similar to what
> ps-mule-font-info-database-latin does for Latin-1.  The doc string of
> ps-mule-font-info-database should explain the data structure of these
> variables.
>
> (All the variables I mentioned are defined and used on ps-mule.el,
> which see.)

Thanks Eli,

I have changed the variable ps-mule-font-info-database-default to

,----
| ((latin-iso8859-15              ; new entry
|  (normal nil nil iso-latin-9))  ; new entry
|  (latin-iso8859-1
|  (normal nil nil iso-latin-1)))
`----

The German umlauts now print very fine, except the Euro sign. The Euro
sign still prints on paper as circle with edges (¤). In emacs
displaying of the Euro sign is fine. If anybody knows how to change
that I would appreciate it.

Harald

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latin-9: Font Problem with ps-print and German Umlauts
  2003-12-14 13:05   ` Harald Maier
@ 2003-12-14 14:12     ` Eli Zaretskii
       [not found]     ` <mailman.56.1071414761.868.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2003-12-14 14:12 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

> From: Harald Maier <harald@maierh.de>
> Newsgroups: gnu.emacs.help
> Date: Sun, 14 Dec 2003 14:05:21 +0100
> 
> The German umlauts now print very fine, except the Euro sign. The Euro
> sign still prints on paper as circle with edges (¤).

Perhaps your printer doesn't have a Latin-9 PostScript font?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Latin-9: Font Problem with ps-print and German Umlauts
       [not found]     ` <mailman.56.1071414761.868.help-gnu-emacs@gnu.org>
@ 2003-12-14 15:58       ` Harald Maier
  0 siblings, 0 replies; 5+ messages in thread
From: Harald Maier @ 2003-12-14 15:58 UTC (permalink / raw)


Eli Zaretskii <eliz@elta.co.il> writes:

>> From: Harald Maier <harald@maierh.de>
>> Newsgroups: gnu.emacs.help
>> Date: Sun, 14 Dec 2003 14:05:21 +0100
>> 
>> The German umlauts now print very fine, except the Euro sign. The Euro
>> sign still prints on paper as circle with edges (¤).
>
> Perhaps your printer doesn't have a Latin-9 PostScript font?

Hmh, that might be true, but I get the same result as by the printer
with ghostscript, so I assume there might be other things that needs
to be set. Has anybody luck to print the Euro Sign with ps-print.el?

Harald

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-14 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-14  7:23 Latin-9: Font Problem with ps-print and German Umlauts Harald Maier
2003-12-14 11:51 ` Eli Zaretskii
     [not found] ` <mailman.54.1071406338.868.help-gnu-emacs@gnu.org>
2003-12-14 13:05   ` Harald Maier
2003-12-14 14:12     ` Eli Zaretskii
     [not found]     ` <mailman.56.1071414761.868.help-gnu-emacs@gnu.org>
2003-12-14 15:58       ` Harald Maier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).