From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id FAA25127 for ; Sat, 9 Sep 1995 05:13:48 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA13678 (5.65c/Gatech-10.0-IDA for ); Fri, 8 Sep 1995 15:14:39 -0400 Received: by math (5.x/SMI-SVR4) id AA06573; Fri, 8 Sep 1995 15:08:56 -0400 Old-Return-Path: Resent-Date: Fri, 8 Sep 1995 14:10:35 -0500 (CDT) Old-Return-Path: From: Alex Ramos Message-Id: <199509081910.AA14139@intruder.wiltel.com> Subject: autoload bug in 2.6-beta10 To: zsh-users@math.gatech.edu Date: Fri, 8 Sep 1995 14:10:35 -0500 (CDT) Reply-To: alex_ramos@wiltel.com X-Mailer: ELM [version 2.4 PL21] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"Efc_Y3.0.Sc1.-I9Km"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/81 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu It appears that parameters are not passed to autoload functions in 2.6-beta10. Sorry if this had already been reported, but I joined the mailing list fairly recently. e.g. foo() { echo $1 } If this function is autoloaded, then invoking "foo test" results in echoing a blank line. Platform - SunOS 4.1.3_U1 sun4m thanks, -- Alex Ramos