Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ksh autoloading



On Wed, 26 Mar 1997 17:46:21 GMT, Zefram <zefram@xxxxxxxxxxxxxxxxx> said:
> 
> The new scheme is that when a list has been read from the file and parsed,
> it is examined to see if it is *in its entirety* a definition of the
> function being loaded.  If it is, then the contents of that definition
> is used, rather than the complete list.  This has much better defined
> semantics than the old method.

One of the nicest things about the ksh semantics are that you can define
the function plus run some initialization code.  It sounds like your
patch will disallow that.

-- 
Roderick Schertler
roderick@xxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author