]> git.eshelyaron.com Git - emacs.git/commitdiff
* PROBLEMS: Characters are displayed as empty boxes or
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 24 Oct 2003 09:27:51 +0000 (09:27 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 24 Oct 2003 09:27:51 +0000 (09:27 +0000)
  with wrong font under X.

etc/ChangeLog
etc/PROBLEMS

index 70a748e9dc123506df2b5bbdb3d917d2e0d21d49..ec75c24116de9239628b5a2450dc4822fb328680 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * PROBLEMS: Characters are displayed as empty boxes or
+       with wrong font under X.
+
 2003-09-30  Werner Lemberg  <wl@gnu.org>
 
        * TUTORIAL.de: Minor updates and grammatical fixes.
index ca00289218ba510f92d28bec2228b9aa51844fc8..a59b496bf752328113951df592ef84479dd1d663 100644 (file)
@@ -1,6 +1,20 @@
 This file describes various problems that have been encountered
 in compiling, installing and running GNU Emacs.
 
+* Characters are displayed as empty boxes or with wrong font under X.
+
+This can occur when two different versions of FontConfig are used.
+For example, XFree86 4.3.0 has one version and Gnome usually comes
+with a newer version.  Emacs compiled with --with-gtk will then use
+the newer version.  In most cases the problem can be temporarily
+fixed by stopping the application that has the error (it can be
+Emacs or any other application), removing ~/.fonts.cache-1,
+and then start the application again.
+If removing ~/.fonts.cache-1 and restarting doesn't help, the
+application with problem must be recompiled with the same version
+of FontConfig as the rest of the system uses.  For KDE, it is
+sufficient to recompile Qt.
+
 * Process output truncated on Mac OS X (Carbon) when using pty's.
 
 There appears to be a problem with the implementation of pty's on the