Re: Broken tab completion in bash

2015-07-08 Thread Ciprian Tomoiaga
Hi Paul, On 8 July 2015 at 16:33, Paul Smith wrote: > On Wed, 2015-07-08 at 16:15 +0100, Ciprian Tomoiaga wrote: > > > The issue was discussed and debugged here: > > > stackoverflow.com/questions/26932672/broken-tab-completion-on-make-under-linux > > Bash completions are not provided by the GNU

Re: Broken tab completion in bash

2015-07-08 Thread Paul Smith
On Wed, 2015-07-08 at 16:15 +0100, Ciprian Tomoiaga wrote: > The issue was discussed and debugged here: > stackoverflow.com/questions/26932672/broken-tab-completion-on-make-under-linux Bash completions are not provided by the GNU make application, not even ones for GNU make. You need to contact

Broken tab completion in bash

2015-07-08 Thread Ciprian Tomoiaga
Hi all, I am writing to report a bug with the tab completion in Bourne shells, which is broken if the user sets up aliases for commands. For example, I had ' alias grep="grep --color -n"' defined and that crashed the bash completion where it was using grep. The issue was discussed and debugged h