Chet Ramey wrote:
On 1/27/18 3:38 PM, L A Walsh wrote:
----
   Bash has the nocaseglob option, which ignores case on searching for
files via a wildcard.  I don't believe there is an option to search
for functions ignoring case.  So your "ab"<tab> will ignore case of
a file that is looked up.  But functions aren't able to be looked up
that way.

It's all fine. He wants case-insensitive matching, which bash can be made
to do, and non-case-preserving completion, which readline does.
----
   Bash can be made to do?  W/o new code?  I think I mentioned it could
be added via a patch or such, but if it can be done right now w/o a
patch, that's great!  How?




Reply via email to