Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autoloading questions
- X-seq: zsh-users 2683
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Subject: autoloading questions
- Date: Thu, 14 Oct 1999 16:54:53 +0100
- Mail-followup-to: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
1. What's the best way of checking whether an autoload of a function
will succeed? (I mean the actual loading, rather than the
invocation of the `autoload' built-in.)
2. How can I manually cause an autoloaded function to be loaded
without actually running it, even if there is a typical
foo "$@"
line at the end of the file?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author