|
| From: | Katsumi Yamaoka |
| Subject: | bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? |
| Date: | Mon, 04 Oct 2010 11:52:59 +0900 |
| User-agent: | Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
Hi,
If I have `(setq tramp-default-method "ftp")' in my ~/.emacs file
ftp doesn't work. You can reproduce this as follows:
$ emacs -Q -eval '(setq tramp-default-method "ftp")'
And try to perform dired as: `C-x d /address@hidden:~/'
Debugger entered--Lisp error: (void-function
tramp-handle-substitute-in-file-name)
signal(void-function (tramp-handle-substitute-in-file-name))
byte-code(...
tramp-file-name-handler(substitute-in-file-name "/address@hidden:~/")
substitute-in-file-name("/address@hidden:~/")
read-file-name("Dired (directory): " nil "~/" nil)
dired-read-dir-and-switches("")
call-interactively(dired nil nil)
Loading tramp-sh manually solves this problem.
| [Prev in Thread] | Current Thread | [Next in Thread] |