Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion: highlight matching part
- X-seq: zsh-users 13088
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion: highlight matching part
- Date: Sun, 3 Aug 2008 22:54:39 +0100
- In-reply-to: <080803103117.ZM26039@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080801163301.GA3589@xxxxxxxxxxxxxxxx> <080802143558.ZM815@xxxxxxxxxxxxxxxxxxxxxx> <20080803111423.GA11247@xxxxxxxxxxxxxxxx> <080803103117.ZM26039@xxxxxxxxxxxxxxxxxxxxxx>
On Sun, 03 Aug 2008 10:31:17 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Aug 3, 1:14pm, Tomasz Pala wrote:
> }
> } > you have to use "zstyle -e" to set an evaluated style.
> }
> } I've found that
> }
> } setopt extendedglob
> }
> } is also required for this trick to work.
>
> Shouldn't be (if it were, it wouldn't have worked for me, because I
> don't have that set). The complist module sets/restores extendeglob
> internally before interpreting the pattern.
I just added this recently, however.
2008-07-05 Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
* 25266: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: always use
EXTENDED_GLOB for patterns in ZLS_COLORS.
Until now it didn't set extendedglob; it needed it, but the manual
didn't say you needed to set it.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author