]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 29 May 2006 20:30:16 +0000 (20:30 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 29 May 2006 20:30:16 +0000 (20:30 +0000)
man/ChangeLog
man/tramp.texi

index 89b1e33fc5faa440d23049979e10500c51595d45..138437befb80ce48539d021312b047b6212e2962 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
index acee8ce7321e693591b72099db250780f83e41c1..b6640d3648e2e88fa01324c469a97f69be45bcfc 100644 (file)
@@ -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