diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-27 20:59:27 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-27 20:59:27 +0000 |
commit | 923a6eb006a1ab079ad23a4115df3343eb87a197 (patch) | |
tree | c750cc3cf3bed300731acb358d6b1f84ee29bf73 | |
parent | 523fc4334fc9250567e7500c0258b36f66525712 (diff) | |
download | emacs-923a6eb006a1ab079ad23a4115df3343eb87a197.tar.gz |
Emacs cannot load remote files using Tramp during init.
-rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 4c5eb34495a..79f4f7356b7 100644 --- a/etc/PROBLEMS +++ b/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. |