all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing?
@ 2010-10-04  2:52 Katsumi Yamaoka
  2010-10-04 19:55 ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-10-04  2:52 UTC (permalink / raw)
  To: 7156

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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing?
  2010-10-04  2:52 bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? Katsumi Yamaoka
@ 2010-10-04 19:55 ` Michael Albinus
  2010-10-05  0:08   ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2010-10-04 19:55 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 7156

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Hi,

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:~/'

Should be fixed now.

Thanks for reporting, and best regards, Michael.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing?
  2010-10-04 19:55 ` Michael Albinus
@ 2010-10-05  0:08   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-10-05  0:08 UTC (permalink / raw)
  To: michael.albinus; +Cc: 7156-done

michael.albinus@gmx.de wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> 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 /USER@localhost:~/'

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

Works fine.  Thank you for the fix so quickly.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-05  0:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-04  2:52 bug#7156: 24.0.50; tramp-handle-substitute-in-file-name is missing? Katsumi Yamaoka
2010-10-04 19:55 ` Michael Albinus
2010-10-05  0:08   ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.