From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14792 invoked from network); 8 Aug 2001 16:03:48 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Aug 2001 16:03:48 -0000 Received: (qmail 7162 invoked by alias); 8 Aug 2001 16:03:26 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4096 Received: (qmail 7145 invoked from network); 8 Aug 2001 16:03:23 -0000 From: "Bart Schaefer" Message-Id: <1010808160315.ZM1017@candle.brasslantern.com> Date: Wed, 8 Aug 2001 16:03:15 +0000 In-Reply-To: <200108080822.KAA04398@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: compctl whitespace changes" (Aug 8, 10:22am) References: <200108080822.KAA04398@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: compctl whitespace changes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 8, 10:22am, Sven Wischnowsky wrote: } } > Or should I just be moving to the compsys stuff? } } compdef _lmutt lmutt } _lmutt () { _files -W ~/bin -g '*(.)' } ?^^^^^? } } could get you started. Better might be _lmutt () { local maildirectory=~/Mail/Lists; _mutt "$@" } (That maildirectory variable really ought to get changed to a style ...) -- 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