changeset 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 170e31f3c4eb
children e212d28d8ffe
files man/ChangeLog man/tramp.texi
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Mon May 29 09:43:44 2006 +0000
+++ b/man/ChangeLog	Mon May 29 20:30:16 2006 +0000
@@ -1,3 +1,7 @@
+2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
+
+	* tramp.texi (Frequently Asked Questions): Disable zsh zle.
+
 2006-05-29  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
--- 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