mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
This commit is contained in:
parent
ffd71266b9
commit
f54511f3ba
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user