Re: Documentation Bug

2015-07-08 Thread Reinier Post
On Wed Jul 8 11:02:55 2015, engg.kaus...@gmail.com (Pankaj Kaushik) wrote: > Hi Team, > > There is documentation bug in make file pdf(see attachement) on Page no 2 > under section 2.2 at below line. > > >>We split each long line into two lines using backslash/ > > Bug :- You mentioned forward s

Re: Documentation Bug

2015-07-08 Thread Pankaj Kaushik
On Wed, Jul 8, 2015 at 5:45 PM, Reinier Post wrote: > > > Please correct it. > > It would be better to write 'followed by' instead of '/' > to avoid this misunderstanding. > > Yes this would be better in order to avoid end user misunderstanding. Thanks, Pankaj > -- > Reinier Post >

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

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

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