Mercurial > emacs
changeset 76763:580836db661d
Emacs cannot load remote files using Tramp during init.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 27 Mar 2007 20:59:27 +0000 |
parents | 4177b4101eef |
children | 74d04eeb5bd1 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Tue Mar 27 15:53:17 2007 +0000 +++ b/etc/PROBLEMS Tue Mar 27 20:59:27 2007 +0000 @@ -144,6 +144,17 @@ } 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.