# HG changeset patch # User Michael Albinus # Date 1148934616 0 # Node ID 14f10023ee0697b3b9627bb0c1e5f2e24bdb80ea # Parent 170e31f3c4eb8e13397e27b44a393cf834e5bf43 * tramp.texi (Frequently Asked Questions): Disable zsh zle. diff -r 170e31f3c4eb -r 14f10023ee06 man/ChangeLog --- 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 + + * tramp.texi (Frequently Asked Questions): Disable zsh zle. + 2006-05-29 Jan Dj,Ad(Brv * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus. diff -r 170e31f3c4eb -r 14f10023ee06 man/tramp.texi --- 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