* psprint and the message "Font for some characters not found"
@ 2003-06-28 16:19 Jörg Maier
0 siblings, 0 replies; 4+ messages in thread
From: Jörg Maier @ 2003-06-28 16:19 UTC (permalink / raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
he,
i use emacs 21.2, when i try to print with ps-print-buffer i get the
error message above. printing with lpr like print-buffer prints even
special german characters.
i searched the web an the mailing list, but didnt find anything
special. i installed
intlfnts-1.2-508
intlfonts-bdf-1.2-508
intlfonts-ttf-1.2-508
but that didnt solve my probs.
thank you for every advice
Jörg Maier
- --
GnuPG Key : http://www.shove-it.de/meinweb/joergpubkey03
Hi
I am a signature virus.
Please copy me to your .signature file to help me spread.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iD8DBQE+/cAPTYj8eXbs1acRAnS2AJwLuCcYuDbTfM0BVqXf0T/d+liHoACfaKtv
Uq3UqATCZbLW3WSyW1itSIY=
=l1ZK
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.8822.1056817104.21513.help-gnu-emacs@gnu.org>]
* Re: psprint and the message "Font for some characters not found"
[not found] <mailman.8822.1056817104.21513.help-gnu-emacs@gnu.org>
@ 2003-06-30 13:45 ` Kai Großjohann
2003-06-30 15:18 ` Jörg Maier
[not found] ` <mailman.8893.1056986807.21513.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Kai Großjohann @ 2003-06-30 13:45 UTC (permalink / raw)
Jörg Maier <joerg.maier@rz.uni-mannheim.de> writes:
> i use emacs 21.2, when i try to print with ps-print-buffer i get the
> error message above. printing with lpr like print-buffer prints even
> special german characters.
>
> i searched the web an the mailing list, but didnt find anything
> special. i installed
> intlfnts-1.2-508
> intlfonts-bdf-1.2-508
I think you're using Latin-9, and the intlfonts distribution contains
Latin-1 fonts only.
Maybe it works if you do this:
(require 'latin1-disp)
(latin1-display-setup 'latin-9 t)
--
~/.signature
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: psprint and the message "Font for some characters not found"
2003-06-30 13:45 ` Kai Großjohann
@ 2003-06-30 15:18 ` Jörg Maier
[not found] ` <mailman.8893.1056986807.21513.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: Jörg Maier @ 2003-06-30 15:18 UTC (permalink / raw)
Am Montag, 30. Juni 2003 15:45 schrieb Kai Großjohann:
> Jörg Maier <joerg.maier@rz.uni-mannheim.de> writes:
> > i use emacs 21.2, when i try to print with ps-print-buffer i get the
> > error message above. printing with lpr like print-buffer prints even
> > special german characters.
> >
> > i searched the web an the mailing list, but didnt find anything
> > special. i installed
> > intlfnts-1.2-508
> > intlfonts-bdf-1.2-508
>
> I think you're using Latin-9, and the intlfonts distribution contains
> Latin-1 fonts only.
>
> Maybe it works if you do this:
>
> (require 'latin1-disp)
> (latin1-display-setup 'latin-9 t)
This didnt help.
Do i have to include the intlfonts specially (eg in .emacs)? do i have to use
intlfonts to ps-print special characters rather than to lpr them? why
is ps-print-buffer here not working while print-buffer does?
thanks, joerg
--
GnuPG Key : http://www.shove-it.de/meinweb/joergpubkey03
Hi
I am a signature virus.
Please copy me to your .signature file to help me spread.
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.8893.1056986807.21513.help-gnu-emacs@gnu.org>]
* Re: psprint and the message "Font for some characters not found"
[not found] ` <mailman.8893.1056986807.21513.help-gnu-emacs@gnu.org>
@ 2003-06-30 20:20 ` Kai Großjohann
0 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2003-06-30 20:20 UTC (permalink / raw)
Jörg Maier <joerg.maier@rz.uni-mannheim.de> writes:
> Do i have to include the intlfonts specially (eg in .emacs)? do i have to use
> intlfonts to ps-print special characters rather than to lpr them? why
> is ps-print-buffer here not working while print-buffer does?
Ah, maybe you also need this:
(when (file-directory-p "/usr/sw/intlfonts/1.2/lib/X11/fonts/bdf/")
(add-to-list 'bdf-directory-list
"/usr/sw/intlfonts/1.2/lib/X11/fonts/bdf"))
--
~/.signature
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-30 20:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-28 16:19 psprint and the message "Font for some characters not found" Jörg Maier
[not found] <mailman.8822.1056817104.21513.help-gnu-emacs@gnu.org>
2003-06-30 13:45 ` Kai Großjohann
2003-06-30 15:18 ` Jörg Maier
[not found] ` <mailman.8893.1056986807.21513.help-gnu-emacs@gnu.org>
2003-06-30 20:20 ` Kai Großjohann
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.