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

Re: PATCH: zsh-3.1.5-pws-6: bash-style completion



Sven Wischnowsky wrote:
> Peter Stephenson wrote:
> > We seem to have this discussion every week.  It's not like bash,
> > because bash only shows the list on the *second* tab, and zsh can't
> > currently do that.
> I *know* that the thing I suggested shows behavior unlike bash. I was
> referring to the patch he sent which (as far as I can see, without
> testing it) should behave like LISTAMBIGUOUS plus AUTOLIST.

The patch I sent behaves like bash, i.e. shows the list on the second
tab. My first attempt didn't (I ran docomplete(COMP_COMPLETE) once,
*then* docomplete(COMP_LIST_COMPLETE) if lastambig was non-zero,
instead of running docomplete(COMP_COMPLETE) only if lastambig was
zero) but the one I sent does.

I haven't tried LIST_AMBIGUOUS + AUTO_LIST, so I can't comment on
whether or not my patch behaves like that.

DES (who ended up subscribing to -workers anyway)
-- 
Dag-Erling Smorgrav - des@xxxxxxxxxxxxxxxxx



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