From: Michael Albinus Date: Wed, 25 Jul 2018 18:26:22 +0000 (+0200) Subject: Minor Tramp doc update X-Git-Tag: emacs-26.1.90~241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f8f358e7327a69fbc8f7b5a3fd5b3b170af505e;p=emacs.git Minor Tramp doc update * doc/misc/tramp.texi (Frequently Asked Questions): Disable bash's INPUTRC. --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0cc0b49bc4f..f05da84745a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -3199,6 +3199,14 @@ source "$@{HOME@}/.iterm2_shell_integration.bash" @end group @end example +And finally, bash's readline shall not use key bindings like +@samp{C-j} to commands. Disable reading the readline initialization +file: + +@example +[ $TERM = "dumb" ] && INPUTRC=/dev/null +@end example + @item Echoed characters after login