aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-26 19:21:00 +0000
committerEli Zaretskii2001-09-26 19:21:00 +0000
commite9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74 (patch)
treee84b17261296ee7091a216a0fef628d38532b16f /etc/PROBLEMS
parent6343352f43998ba50bc0980719635a2798e7f414 (diff)
downloademacs-e9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74.tar.gz
emacs-e9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74.zip
Document problems with bad specifications of the default fontset.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS20
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:
893Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c 893Then replace all references to UPDATE_SYNTAX_TABLE_FORWARD in syntax.c
894with a call to the function update_syntax_table_forward. 894with a call to the function update_syntax_table_forward.
895 895
896* Emacs fails to start, complaining about missing fonts.
897
898A typical error message might be something like
899
900 No fonts match `-*-fixed-medium-r-*--6-*-*-*-*-*-iso8859-1'
901
902This happens because some X resource specifies a bad font family for
903Emacs to use. The possible places where this specification might be
904are:
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
912One of these files might have bad or malformed specification of a
913fontset that Emacs should use. To fix the problem, you need to find
914the 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
898The typical error message might be like this: 918The typical error message might be like this: