bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing?


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 /USER@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@localhost:~/")
  substitute-in-file-name("/yamaoka@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.





reply via email to

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