From: Chong Yidong Date: Tue, 27 Mar 2007 20:59:27 +0000 (+0000) Subject: Emacs cannot load remote files using Tramp during init. X-Git-Tag: emacs-pretest-22.0.97~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=923a6eb006a1ab079ad23a4115df3343eb87a197;p=emacs.git Emacs cannot load remote files using Tramp during init. --- 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.