[EMAIL PROTECTED] (Kai Großjohann) writes:
[Just in case you didn't notice my comment in IRC about TRAMP
working with tramp-remote-sh set...]
| The only place that `history' occurs in tramp.el is in
| tramp-open-connection-setup-interactive-shell, and near the beginning
| of that function, Tramp sends the command "exec /bin/sh" to the remote
| end (or whatever the value of tramp-remote-sh is set to for the given
| method).
Right, I walked through the code too fast and missed that shell is
exec'ed for the sudu method too.
| Hm. For the "sudu" method, tramp-remote-sh is set to "", the empty
| string. Why?
Dunno.
| Does it help to set this method parameter to "/bin/sh" instead?
Yes. It seems to work fine after that.
--
Hannu