emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d9905d5: Document bash 5.0.0 misbehavior in tramp


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 d9905d5: Document bash 5.0.0 misbehavior in tramp.texi (Bug#34192)
Date: Thu, 21 Feb 2019 06:09:56 -0500 (EST)

branch: emacs-26
commit d9905d5c6f22ccefe03ee3ae1267a9fdf28fc61a
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    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)
---
 doc/misc/tramp.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index bfb6d74..633f2d1 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
 @value{tramp} can suppress this behavior with the user option
 @code{tramp-histfile-override}.  When set to @code{t}, environment
 variable @env{HISTFILE} is unset, and environment variables
address@hidden @env{HISTSIZE} are set to 0.
address@hidden and @env{HISTSIZE} are set to 0.  Don't use this
+with @command{bash} 5.0.0.  There is a bug in @command{bash} which
+lets @command{bash} die.
 
 Alternatively, @code{tramp-histfile-override} could be a string.
 Environment variable @env{HISTFILE} is set to this file name then.  Be



reply via email to

[Prev in Thread] Current Thread [Next in Thread]