]> git.eshelyaron.com Git - emacs.git/commitdiff
Emacs cannot load remote files using Tramp during init.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 27 Mar 2007 20:59:27 +0000 (20:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 27 Mar 2007 20:59:27 +0000 (20:59 +0000)
etc/PROBLEMS

index 4c5eb34495af8ab590caf99f9952a8ca6f24a9e6..79f4f7356b795bade857bfd704a9faf822ba6c79 100644 (file)
@@ -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.