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

Re: email to zsh



Mac-arena the Bored Zo wrote:
> I'm running zsh 4.2.5 (built from sources) and 4.2.3 (stock Apple  
> install) on Mac OS X 10.4.1. the bug existed in 10.4 as well. this is  
> a consistently-repeatable crash.

I can get this now.  From zsh -f, any recent version, in an empty
directory:

files=(AIWebKitMessageViewController.m
AIWebKitMessageViewPlugin.m
AIWebkitMessageViewStyle.m)
touch $files
chmod +x *.m
compctl -M '' 'm:{a-zA-Z}={A-Za-z}'
./AIWebKitMessagep

then TAB will cause it to happen.  I think the compctl -M is the key:
it's somewhere in the hairy matcher code.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, 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.

**********************************************************************



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