help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Fonts for some characters not found


From: Kevin Rodgers
Subject: Re: Fonts for some characters not found
Date: Tue, 10 Jun 2003 12:45:53 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

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:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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