aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-30 08:24:22 +0000
committerEli Zaretskii2001-11-30 08:24:22 +0000
commitedd7d3beb4e886caeba20af16cf7f5ce7f38336d (patch)
tree23d181156e207f278ceff655792d086c06ecb989 /etc/PROBLEMS
parent2fa5eef4caa14950d4e08e93922288c6d7af4d16 (diff)
downloademacs-edd7d3beb4e886caeba20af16cf7f5ce7f38336d.tar.gz
emacs-edd7d3beb4e886caeba20af16cf7f5ce7f38336d.zip
Another reason for failures related to fontset.elc.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 01f8d3cb22e..a18cee8996e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -827,6 +827,16 @@ file could fail to load if it is compressed.
827The solution is to uncompress all .el files which don't have a .elc 827The solution is to uncompress all .el files which don't have a .elc
828file. 828file.
829 829
830Another possible reason for such failures is stale *.elc files
831lurking somewhere on your load-path. The following command will
832print any duplicate Lisp files that are present in load-path:
833
834 emacs -q -batch -f list-load-path-shadows
835
836If this command prints any file names, some of these files are stale,
837and should be deleted or their directories removed from your
838load-path.
839
830* Attempting to visit remote files via ange-ftp fails. 840* Attempting to visit remote files via ange-ftp fails.
831 841
832If the error message is "ange-ftp-file-modtime: Specified time is not 842If the error message is "ange-ftp-file-modtime: Specified time is not