Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
42303132
Commit
42303132
authored
Dec 02, 2001
by
Jason Rumney
Browse files
Added stale load-path problems.
parent
62854fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
etc/PROBLEMS
etc/PROBLEMS
+16
-0
No files found.
etc/PROBLEMS
View file @
42303132
...
...
@@ -837,6 +837,22 @@ 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.
* Emacs prints an error at startup after upgrading from an earlier version.
An example of such an error is:
x-complement-fontset-spec: "Wrong type argument: stringp, nil"
This can be another symptom of stale *.elc files in your classpath.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment