GNU bug report logs -
#7156
24.0.50; tramp-handle-substitute-in-file-name is missing?
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Mon, 4 Oct 2010 02:51:01 UTC
Severity: normal
Found in version 24.0.50
Done: Katsumi Yamaoka <yamaoka <at> jpl.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 /USER <at> localhost:~/'
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 "/yamaoka <at> localhost:~/")
substitute-in-file-name("/yamaoka <at> localhost:~/")
read-file-name("Dired (directory): " nil "~/" nil)
dired-read-dir-and-switches("")
call-interactively(dired nil nil)
Loading tramp-sh manually solves this problem.
This bug report was last modified 14 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.