aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2003-10-24 09:27:51 +0000
committerJan Djärv2003-10-24 09:27:51 +0000
commitf16a1bf6711cbed28d654a81526d5daf2b390edb (patch)
tree2afe33aa05df60b734a1057c9578410546a68f90
parent0363e09a8304aafa6eb5ac0e022d46c92ace9a5c (diff)
downloademacs-f16a1bf6711cbed28d654a81526d5daf2b390edb.tar.gz
emacs-f16a1bf6711cbed28d654a81526d5daf2b390edb.zip
* PROBLEMS: Characters are displayed as empty boxes or
with wrong font under X.
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/PROBLEMS14
2 files changed, 19 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 70a748e9dc1..ec75c24116d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12003-10-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * PROBLEMS: Characters are displayed as empty boxes or
4 with wrong font under X.
5
12003-09-30 Werner Lemberg <wl@gnu.org> 62003-09-30 Werner Lemberg <wl@gnu.org>
2 7
3 * TUTORIAL.de: Minor updates and grammatical fixes. 8 * TUTORIAL.de: Minor updates and grammatical fixes.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index ca00289218b..a59b496bf75 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,20 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* Characters are displayed as empty boxes or with wrong font under X.
5
6This can occur when two different versions of FontConfig are used.
7For example, XFree86 4.3.0 has one version and Gnome usually comes
8with a newer version. Emacs compiled with --with-gtk will then use
9the newer version. In most cases the problem can be temporarily
10fixed by stopping the application that has the error (it can be
11Emacs or any other application), removing ~/.fonts.cache-1,
12and then start the application again.
13If removing ~/.fonts.cache-1 and restarting doesn't help, the
14application with problem must be recompiled with the same version
15of FontConfig as the rest of the system uses. For KDE, it is
16sufficient to recompile Qt.
17
4* Process output truncated on Mac OS X (Carbon) when using pty's. 18* Process output truncated on Mac OS X (Carbon) when using pty's.
5 19
6There appears to be a problem with the implementation of pty's on the 20There appears to be a problem with the implementation of pty's on the