On Tue, Feb 1, 2011 at 8:49 AM, Michael Albinus <[email protected]> wrote:
> Dave Abrahams <[email protected]> writes:
>
> Hi Dave,
>
>>> I beg your pardon, but I don't know which previous report you are
>>> referring to.
>>
>> It was bounced :(
>> I'll try to send it to you directly.
>
> Got it. Tramp has send two commands:
>
> # ssh xp   -q -o 
> ControlPath=/var/folders/w6/w6aHCL+5EVeBUsDYKAF0pU+++TI/-Tmp-/tramp.871tbt.%r@%h:%p
>  -o ControlMaster=yes -e none && exit || exit
>
> # exec env ENV='' PROMPT_COMMAND='' PS1=\$\  PS2='' PS3='' /bin/sh
>
> Please try them from a local shell. I guess you can omit the -o
> arguments from ssh, and the exec prefix. Would be interesting to see,
> what the second command returns.


OK, if I change the first command to

  sh xp   -q -e none && echo yes || echo no

then I get a cleared terminal and then, a bit later, a remote prompt

The 2nd command yields this prompt:

  $  PS2=


-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to