Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh/regex and =~
- X-seq: zsh-workers 23381
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: zsh/regex and =~
- Date: Wed, 02 May 2007 09:54:36 -0700
- In-reply-to: <20070502173618.449b99ef.pws@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <693135.1529.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <20070502173618.449b99ef.pws@xxxxxxx>
On May 2, 5:36pm, Peter Stephenson wrote:
}
} > Only thing missing being support for echo $"Starting foo:" style
} > messages (used to localizate the message) but that's not much of a
} > problem.
}
} I don't even know how that works; it doesn't appear to be excessively
} well documented.
I'm sure it relies on GNU gettext.
$"Your message here" is equivalent to $(gettext -s "Your message here"),
as far as I can tell, though it calls the library internally rather than
executing it as an external command.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author