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

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

[Emacs-bug-tracker] bug#7156: closed (24.0.50; tramp-handle-substitute-i


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7156: closed (24.0.50; tramp-handle-substitute-in-file-name is missing?)
Date: Tue, 05 Oct 2010 00:06:02 +0000

Your message dated Tue, 05 Oct 2010 09:08:30 +0900
with message-id <address@hidden>
and subject line Re: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is 
missing?
has caused the GNU bug report #7156,
regarding 24.0.50; tramp-handle-substitute-in-file-name is missing?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7156
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? Date: Tue, 05 Oct 2010 09:08:30 +0900 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
address@hidden wrote:
> Katsumi Yamaoka <address@hidden> writes:
>> 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:~/'

> Should be fixed now.
> Thanks for reporting, and best regards, Michael.

Works fine.  Thank you for the fix so quickly.


--- End Message ---

reply via email to

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