diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 10 |
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. | |||
| 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 |