emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/PROBLEMS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS
Date: Fri, 30 Nov 2001 03:24:22 -0500

Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.91 emacs/etc/PROBLEMS:1.92
*** emacs/etc/PROBLEMS:1.91     Tue Nov 27 14:19:00 2001
--- emacs/etc/PROBLEMS  Fri Nov 30 03:24:22 2001
***************
*** 827,832 ****
--- 827,842 ----
  The solution is to uncompress all .el files which don't have a .elc
  file.
  
+ Another possible reason for such failures is stale *.elc files
+ lurking somewhere on your load-path.  The following command will
+ print any duplicate Lisp files that are present in load-path:
+ 
+     emacs -q -batch -f list-load-path-shadows
+ 
+ If this command prints any file names, some of these files are stale,
+ and should be deleted or their directories removed from your
+ load-path.
+ 
  * Attempting to visit remote files via ange-ftp fails.
  
  If the error message is "ange-ftp-file-modtime: Specified time is not



reply via email to

[Prev in Thread] Current Thread [Next in Thread]