[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Next GNUN release
From: |
Ineiev |
Subject: |
Re: Next GNUN release |
Date: |
Sun, 08 Jun 2014 10:47:50 +0000 |
Hello, Dora!
On 06/06/2014 08:07 AM, Dora Scilipoti wrote:
>
> Wish for this or other releases, whatever is more convenient or feasible:
>
> Automatic completion of file names upon invoking /make/ when using a local
> copy of the program.
Automatic completion is a feature of the shell; and in particular, Bash
defines completions per name of command, which is "make" (so it is not
related to GNUN).
I'm not sure why the completion doesn't work out-of-box e.g. on fencepost;
removing the definition for "make" like
complete -r make
enables the default behavior, which is to supply filename completion.