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 Date: Tue, 16 Aug 2005 19:40:21 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Eric Blake cc: cygwin AT cygwin DOT com, Sam Steingold Subject: Re: readline completion In-Reply-To: <081620052319.18475.4302749B0003BB090000482B22073007930A050E040D0C079D0A@comcast.net> Message-ID: References: <081620052319 DOT 18475 DOT 4302749B0003BB090000482B22073007930A050E040D0C079D0A AT comcast DOT net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 16 Aug 2005, Eric Blake wrote: > > Besides, a one-time sequence of commands below will allow painless > > Tab-completion of /cygdrive: > > > > cd / && \ > > mkdir /cygdrive && \ > > cmd /c ren cygwin.bat Cygwin.bat && \ > > cmd /c ren cygwin.ico Cygwin.ico > > Only if you don't have case-insensitive tab-completion turned on. > Me, I like 'shopt -s nocaseglob' in ~/.bashrc, and > 'set completion-ignore-case on' in ~/.inputrc, which then means > /cygdrive and /Cygwin.bat still have a common '[cC][yY][gG]' prefix, > so your trick doesn't help. Yes, that turns a '/c[Tab]' sequence into a '/c[Tab]d[Tab]' (two more keystrokes). :-) Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- 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/