Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is this an orthodox use of zstyle?
- X-seq: zsh-users 6710
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Is this an orthodox use of zstyle?
- Date: Wed, 15 Oct 2003 21:00:04 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <1031015151521.ZM23749@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
- References: <20031014160041.GA343@DervishD> <1031014164250.ZM22562@xxxxxxxxxxxxxxxxxxxxxxx> <20031014171741.GG211@DervishD> <1031015062143.ZM23223@xxxxxxxxxxxxxxxxxxxxxxx> <20031015095427.GN867@DervishD> <1031015151521.ZM23749@xxxxxxxxxxxxxxxxxxxxxxx>
Hi Bart :)
* Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> dixit:
> } A last point: maybe I'm missing something, but I think that the
> } entire zstyle thing can be done with parameters (with exception of
> } the -e option, maybe).
> Yes, you could write "zstyle" as a shell function. There are a number
> of parts of the completion system that could be written as functions,
> but that were coded (or re-coded) in C for speed.
I'm not going to do that, anyway ;)) I was just guessing. The
fact is that although you can implement a bunch of builtins as shell
code, it's usually faster, safer, etc... to write them in C.
> there's something else you could use to store state, by the way.
> Even slower than styles, but sharable across multiple shells.
What's that? ;))
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author