From f54511f3baf5afaa4e7ea0fb08ec39a4565bbc13 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 29 May 2006 20:30:16 +0000 Subject: [PATCH] * tramp.texi (Frequently Asked Questions): Disable zsh zle. --- man/ChangeLog | 4 ++++ man/tramp.texi | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/man/ChangeLog b/man/ChangeLog index 89b1e33fc5f..138437befb8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/man/tramp.texi b/man/tramp.texi index acee8ce7321..b6640d3648e 100644 --- a/man/tramp.texi +++ b/man/tramp.texi @@ -2028,6 +2028,11 @@ contains unknown characters like escape sequences for coloring. This 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 -- 2.39.5