public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* completion-ignore-case problem with cygwin
@ 2006-09-14 20:50 Bruce Levy
  2006-09-14 21:41 ` Igor Peshansky
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Levy @ 2006-09-14 20:50 UTC (permalink / raw)
  To: cygwin

Hi,
I am using version 1.5.21-2 of cygwin with version 5.1-5 of readline.

I have the following lines in ~/.inputrc:

set completion-ignore-case on
set show-all-if-ambiguous on

set bell-style none

# to show all characters
set meta-flag on
set input-meta on
set convert-meta off
set output-meta on

and ~/.bashrc contains the following line:

shopt -s nocaseglob


In my home directory, I have a directory called Saved.  I type s<TAB> (lower
case s followed by the TAB character), but I do NOT get any filename completion.
 If I type S<TAB> (upper case S followed bgy the TAB character), I do get
filename completion.

It seems that even though I have set completion-ignore-case on, it remains off.

I enter the following command:

$ bind -V | grep completion
completion-ignore-case is set to `off'
disable-completion is set to `off'
page-completions is set to `on'
print-completions-horizontally is set to `off'
completion-query-items is set to `100'

Please notice that completion-ignore-case is set to off!  I can execute the
following commands that seems to prove that I am unable to
turn on completion-ignore-case.

$ set completion-ignore-case on 

$ bind -v | grep ignore-case
set completion-ignore-case off


Why am I unable to set completion-ignore-case?  What am I doing wrong?

Thank you for your help.

Best Regards,
Bruce Levy



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-15 19:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-14 20:50 completion-ignore-case problem with cygwin Bruce Levy
2006-09-14 21:41 ` Igor Peshansky
2006-09-14 22:40   ` Levy, Bruce
2006-09-15 11:11     ` Carlo Florendo
2006-09-15 11:44     ` Eric Blake
2006-09-15 19:44       ` Levy, Bruce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).