Mercurial > emacs
comparison etc/PROBLEMS @ 76763:580836db661d
Emacs cannot load remote files using Tramp during init.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 27 Mar 2007 20:59:27 +0000 |
parents | f803dda9e616 |
children | 213bd9333baa |
comparison
equal
deleted
inserted
replaced
76762:4177b4101eef | 76763:580836db661d |
---|---|
141 + ret[0] = '\0'; | 141 + ret[0] = '\0'; |
142 + } | 142 + } |
143 ret[end - begin + 1] = '\0'; | 143 ret[end - begin + 1] = '\0'; |
144 } | 144 } |
145 return ret; | 145 return ret; |
146 | |
147 ** Emacs cannot load remote files using Tramp during init. | |
148 | |
149 Currently, Tramp-style names for remote files are not recognized if | |
150 they occur in site-start and init files, because Tramp filename | |
151 handlers are registered during after-init-hook. | |
152 | |
153 If you want to access remote files inside an init file, first add the | |
154 following line: | |
155 | |
156 (tramp-register-file-name-handlers) | |
146 | 157 |
147 * Crash bugs | 158 * Crash bugs |
148 | 159 |
149 ** Emacs crashes in x-popup-dialog. | 160 ** Emacs crashes in x-popup-dialog. |
150 | 161 |