emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/PROBLEMS,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS,v
Date: Tue, 27 Mar 2007 20:59:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/27 20:59:27

Index: PROBLEMS
===================================================================
RCS file: /sources/emacs/emacs/etc/PROBLEMS,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- PROBLEMS    27 Mar 2007 03:11:34 -0000      1.213
+++ PROBLEMS    27 Mar 2007 20:59:27 -0000      1.214
@@ -144,6 +144,17 @@
         }
         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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]