From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4938 invoked from network); 21 Nov 2001 17:23:07 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Nov 2001 17:23:07 -0000 Received: (qmail 11092 invoked by alias); 21 Nov 2001 17:22:54 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4489 Received: (qmail 11076 invoked from network); 21 Nov 2001 17:22:53 -0000 From: Bart Schaefer Message-Id: <1011121172249.ZM2392@candle.brasslantern.com> Date: Wed, 21 Nov 2001 17:22:49 +0000 In-Reply-To: <20011121170838.D25691@fysh.org> Comments: In reply to Zefram "Re: few questions" (Nov 21, 5:08pm) References: <20011121102942.A22997@asyd> <1011121160752.ZM2035@candle.brasslantern.com> <20011121171559.B25575@greux.loria.fr> <20011121170838.D25691@fysh.org> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh-users List Subject: Re: few questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Nov 21, 5:08pm, Zefram wrote: } Subject: Re: few questions } } Vincent Lefevre wrote: } >Well, this is a bit annoying as a function can't be avoided with "\". } } alias ls=fiddled_ls } function fiddled_ls { ...; } Except that you should do that in the opposite order if you're planning to make reference to `ls' in the body of `fiddled_ls'. See question 2.3 in the zsh FAQ. -- 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