Mercurial > emacs
comparison etc/PROBLEMS @ 41793:1adf81b0d0e4
Added stale load-path problems.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 02 Dec 2001 21:03:42 +0000 |
parents | 48f16a4dc7fe |
children | 09535ed6868f |
comparison
equal
deleted
inserted
replaced
41792:ebb6bd938b61 | 41793:1adf81b0d0e4 |
---|---|
835 | 835 |
836 If this command prints any file names, some of these files are stale, | 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 | 837 and should be deleted or their directories removed from your |
838 load-path. | 838 load-path. |
839 | 839 |
840 * Emacs prints an error at startup after upgrading from an earlier version. | |
841 | |
842 An example of such an error is: | |
843 | |
844 x-complement-fontset-spec: "Wrong type argument: stringp, nil" | |
845 | |
846 This can be another symptom of stale *.elc files in your classpath. | |
847 The following command will print any duplicate Lisp files that are | |
848 present in load-path: | |
849 | |
850 emacs -q -batch -f list-load-path-shadows | |
851 | |
852 If this command prints any file names, some of these files are stale, | |
853 and should be deleted or their directories removed from your | |
854 load-path. | |
855 | |
840 * Attempting to visit remote files via ange-ftp fails. | 856 * Attempting to visit remote files via ange-ftp fails. |
841 | 857 |
842 If the error message is "ange-ftp-file-modtime: Specified time is not | 858 If the error message is "ange-ftp-file-modtime: Specified time is not |
843 representable", then this could happen when `lukemftp' is used as the | 859 representable", then this could happen when `lukemftp' is used as the |
844 ftp client. This was reported to happen on Debian GNU/Linux, kernel | 860 ftp client. This was reported to happen on Debian GNU/Linux, kernel |