This is the mail archive of the cygwin@cygwin.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]

completion-ignore-case on Win98


I just re-read the bash man page for the first time in a while, 
and discovered that I can put a line like this:
  set completion-ignore-case On 

in ~/.inputrc to have bash's tab completion be case-insensitive.
While this works great on my Win2000 box, it doesn't appear to 
work on Win98.  However, adding this line to my .bashrc:
  shopt -s nocaseglob 

*does* work (case-insensitive file globbing).

Is this a known readline/Win98 bug?  



--
 scott evans
 www.antisleep.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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