On Sat, 2 Feb 2008 13:41:23 -0500
Clint Adams <[EMAIL PROTECTED]> wrote:

> ...In order to generate the correct output, you need to substitute ^X?
> for the TAB, so:
> 
> ls -<Ctrl-X><question mark>

OK, it's attached.  

The resulting second 'complete debug' file is almost identical to
the first.  Or so it seems -- 'diff' won't compare them, and 'file'
says both files are data.  So I converted them to text:

        % strings /tmp/zsh115281 > /tmp/z1
        % strings /tmp/zsh15912ls1 > /tmp/z2
        % diff /tmp/z[12]
        22c22
        < +_main_complete:62> [[ '' != '*/*' && '' == '~' ]]
        ---
        > +_main_complete:62> [[ - != '*/*' && - == '~' ]]
        93c93
        < +_main_complete:343> _lastcomp[prefix]='' 
        ---
        > +_main_complete:343> _lastcomp[prefix]=- 

HTH...

Attachment: zsh15912ls1.gz
Description: Binary data

Reply via email to