From: Michael Albinus <address@hidden>
To: "emacs user" <address@hidden>
CC: address@hidden
Subject: Re: ssh method on emacs W32 and ssh from cygwin
Date: Mon, 02 Oct 2006 20:56:50 +0200
"emacs user" <address@hidden> writes:
> Emacs : GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600)
> of 2006-09-26 on W2ONE
> Package: tramp (2.1.7-pre)
>
> buffer="*tramp/scp address@hidden":
> empty
>
> buffer="*debug tramp/scp address@hidden:
>
> 13:01:33 tramp-get-test-command (5) # Finding a suitable `test' command
> 13:01:33 tramp-maybe-open-connection (3) # Opening connection for
> address@hidden using scp...
> 13:01:33 tramp-maybe-open-connection (6) # bash
> 13:01:33 tramp-maybe-open-connection (3) # Waiting 60s for local shell
> to come up...
> 13:02:33 tramp-wait-for-regexp (6) #
> 13:02:33 tramp-wait-for-regexp (1) # File error: [[Regexp `\(^[^#$%>
> ]*[#$%>] *\|^[^#$%>
> ]*[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'' not found in 60 secs]]
Tramp calls "bash" on your local machine, which doesn't return any
output (empty buffer "*tramp/scp address@hidden"). Is this what you
want as local shell on your Windows XP machine?
Best regards, Michael.