Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Doc bug: sched / set
On Sun, 27 Feb 2011 12:55:49 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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'd have thought (2) would be adequate.
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author