Magnus Henoch | 1 Apr 2012 18:18
Picon
Gravatar

tramp (2.2.3-24.1); tramp-gvfs-send-command calls non-existent tramp-local-call-process


Enter your bug report in this message, including as much detail
as you possibly can about the problem, what you did to cause it
and what the local and remote machines are.

If you can give a simple set of instructions to make this bug
happen reliably, please include those.  Thank you for helping
kill bugs in Tramp.

Before reproducing the bug, you might apply

  M-x tramp-cleanup-all-connections

This allows to investigate from a clean environment.  Another
useful thing to do is to put

  (setq tramp-verbose 9)

in the ~/.emacs file and to repeat the bug.  Then, include the
contents of the *tramp/foo* buffer and the *debug tramp/foo*
buffer in your bug report.

--bug report follows this line--
The function tramp-local-call-process was renamed to
tramp-compat-call-process a while ago, but the function
tramp-gvfs-send-command still contains a call to
tramp-local-call-process.  Changing "local" to "compat" made my Tramp
much happier :)

Regards,
(Continue reading)

Michael Albinus | 2 Apr 2012 11:19
Picon
Picon
Gravatar

Re: tramp (2.2.3-24.1); tramp-gvfs-send-command calls non-existent tramp-local-call-process

Magnus Henoch <magnus.henoch <at> gmail.com> writes:

> The function tramp-local-call-process was renamed to
> tramp-compat-call-process a while ago, but the function
> tramp-gvfs-send-command still contains a call to
> tramp-local-call-process.  Changing "local" to "compat" made my Tramp
> much happier :)

Oops, yes; I've overlooked it. Fixed in the repositories.

> Regards,
> Magnus

Thanks for reporting, and best regards, Michael.

Gmane