diff 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
line wrap: on
line diff
--- a/man/tramp.texi	Mon May 29 09:43:44 2006 +0000
+++ b/man/tramp.texi	Mon May 29 20:30:16 2006 +0000
@@ -2028,6 +2028,11 @@
 should be avoided on the remote side.  @xref{Remote shell setup}. for
 setting the regular expression detecting the prompt.
 
+A special problem is the zsh, which uses left-hand side and right-hand
+side prompts in parallel.  Therefore, it is necessary to disable the
+zsh line editor on the remote host.  You shall add to @file{~/.zshrc}
+the following command: @command{[ $TERM = "dumb" ] && unsetopt zle}.
+
 @item
 @value{tramp} doesn't transfer strings with more than 500 characters
 correctly