From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4743 invoked from network); 21 Nov 2001 17:08:54 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Nov 2001 17:08:54 -0000 Received: (qmail 7068 invoked by alias); 21 Nov 2001 17:08:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4488 Received: (qmail 7055 invoked from network); 21 Nov 2001 17:08:40 -0000 Date: Wed, 21 Nov 2001 17:08:38 +0000 To: Zsh-users List Subject: Re: few questions Message-ID: <20011121170838.D25691@fysh.org> References: <20011121102942.A22997@asyd> <1011121160752.ZM2035@candle.brasslantern.com> <20011121171559.B25575@greux.loria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011121171559.B25575@greux.loria.fr> User-Agent: Mutt/1.3.23i From: Zefram Vincent Lefevre wrote: >Well, this is a bit annoying as a function can't be avoided with "\". alias ls=fiddled_ls function fiddled_ls { ...; } -zefram