From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24738 invoked from network); 19 Sep 2002 16:04:40 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Sep 2002 16:04:40 -0000 Received: (qmail 24689 invoked by alias); 19 Sep 2002 16:04:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17708 Received: (qmail 24678 invoked from network); 19 Sep 2002 16:04:31 -0000 From: "Bart Schaefer" Message-Id: <1020919160354.ZM14845@candle.brasslantern.com> Date: Thu, 19 Sep 2002 16:03:54 +0000 In-Reply-To: =?iso-8859-1?Q?=3C20020919153737=2EGA30552=40fargo=3E?= =?iso-8859-1?Q?Comments=3A_In_reply_to_=22David_G=F3mez=22_=3Cdavid=40ple?= =?iso-8859-1?Q?yades=2Enet=3E?= =?iso-8859-1?Q?________=22Re=3A_Using_zsh_in_gcc_compilation=22_=28Sep_19?= =?iso-8859-1?Q?=2C__5=3A37pm=29?= References: <20020919150720.GA14948@fargo> <16798.1032448732@csr.com> <20020919153737.GA30552@fargo> X-Mailer: Z-Mail (5.0.0 30July97) To: =?iso-8859-1?Q?=22David_G=F3mez=22?= , Peter Stephenson , zsh-workers@sunsite.dk Subject: Re: Using zsh in gcc compilation MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On Sep 19, 5:37pm, David G=F3mez wrote: } } > But that implies the zsh/parameter module is loaded. It shouldn't be= } > doing this by default in sh emulation. = } = } No, it isn't loaded. In sh emulation just main,complete,compctl and zle= are } loaded, or just main if the shell is not interactive. $ echo $ZSH_VERSION 4.0.3 $ echo $options on $ zmodload zsh/compctl zsh/complete zsh/main zsh/zle zsh/parameter $ = Before version 4.0.5, reference to $options would autoload zsh/parameter.= -- = Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net = =