mah <[EMAIL PROTECTED]> writes: > Relatively fresh install of ntemacs with only slight modifications of > my regular Debian installation (in which tramp works). > > Attempting tm method with tramp results in the following message: > > Couldn't find exit status of `test -x "/bin/ksh"' Kai, the tramp author, has given the following fix in the past week for a bug which sounds much like you are describing: > I think I know where that comes from. Don't have time to really fix > this, though. I think you want to look at this code, it's in > tramp.el, in the function tramp-send-command-and-check. > > (tramp-send-command multi-method method user host > (concat (if subshell "( " "") > command > (if command tramp-rsh-end-of-line "") > "echo tramp_exit_status $?" > (if subshell " )" ""))) > > In the `if' line in the middle, replace tramp-rsh-end-of-line with ";" > (including the quotes). Does that help? I hope it works for you.
