diff options
| author | Jan Djärv | 2003-10-24 09:27:51 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-10-24 09:27:51 +0000 |
| commit | f16a1bf6711cbed28d654a81526d5daf2b390edb (patch) | |
| tree | 2afe33aa05df60b734a1057c9578410546a68f90 | |
| parent | 0363e09a8304aafa6eb5ac0e022d46c92ace9a5c (diff) | |
| download | emacs-f16a1bf6711cbed28d654a81526d5daf2b390edb.tar.gz emacs-f16a1bf6711cbed28d654a81526d5daf2b390edb.zip | |
* PROBLEMS: Characters are displayed as empty boxes or
with wrong font under X.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/PROBLEMS | 14 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-09-30 Werner Lemberg <wl@gnu.org> | 6 | 2003-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 @@ | |||
| 1 | This file describes various problems that have been encountered | 1 | This file describes various problems that have been encountered |
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | * Characters are displayed as empty boxes or with wrong font under X. | ||
| 5 | |||
| 6 | This can occur when two different versions of FontConfig are used. | ||
| 7 | For example, XFree86 4.3.0 has one version and Gnome usually comes | ||
| 8 | with a newer version. Emacs compiled with --with-gtk will then use | ||
| 9 | the newer version. In most cases the problem can be temporarily | ||
| 10 | fixed by stopping the application that has the error (it can be | ||
| 11 | Emacs or any other application), removing ~/.fonts.cache-1, | ||
| 12 | and then start the application again. | ||
| 13 | If removing ~/.fonts.cache-1 and restarting doesn't help, the | ||
| 14 | application with problem must be recompiled with the same version | ||
| 15 | of FontConfig as the rest of the system uses. For KDE, it is | ||
| 16 | sufficient 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 | ||
| 6 | There appears to be a problem with the implementation of pty's on the | 20 | There appears to be a problem with the implementation of pty's on the |