From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5382 invoked from network); 2 Sep 1997 15:47:49 -0000 Received: from math.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 2 Sep 1997 15:47:49 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id LAA14039; Tue, 2 Sep 1997 11:43:51 -0400 (EDT) Resent-Date: Tue, 2 Sep 1997 11:43:51 -0400 (EDT) From: Andrew Main Message-Id: <199709021543.QAA17977@taos.demon.co.uk> Subject: Re: autoload To: eggink@rrz.uni-hamburg.de (Bernd Eggink) Date: Tue, 2 Sep 1997 16:43:46 +0100 (BST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <340C21BB.C9C3CCE@rrz.uni-hamburg.de> from "Bernd Eggink" at Sep 2, 97 04:24:59 pm X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"kPLj-2.0.IR3.sG33q"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3475 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Bernd Eggink wrote: >If a file contains more than one autoload function, strange things >happen (3.1.2 and older versions): > > # File 'f1' > function f1() { print $0 $*; } > function f2() { print $0 $*; } See the FAQ ("why do my autoloaded functions not work the first time"). -zefram