From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21976 invoked from network); 25 Oct 1999 09:46:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Oct 1999 09:46:49 -0000 Received: (qmail 92 invoked by alias); 25 Oct 1999 09:46:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8405 Received: (qmail 81 invoked from network); 25 Oct 1999 09:46:42 -0000 From: "Bart Schaefer" Message-Id: <991025094637.ZM26175@candle.brasslantern.com> Date: Mon, 25 Oct 1999 09:46:37 +0000 In-Reply-To: <991025093146.ZM25984@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "PATCH: 3.1.6-bart-7: Self-loading auto-functions" (Oct 25, 9:31am) References: <991025093146.ZM25984@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: 3.1.6-bart-7: Self-loading auto-functions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 25, 9:31am, Bart Schaefer wrote: } Subject: PATCH: 3.1.6-bart-7: Self-loading auto-functions } } at 2:15 AM I didn't feel like tackling that part. Apparently I shouldn't have tackled doc, either. The following should back out an incorrect hunk of the previous doc patch. Index: Doc/Zsh/builtins.yo @@ -1062,8 +1062,8 @@ ) item(tt(-f))( The names refer to functions rather than parameters. No assignments -can be made, and the only other valid flags are tt(-t), tt(-u), tt(-U), -tt(-X) and tt(+X). The flag tt(-t) turns on execution tracing for this +can be made, and the only other valid flags are tt(-t), tt(-u) and +tt(-U). The flag tt(-t) turns on execution tracing for this function. The tt(-u) and tt(-U) flags cause the function to be marked for autoloading; tt(-U) also causes alias expansion to be suppressed when the function is loaded. The tt(fpath) parameter -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com