Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Unexpected behavior with case insensitive completion under cygw in



Yes, I did try the nocaseglob option, but it doesn't seem to work for the
completion (with the default bindings for the tab key, at least).

If I do `ls c:/win*', then it will expand to c:/WINDOWS, but it doesn't do
this for plain completion,
$ ls c:/win<tab>


    --- John

-----Original Message-----
From: Peter Stephenson [mailto:pws@xxxxxxx] 
Sent: 24 March 2004 12:53
To: 'zsh-users@xxxxxxxxxx'
Subject: Re: Unexpected behavior with case insensitive completion under cygw
in 

> This is great, but can anyone explain what's going on?

Unfortunately using matcher styles makes the already hard-to-understand
_path_files even more difficult.

You could try running ^x? (_complete_debug) in place of completion.
That will at least show you what it's executing.  Unfortunately the output
is likely to be the size of the telephone directory.

Have you tried setting the new option nocaseglob?

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author