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 Message-Id: <5.2.0.9.2.20030403070242.03870be0@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Thu, 03 Apr 2003 07:12:26 -0800 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: RE: Problem in tcsh In-Reply-To: <002e01c2f9f1$1f335e90$a453579d@india.ti.com> References: <20030403134841 DOT GP18138 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed At 06:55 2003-04-03, Soumitra Pal wrote: >Corinna, > >I did whatever you said. >Current passwd is the following. > >... > >But still the problem is not solved. >Mine is latest cygwin. > >Thanks and regards, >Soumitra. Soumitra, No one seems to have asked you about your readline options. I know next to nothing about tcsh, but BASH uses ~/.inputrc in which you can make completion ignore alphabetic case by using this directive: set completion-ignore-case on Does tcsh use ~/.inputrc or an equivalent? Does it support this option? OK. ... Doing my homework. ... According to the tcsh man page, the "complete" shell variable controls command completion options. If it's set to "enhance", then alphabetic case is ignored. There are other options, of course. E.g., "recognize_only_executables" could be relevant here and can be expected to interact with other Cygwin mechanisms such as "ntsec," actual file modes and owners, etc. Check out the "The command-line editor" and "Completion and listing" sections of the tcsh manual. Randall Schulz -- 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/