emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 6f8f358: Minor Tramp doc update


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 6f8f358: Minor Tramp doc update
Date: Wed, 25 Jul 2018 14:26:31 -0400 (EDT)

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

    Minor Tramp doc update
    
    * doc/misc/tramp.texi (Frequently Asked Questions): Disable bash's
    INPUTRC.
---
 doc/misc/tramp.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 0cc0b49..f05da84 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3199,6 +3199,14 @@ source "address@hidden@}/.iterm2_shell_integration.bash"
 @end group
 @end example
 
+And finally, bash's readline shall not use key bindings like
address@hidden to commands.  Disable reading the readline initialization
+file:
+
address@hidden
+[ $TERM = "dumb" ] && INPUTRC=/dev/null
address@hidden example
+
 @item
 Echoed characters after login
 



reply via email to

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