From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8062 invoked by alias); 27 Feb 2011 20:56:10 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28805 Received: (qmail 26808 invoked from network); 27 Feb 2011 20:56:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110227125549.ZM4780@torch.brasslantern.com> Date: Sun, 27 Feb 2011 12:55:49 -0800 X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Doc bug: sched / set MIME-version: 1.0 Content-type: text/plain; charset=us-ascii 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.