diff options
| author | Michael Albinus | 2007-06-07 20:14:45 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-06-07 20:14:45 +0000 |
| commit | 9ee5e81e952dc9bb9111b348f30b939399bed5bd (patch) | |
| tree | 25c55fa22865f04bd75b78bacf1b63738dc281cf /man | |
| parent | cdd50783ca9d22d0d6428f91abc5e64170bd9369 (diff) | |
| download | emacs-9ee5e81e952dc9bb9111b348f30b939399bed5bd.tar.gz emacs-9ee5e81e952dc9bb9111b348f30b939399bed5bd.zip | |
Sync with Tramp 2.0.56.
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | man/tramp.texi | 6 | ||||
| -rw-r--r-- | man/trampver.texi | 2 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-06-07 Alan Mackenzie <acm@muc.de> | 8 | 2007-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. | |||
| 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 |
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 |