diff options
| author | Eli Zaretskii | 2001-09-26 19:21:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-26 19:21:00 +0000 |
| commit | e9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74 (patch) | |
| tree | e84b17261296ee7091a216a0fef628d38532b16f /etc/PROBLEMS | |
| parent | 6343352f43998ba50bc0980719635a2798e7f414 (diff) | |
| download | emacs-e9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74.tar.gz emacs-e9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74.zip | |
Document problems with bad specifications of the default fontset.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index df8592ca5a4..5c8c8fbfdd7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -893,6 +893,26 @@ functions, one each for every macro. Here's an example: | |||
| 893 | Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c | 893 | Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c |
| 894 | with a call to the function update_syntax_table_forward. | 894 | with a call to the function update_syntax_table_forward. |
| 895 | 895 | ||
| 896 | * Emacs fails to start, complaining about missing fonts. | ||
| 897 | |||
| 898 | A typical error message might be something like | ||
| 899 | |||
| 900 | No fonts match `-*-fixed-medium-r-*--6-*-*-*-*-*-iso8859-1' | ||
| 901 | |||
| 902 | This happens because some X resource specifies a bad font family for | ||
| 903 | Emacs to use. The possible places where this specification might be | ||
| 904 | are: | ||
| 905 | |||
| 906 | - in your ~/.Xdefaults file | ||
| 907 | |||
| 908 | - client-side X resource file, such as ~/Emacs or | ||
| 909 | /usr/X11R6/lib/app-defaults/Emacs or | ||
| 910 | /usr/X11R6/lib/X11/app-defaults/Emacs | ||
| 911 | |||
| 912 | One of these files might have bad or malformed specification of a | ||
| 913 | fontset that Emacs should use. To fix the problem, you need to find | ||
| 914 | the problematic line(s) and correct them. | ||
| 915 | |||
| 896 | * Emacs 20 and later fails to load Lisp files at startup. | 916 | * Emacs 20 and later fails to load Lisp files at startup. |
| 897 | 917 | ||
| 898 | The typical error message might be like this: | 918 | The typical error message might be like this: |