aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMichael Albinus2007-06-07 20:14:45 +0000
committerMichael Albinus2007-06-07 20:14:45 +0000
commit9ee5e81e952dc9bb9111b348f30b939399bed5bd (patch)
tree25c55fa22865f04bd75b78bacf1b63738dc281cf /man
parentcdd50783ca9d22d0d6428f91abc5e64170bd9369 (diff)
downloademacs-9ee5e81e952dc9bb9111b348f30b939399bed5bd.tar.gz
emacs-9ee5e81e952dc9bb9111b348f30b939399bed5bd.zip
Sync with Tramp 2.0.56.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog7
-rw-r--r--man/tramp.texi6
-rw-r--r--man/trampver.texi2
3 files changed, 13 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index f9459bfcc2d..98faf2482b1 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
12007-06-07 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.0.56.
4
5 * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6 settings. Reported by Ted Zlatanov <tzz@lifelogs.com>.
7
12007-06-07 Alan Mackenzie <acm@muc.de> 82007-06-07 Alan Mackenzie <acm@muc.de>
2 9
3 * display.texi (Optional Mode Line): Document the new form of 10 * display.texi (Optional Mode Line): Document the new form of
diff --git a/man/tramp.texi b/man/tramp.texi
index 7acef2663e4..67b0647787c 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -2051,7 +2051,11 @@ setting the regular expression detecting the prompt.
2051A special problem is the zsh, which uses left-hand side and right-hand 2051A special problem is the zsh, which uses left-hand side and right-hand
2052side prompts in parallel. Therefore, it is necessary to disable the 2052side prompts in parallel. Therefore, it is necessary to disable the
2053zsh line editor on the remote host. You shall add to @file{~/.zshrc} 2053zsh line editor on the remote host. You shall add to @file{~/.zshrc}
2054the following command: @command{[ $TERM = "dumb" ] && unsetopt zle}. 2054the 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
diff --git a/man/trampver.texi b/man/trampver.texi
index c512de4c74b..6c770dc8ad1 100644
--- a/man/trampver.texi
+++ b/man/trampver.texi
@@ -9,7 +9,7 @@
9@c In the Tramp CVS, the version number is auto-frobbed from 9@c In the Tramp CVS, the version number is auto-frobbed from
10@c configure.ac, so you should edit that file and run 10@c configure.ac, so you should edit that file and run
11@c "autoconf && ./configure" to change the version number. 11@c "autoconf && ./configure" to change the version number.
12@set trampver 2.0.55 12@set trampver 2.0.56
13 13
14@c Other flags from configuration 14@c Other flags from configuration
15@set prefix /usr/local 15@set prefix /usr/local