diff options
| author | Michael Albinus | 2019-02-21 12:09:44 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-02-21 12:09:44 +0100 |
| commit | d9905d5c6f22ccefe03ee3ae1267a9fdf28fc61a (patch) | |
| tree | 377c9a2ae4877201d37aab14de982d03d737c2d6 | |
| parent | 4c6d17afe1251ddc7f5113991d8e914571f76ecf (diff) | |
| download | emacs-d9905d5c6f22ccefe03ee3ae1267a9fdf28fc61a.tar.gz emacs-d9905d5c6f22ccefe03ee3ae1267a9fdf28fc61a.zip | |
Document bash 5.0.0 misbehavior in tramp.texi (Bug#34192)
* doc/misc/tramp.texi (Frequently Asked Questions): Warn about
bash 5.0.0 and HISTSIZE=0. (Bug#34192)
| -rw-r--r-- | doc/misc/tramp.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index bfb6d748f24..633f2d16b6b 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3410,7 +3410,9 @@ Due to the remote shell saving tilde expansions triggered by | |||
| 3410 | @value{tramp} can suppress this behavior with the user option | 3410 | @value{tramp} can suppress this behavior with the user option |
| 3411 | @code{tramp-histfile-override}. When set to @code{t}, environment | 3411 | @code{tramp-histfile-override}. When set to @code{t}, environment |
| 3412 | variable @env{HISTFILE} is unset, and environment variables | 3412 | variable @env{HISTFILE} is unset, and environment variables |
| 3413 | @env{HISTFILESIZE} @env{HISTSIZE} are set to 0. | 3413 | @env{HISTFILESIZE} and @env{HISTSIZE} are set to 0. Don't use this |
| 3414 | with @command{bash} 5.0.0. There is a bug in @command{bash} which | ||
| 3415 | lets @command{bash} die. | ||
| 3414 | 3416 | ||
| 3415 | Alternatively, @code{tramp-histfile-override} could be a string. | 3417 | Alternatively, @code{tramp-histfile-override} could be a string. |
| 3416 | Environment variable @env{HISTFILE} is set to this file name then. Be | 3418 | Environment variable @env{HISTFILE} is set to this file name then. Be |