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

RE: ignoring case in file completion


It's in the bash man page.  Search for READLINE, and also for bind.

I've got the exact line I suggested in my .bashrc, and it does work, but I
do remember having to fuss with things a bit, and finding that while you can
put readline values in .inputrc, it was easier to put them in .bashrc
because CR/LF issues went away, run-on sentence.

stephan();


-----Original Message-----
From: Ajit George [mailto:gajit@kurianinc.com]
Sent: Friday, October 22, 1999 2:48 AM
To: cygwin@sourceware.cygnus.com
Subject: RE: ignoring case in file completion


Doesn't seem to work.  Where can I find documentation on suitable options
for bind?  Haven't found anything in bash man page or info page on my Linux
box - must be looking in the wrong place.

Thanks.

Ajit

-----Original Message-----
From:	Stephan Mueller [mailto:smueller@MICROSOFT.com]
Sent:	Friday, October 22, 1999 3:20 AM
To:	'Ajit George'; cygwin@sourceware.cygnus.com
Subject:	RE: ignoring case in file completion

Try
	bind 'set completion-ignore-case on'

stephan();


-----Original Message-----
From: Ajit George [mailto:gajit@kurianinc.com]
Sent: Thursday, October 21, 1999 11:27 PM
To: cygwin@sourceware.cygnus.com
Subject: ignoring case in file completion


The Cygwin FAQ has an entry explaining that 'shopt -s nocaseglob' will make
filename completion case-insensitive.

Setting nocaseglob seems to make filename EXPANSION case insensitive, but
does nothing for filename COMPLETION.  Does anyone else get this behavior?

Before I dive into the source, is there a way to get case insensitive
filename completion?

Thanks.
Ajit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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