aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-03-27 20:59:27 +0000
committerChong Yidong2007-03-27 20:59:27 +0000
commit923a6eb006a1ab079ad23a4115df3343eb87a197 (patch)
treec750cc3cf3bed300731acb358d6b1f84ee29bf73
parent523fc4334fc9250567e7500c0258b36f66525712 (diff)
downloademacs-923a6eb006a1ab079ad23a4115df3343eb87a197.tar.gz
emacs-923a6eb006a1ab079ad23a4115df3343eb87a197.zip
Emacs cannot load remote files using Tramp during init.
-rw-r--r--etc/PROBLEMS11
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.
144 } 144 }
145 return ret; 145 return ret;
146 146
147** Emacs cannot load remote files using Tramp during init.
148
149Currently, Tramp-style names for remote files are not recognized if
150they occur in site-start and init files, because Tramp filename
151handlers are registered during after-init-hook.
152
153If you want to access remote files inside an init file, first add the
154following line:
155
156 (tramp-register-file-name-handlers)
157
147* Crash bugs 158* Crash bugs
148 159
149** Emacs crashes in x-popup-dialog. 160** Emacs crashes in x-popup-dialog.