/[emacs]/emacs/etc/PROBLEMS
ViewVC logotype

Diff of /emacs/etc/PROBLEMS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74.4.12 by eliz, Sat Dec 1 07:52:27 2001 UTC revision 1.74.4.13 by jasonr, Sun Dec 2 21:02:01 2001 UTC
# Line 1041  file could fail to load if it is compres Line 1041  file could fail to load if it is compres
1041  The solution is to uncompress all .el files which don't have a .elc  The solution is to uncompress all .el files which don't have a .elc
1042  file.  file.
1043    
1044    Another possible reason for such failures is stale *.elc files
1045    lurking somewhere on your load-path.  The following command will
1046    print any duplicate Lisp files that are present in load-path:
1047    
1048        emacs -q -batch -f list-load-path-shadows
1049    
1050    If this command prints any file names, some of these files are stale,
1051    and should be deleted or their directories removed from your
1052    load-path.
1053    
1054    * Emacs prints an error at startup after upgrading from an earlier version.
1055    
1056    An example of such an error is:
1057    
1058      x-complement-fontset-spec: "Wrong type argument: stringp, nil"
1059    
1060    This can be another symptom of stale *.elc files in your classpath.
1061    The following command will print any duplicate Lisp files that are
1062    present in load-path:
1063    
1064        emacs -q -batch -f list-load-path-shadows
1065    
1066    If this command prints any file names, some of these files are stale,
1067    and should be deleted or their directories removed from your
1068    load-path.
1069    
1070  * Attempting to visit remote files via ange-ftp fails.  * Attempting to visit remote files via ange-ftp fails.
1071    
1072  If the error message is "ange-ftp-file-modtime: Specified time is not  If the error message is "ange-ftp-file-modtime: Specified time is not

Legend:
Removed from v.1.74.4.12  
changed lines
  Added in v.1.74.4.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26