Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: make aliases work inside the function? (using a preprocessor?)
- X-seq: zsh-users 21522
- From: Marc Chantreux <khatar@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: make aliases work inside the function? (using a preprocessor?)
- Date: Mon, 9 May 2016 14:30:51 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- In-reply-to: <CAH+w=7bcZbDtS_c_B61LvYD=zdUMm2BMAxdkPCKs7RybO7OG4Q@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20160504134632.GA5729@aurora-borealis.phear.org> <CAH+w=7bcZbDtS_c_B61LvYD=zdUMm2BMAxdkPCKs7RybO7OG4Q@mail.gmail.com>
Bart, Peter, Oliver: thank you very much for such a detailed answer.
i had some weird behaviors those last months experimenting some zsh based
features and now completly understand why. the thing is most of them are
very usefull to me and cannot be converted to functions
some examples:
https://github.com/eiro/zexperiment/blob/master/lib/basics.zsh#L34
https://github.com/eiro/zexperiment/blob/master/bin/uze.zsh#L55
the only way to make it work a reliable way is to use a preprocessor so
i plan to use m4.
once again: thanks for helping.
regards
Messages sorted by:
Reverse Date,
Date,
Thread,
Author