This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: FAQ command line completion in bash


>The cygwin FAQ states that 
>shopt -o nocaseglob
>will remove case sensibility in command-line completion under bash.
>This was not enough for my bash2.04 with cygwin1.1.7,
>but it is now fine when there is also 
>set completion-ignore-case on
>in my ~/.inputrc

set completion-ignore-case on
in the ~/.inputrc is enough, the 
shopt -s nocaseglob
has no effect and is not necessary(at least with Cygwin 1.1.7
and latest bash)

Klaus




--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]