Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Doc bug: sched / set
- X-seq: zsh-workers 28805
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Doc bug: sched / set
- Date: Sun, 27 Feb 2011 12:55:49 -0800
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
The builtins.yo reference to the "sched" command got converted at some
point into a use of the module() macro. The problem is, that left some
stray text behind which got incorporated on the end of the description
of the "set" builtin:
The tt(sched) builtin is not made available by default when the shell
starts in a mode emulating another shell. It can be made available
with the command `tt(zmodload -F zsh/sched b:sched)'.
Several choices possible here:
(1) Delete this text entirely.
(2) Move the text from the builtins.yo to mod_sched.yo.
(3) Create an xmodule() macro that accepts a third argument and pass the
text there, so it appears in the correct item() in builtins.yo
I haven't checked closely for whether there are other cases where (3) may
be wanted.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author