Questions tagged [bash-completion]
The bash-completion package by Stephane Zermatten
2 questions
1
vote
1
answer
32
views
bash completion in emacs shell-mode with cygwin
I'm running cygwin bash in shell mode in emacs, but I don't get any completions, is there a way to set it up?
2
votes
1
answer
1k
views
Prevent bash-completion adding an extra space when the word is incomplete
When using Emacs shell with the auto-completion feature enabled, I notice that whenever I perform typing and auto-completing a command, Emacs shell always adds an extra space after the first word. I ...