[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.2.5-pre); tramp hangs - waiting for prompt from remote shel
From: |
Sebastian Schmitt |
Subject: |
Re: tramp (2.2.5-pre); tramp hangs - waiting for prompt from remote shell |
Date: |
Tue, 04 Jun 2013 08:33:35 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 |
Hi Michael!
On 06/03/2013 04:21 PM, Michael Albinus wrote:
>> > export PROMPT='address@hidden: %~ $ '
> Yes, but your prompt uses escape sequences. It looks like:
>
> address@hidden: ~ $ ^[[K
>
> And the escape sequences contain literal "[" characters. When Tramp
> allows "[...]" style prompts, it is confused by those "[" characters. So
> you shall convince the remote prompt to get rid of it.
Probably it's obvious to everybody but not me. Where does 'address@hidden: %~ $
' contain escape sequences? Does zsh silently add them at a later step?
Best,
Sebastian