Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: up-line-or-search question
- X-seq: zsh-workers 16920
- From: Sven Wischnowsky <wischnow@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: up-line-or-search question
- Date: Thu, 28 Mar 2002 11:01:33 +0100
- In-reply-to: <20020327193528.GA6803@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020327180029.GA20166@xxxxxxxxxx> <Pine.LNX.4.44.0203271004020.17952-100000@xxxxxxxxxxxxxxxx> <20020327193528.GA6803@xxxxxxxxxx>
Oliver Kiddle wrote:
> ...
>
> I would be inclined to change them anyway but if it worries you, we could
> use something like:
>
> zstyle -t :zle:predict verbose || zle -t :predict verbose
>
> I've put the functions below in a recent form but without some of my
> weirder additions. Suggestions on suitable shortenings for the style
> contexts welcome. Or any other changes?
I don't really like this double testing and personally would vote to
put everything under the :zle top-level context. I'd like to know how
many users are out there who have styles for any of the (currently
only three) zle functions. Maybe we should ask on zsh-users?
But first we should probably try to come up with a context format like
the one we have for the completion system, with a fixed number of
parts (some of which may be blank most of the time), which allows us
to extend it to future uses. And that's hard to predict, I fear.
Maybe we will eventually have a way to get the context-information-
gathering-part of the completion system from normal zle widgets.
I had collected some ideas for that (and the suffix stuff etc.) but on
saturday my hard disk was killed. Sigh.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author