Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] bash-style completion
- X-seq: zsh-workers 5226
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: [PATCH] bash-style completion
- Date: Thu, 4 Feb 1999 09:15:44 +0100 (MET)
- Cc: Dag-Erling Smorgrav <des@xxxxxxxxxxxxxxxxx>
- In-reply-to: Dag-Erling Smorgrav's message of 03 Feb 1999 22:20:46 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Dag-Erling Smorgrav wrote:
> I installed zsh 3.0.5 today and immediately liked it a lot better than
> bash2, which I'd previously been using. The only zsh feature I dislike
> is the csh-style completion (TAB to complete the unambiguous prefix,
> ^D to list possible completions), so I hacked zsh to provide
> bash-style completion (TAB completes the unambiguous prefix, TAB again
> lists possible completions). Patches against 3.0.5 are attached. Hope
> they can be of use.
I don't have a 3.0.5, so I couldn't try the patch. But as far as I can
see, this should behave like normal completion with `setopt AUTOLIST'
and `setopt LISTAMBIGUOUS'.
> The patches also fix a minor bug (lastambig was not being reset when
> the completion list is invalidated).
This is already in all current versions of 3.1.5.
(For Dag: the most recent version is available at
`http://www.ifh.de/~pws/computing/zsh-3.1.5-pws-6.tar.gz', but it's
*very* beta.)
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author