* Fonts for some characters not found
@ 2003-06-08 14:23 A. L. Meyers
2003-06-08 16:08 ` Eli Zaretskii
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: A. L. Meyers @ 2003-06-08 14:23 UTC (permalink / raw)
Hi! When trying to print a text file containing Latin-1 characters,
e. g. ä, ö, ü, using the "Postscript Print Buffer" item in the menu, I
consistently get the error message:
Fonts for some characters not found. Continue?
Continuing just puts in small boxes instead of the characters.
How can I solve this pesky problem, please?
Lucien
--
If you receive this by error, please delete it and inform the sender.
PGP key fingerprint=F1C0 D9AE 1B18 1405 4DFA B4CC 6DC7 FF78 C76E FB15
To Big Brother Echelon from "spook":
Clinton cracking Sharon Arafat Saddam Hussein Afghanistan Peshawar SDI
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fonts for some characters not found
2003-06-08 14:23 Fonts for some characters not found A. L. Meyers
@ 2003-06-08 16:08 ` Eli Zaretskii
[not found] ` <mailman.7548.1055088988.21513.help-gnu-emacs@gnu.org>
2003-06-08 17:58 ` Matthias Meulien
2 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2003-06-08 16:08 UTC (permalink / raw)
> From: A. L. Meyers <me@privacy.net>
> Newsgroups: gnu.emacs.help
> Date: Sun, 08 Jun 2003 16:23:21 +0200
>
> Hi! When trying to print a text file containing Latin-1 characters,
> e. g. "a, "o, "u, using the "Postscript Print Buffer" item in the menu, I
> consistently get the error message:
>
> Fonts for some characters not found. Continue?
>
> Continuing just puts in small boxes instead of the characters.
What version of Emacs is that?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fonts for some characters not found
[not found] ` <mailman.7548.1055088988.21513.help-gnu-emacs@gnu.org>
@ 2003-06-08 16:59 ` A. L. Meyers
0 siblings, 0 replies; 6+ messages in thread
From: A. L. Meyers @ 2003-06-08 16:59 UTC (permalink / raw)
"Eli Zaretskii" <eliz@elta.co.il> writes:
>> From: A. L. Meyers <me@privacy.net>
>> Newsgroups: gnu.emacs.help
>> Date: Sun, 08 Jun 2003 16:23:21 +0200
>>
>> Hi! When trying to print a text file containing Latin-1 characters,
>> e. g. "a, "o, "u, using the "Postscript Print Buffer" item in the menu, I
>> consistently get the error message:
>>
>> Fonts for some characters not found. Continue?
>>
>> Continuing just puts in small boxes instead of the characters.
>
> What version of Emacs is that?
21.3 from the Debian package.
Lucien
--
If you receive this by error, please delete it and inform the sender.
PGP key fingerprint=F1C0 D9AE 1B18 1405 4DFA B4CC 6DC7 FF78 C76E FB15
To Big Brother Echelon from "spook":
Clinton jihad Saddam Hussein Khatami AK-47 Marxist Albanian nuclear CIA
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fonts for some characters not found
2003-06-08 14:23 Fonts for some characters not found A. L. Meyers
2003-06-08 16:08 ` Eli Zaretskii
[not found] ` <mailman.7548.1055088988.21513.help-gnu-emacs@gnu.org>
@ 2003-06-08 17:58 ` Matthias Meulien
2003-06-10 18:02 ` A. L. Meyers
2 siblings, 1 reply; 6+ messages in thread
From: Matthias Meulien @ 2003-06-08 17:58 UTC (permalink / raw)
A. L. Meyers <me@privacy.net> wrote:
> (...) Fonts for some characters not found. Continue?
>
> Continuing just puts in small boxes instead of the characters.
I encounter this problem when printing a file with iso8859-15 encoded
characters. Is it the same problem as yours ?
The following fix this problem.
(add-to-list 'ps-mule-font-info-database
'(latin-iso8859-15
(normal nil nil iso-latin-15)))
Bye,
--
Matthias
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fonts for some characters not found
2003-06-08 17:58 ` Matthias Meulien
@ 2003-06-10 18:02 ` A. L. Meyers
2003-06-10 18:45 ` Kevin Rodgers
0 siblings, 1 reply; 6+ messages in thread
From: A. L. Meyers @ 2003-06-10 18:02 UTC (permalink / raw)
Matthias Meulien <cimosque@free.fr> writes:
> A. L. Meyers <me@privacy.net> wrote:
>
>> (...) Fonts for some characters not found. Continue?
>>
>> Continuing just puts in small boxes instead of the characters.
>
> I encounter this problem when printing a file with iso8859-15 encoded
> characters. Is it the same problem as yours ?
>
> The following fix this problem.
>
> (add-to-list 'ps-mule-font-info-database
> '(latin-iso8859-15
> (normal nil nil iso-latin-15)))
>
> Bye,
Adding your code to my ~/.emacs.el returns the following debugger error:
Debugger entered--Lisp error: (void-variable ps-mule-font-info-database)
add-to-list(ps-mule-font-info-database (latin-iso8859-15 (normal nil nil iso-latin-15)))
Thanks anyway. Ideas on what I should try next?
Greetings,
Lucien
--
If you receive this by error, please delete it and inform the sender.
PGP key fingerprint=F1C0 D9AE 1B18 1405 4DFA B4CC 6DC7 FF78 C76E FB15
To Big Brother Echelon from "spook":
PLO colonel Marxist class struggle KGB spy assassination Clinton Blair
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fonts for some characters not found
2003-06-10 18:02 ` A. L. Meyers
@ 2003-06-10 18:45 ` Kevin Rodgers
0 siblings, 0 replies; 6+ messages in thread
From: Kevin Rodgers @ 2003-06-10 18:45 UTC (permalink / raw)
A. L. Meyers wrote:
> Matthias Meulien <cimosque@free.fr> writes:
>>I encounter this problem when printing a file with iso8859-15 encoded
>>characters. Is it the same problem as yours ?
>>
>>The following fix this problem.
>>
>>(add-to-list 'ps-mule-font-info-database
>> '(latin-iso8859-15
>> (normal nil nil iso-latin-15)))
>
> Adding your code to my ~/.emacs.el returns the following debugger error:
>
> Debugger entered--Lisp error: (void-variable ps-mule-font-info-database)
> add-to-list(ps-mule-font-info-database (latin-iso8859-15 (normal nil nil iso-latin-15)))
>
> Thanks anyway. Ideas on what I should try next?
The obvious: load the library that defines that variable before you try
to reference it:
(require 'ps-mule)
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-06-10 18:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-08 14:23 Fonts for some characters not found A. L. Meyers
2003-06-08 16:08 ` Eli Zaretskii
[not found] ` <mailman.7548.1055088988.21513.help-gnu-emacs@gnu.org>
2003-06-08 16:59 ` A. L. Meyers
2003-06-08 17:58 ` Matthias Meulien
2003-06-10 18:02 ` A. L. Meyers
2003-06-10 18:45 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.