From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6276 invoked from network); 14 Oct 1999 15:55:19 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Oct 1999 15:55:19 -0000 Received: (qmail 2662 invoked by alias); 14 Oct 1999 15:54:55 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2683 Received: (qmail 2655 invoked from network); 14 Oct 1999 15:54:54 -0000 Date: Thu, 14 Oct 1999 16:54:53 +0100 From: Adam Spiers To: zsh users mailing list Subject: autoloading questions Message-ID: <19991014165452.A31729@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh users mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.12 i686 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?