X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Bruce Levy Subject: completion-ignore-case problem with cygwin Date: Thu, 14 Sep 2006 18:58:47 +0000 (UTC) Lines: 54 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 (lower case s followed by the TAB character), but I do NOT get any filename completion. If I type S (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/