comparison etc/PROBLEMS @ 41697:48f16a4dc7fe

Another reason for failures related to fontset.elc.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 30 Nov 2001 08:24:22 +0000
parents 6bc4823a332a
children 1adf81b0d0e4
comparison
equal deleted inserted replaced
41696:4f66d5b614de 41697:48f16a4dc7fe
825 file could fail to load if it is compressed. 825 file could fail to load if it is compressed.
826 826
827 The solution is to uncompress all .el files which don't have a .elc 827 The solution is to uncompress all .el files which don't have a .elc
828 file. 828 file.
829 829
830 Another possible reason for such failures is stale *.elc files
831 lurking somewhere on your load-path. The following command will
832 print any duplicate Lisp files that are present in load-path:
833
834 emacs -q -batch -f list-load-path-shadows
835
836 If this command prints any file names, some of these files are stale,
837 and should be deleted or their directories removed from your
838 load-path.
839
830 * Attempting to visit remote files via ange-ftp fails. 840 * Attempting to visit remote files via ange-ftp fails.
831 841
832 If the error message is "ange-ftp-file-modtime: Specified time is not 842 If the error message is "ange-ftp-file-modtime: Specified time is not
833 representable", then this could happen when `lukemftp' is used as the 843 representable", then this could happen when `lukemftp' is used as the
834 ftp client. This was reported to happen on Debian GNU/Linux, kernel 844 ftp client. This was reported to happen on Debian GNU/Linux, kernel