Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autoload
- X-seq: zsh-workers 3475
- From: Andrew Main <zefram@xxxxxxxxx>
- To: eggink@xxxxxxxxxxxxxxxxxx (Bernd Eggink)
- Subject: Re: autoload
- Date: Tue, 2 Sep 1997 16:43:46 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <340C21BB.C9C3CCE@xxxxxxxxxxxxxxxxxx> from "Bernd Eggink" at Sep 2, 97 04:24:59 pm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author