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?