aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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