comparison man/tramp.texi @ 90863:648e6c714c7d

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 774-780) - Update from CVS - Merge from emacs--rel--22, gnus--rel--5.10 - Merge from emacs--rel--22 - Fix tq.el edge case * emacs--rel--22 (patch 28-32) - Update from CVS * gnus--rel--5.10 (patch 224-225) - Merge from emacs--devo--0, emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
author Miles Bader <miles@gnu.org>
date Wed, 30 May 2007 14:40:46 +0000
parents e6fdae9180d4 9a076cebfd98
children a66921565bcb
comparison
equal deleted inserted replaced
90862:e4b8d2bccfb0 90863:648e6c714c7d
2049 setting the regular expression detecting the prompt. 2049 setting the regular expression detecting the prompt.
2050 2050
2051 A special problem is the zsh, which uses left-hand side and right-hand 2051 A special problem is the zsh, which uses left-hand side and right-hand
2052 side prompts in parallel. Therefore, it is necessary to disable the 2052 side prompts in parallel. Therefore, it is necessary to disable the
2053 zsh line editor on the remote host. You shall add to @file{~/.zshrc} 2053 zsh line editor on the remote host. You shall add to @file{~/.zshrc}
2054 the following command: @command{[ $TERM = "dumb" ] && unsetopt zle}. 2054 the following command:
2055
2056 @example
2057 [ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
2058 @end example
2055 2059
2056 @item 2060 @item
2057 @value{tramp} doesn't transfer strings with more than 500 characters 2061 @value{tramp} doesn't transfer strings with more than 500 characters
2058 correctly 2062 correctly
2059 2063