Disable setting of host in term support for emacs

This commit is contained in:
Ivan Malison 2015-11-27 14:02:44 -05:00
parent 99c20e04d6
commit 16f27584c5

View File

@ -43,7 +43,9 @@ function emacs_ansi_term_support {
else
hostname_options="-f";
fi
echo -e "\033AnSiTh" "$(hostname $hostname_options)" # Using the -f option can
# XXX/TODO: This disables correct setting of the current directory
# when in an sshed shell when inside of emacs
# echo -e "\033AnSiTh" "$(hostname $hostname_options)" # Using the -f option can #
# cause problems on some OSes.
}