comparison etc/PROBLEMS @ 39464:b1091e5046d0

Document problems with bad specifications of the default fontset.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 26 Sep 2001 19:21:00 +0000
parents 6381cf3c37bd
children 6912cef77269
comparison
equal deleted inserted replaced
39463:6381cf3c37bd 39464:b1091e5046d0
891 }/*update_syntax_table_forward*/ 891 }/*update_syntax_table_forward*/
892 892
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:
899 919
900 "Cannot open load file: fontset" 920 "Cannot open load file: fontset"