Search Results

0
votes

Bash autocompletion in Emacs shell-mode

In the emacs shell, it's actually emacs doing the auto-completion, not bash. If the shell and emacs are out of sync (e.g. by using pushd, popd or some bash user function that changes the shell's cu …