From 923a6eb006a1ab079ad23a4115df3343eb87a197 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 27 Mar 2007 20:59:27 +0000 Subject: Emacs cannot load remote files using Tramp during init. --- etc/PROBLEMS | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. -- cgit v1.2.1