Emacs cannot load remote files using Tramp during init.
This commit is contained in:
parent
523fc4334f
commit
923a6eb006
1 changed files with 11 additions and 0 deletions
11
etc/PROBLEMS
11
etc/PROBLEMS
|
@ -144,6 +144,17 @@ Reportedly this patch in X fixes the problem.
|
|||
}
|
||||
return ret;
|
||||
|
||||
** Emacs cannot load remote files using Tramp during init.
|
||||
|
||||
Currently, Tramp-style names for remote files are not recognized if
|
||||
they occur in site-start and init files, because Tramp filename
|
||||
handlers are registered during after-init-hook.
|
||||
|
||||
If you want to access remote files inside an init file, first add the
|
||||
following line:
|
||||
|
||||
(tramp-register-file-name-handlers)
|
||||
|
||||
* Crash bugs
|
||||
|
||||
** Emacs crashes in x-popup-dialog.
|
||||
|
|
Loading…
Add table
Reference in a new issue