tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.0.52); Tramp stalls when parsing prompt with Escape sequenc


From: David Reitter
Subject: Re: tramp (2.0.52); Tramp stalls when parsing prompt with Escape sequences
Date: Thu, 9 Feb 2006 17:50:40 +0000

On 9 Feb 2006, at 17:22, Michael Albinus wrote:

See the Tramp manual, section "Remote shell setup". There the variable
`tramp-shell-prompt-patternĀ“ is discussed, which must be customised to
your prompt.

It is always a good idea to avoid escape sequences in the prompt.

thank you, that helped.

Maybe you can do a

export PS1="$"

initiallize to standardize the prompt (before waiting for the prompt, of course), or simply use a command with ssh to avoid reading the user's shell configuration, such as

ssh <host> "/bin/sh --noprofile --posix"

Just an idea - maybe you're doing something similar already - apologies, I haven't looked at the code.
Either way, it would make things easier for users.

--
http://aquamacs.org -- Aquamacs: Emacs on Mac OS X






Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]