comparison man/tramp.texi @ 71068:14f10023ee06

* tramp.texi (Frequently Asked Questions): Disable zsh zle.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 29 May 2006 20:30:16 +0000
parents eabc2170431c
children b7261e09f8e4
comparison
equal deleted inserted replaced
71067:170e31f3c4eb 71068:14f10023ee06
2026 after execution any command. This is not possible, when the prompt 2026 after execution any command. This is not possible, when the prompt
2027 contains unknown characters like escape sequences for coloring. This 2027 contains unknown characters like escape sequences for coloring. This
2028 should be avoided on the remote side. @xref{Remote shell setup}. for 2028 should be avoided on the remote side. @xref{Remote shell setup}. for
2029 setting the regular expression detecting the prompt. 2029 setting the regular expression detecting the prompt.
2030 2030
2031 A special problem is the zsh, which uses left-hand side and right-hand
2032 side prompts in parallel. Therefore, it is necessary to disable the
2033 zsh line editor on the remote host. You shall add to @file{~/.zshrc}
2034 the following command: @command{[ $TERM = "dumb" ] && unsetopt zle}.
2035
2031 @item 2036 @item
2032 @value{tramp} doesn't transfer strings with more than 500 characters 2037 @value{tramp} doesn't transfer strings with more than 500 characters
2033 correctly 2038 correctly
2034 2039
2035 On some few systems, the implementation of @code{process-send-string} 2040 On some few systems, the implementation of @code{process-send-string}