emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/tramp.texi


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/man/tramp.texi
Date: Mon, 29 May 2006 20:30:16 +0000

Index: emacs/man/tramp.texi
diff -u emacs/man/tramp.texi:1.44 emacs/man/tramp.texi:1.45
--- emacs/man/tramp.texi:1.44   Tue May  9 05:15:20 2006
+++ emacs/man/tramp.texi        Mon May 29 20:30:16 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]