| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | ericblake AT comcast DOT net (Eric Blake) |
| To: | cygwin AT cygwin DOT com |
| Cc: | Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>, Sam Steingold <sds AT gnu DOT org>, |
| cygwin AT cygwin DOT com | |
| Subject: | Re: readline completion |
| Date: | Tue, 16 Aug 2005 23:19:55 +0000 |
| Message-Id: | <081620052319.18475.4302749B0003BB090000482B22073007930A050E040D0C079D0A@comcast.net> |
| X-Authenticated-Sender: | ZXJpY2JsYWtlQGNvbWNhc3QubmV0 |
> > 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. -- Eric Blake -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |