From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26754 invoked from network); 30 Mar 2001 15:14:38 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Mar 2001 15:14:38 -0000 Received: (qmail 1536 invoked by alias); 30 Mar 2001 15:14:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13853 Received: (qmail 1524 invoked from network); 30 Mar 2001 15:14:05 -0000 From: "Bart Schaefer" Message-Id: <1010330151212.ZM4210@candle.brasslantern.com> Date: Fri, 30 Mar 2001 15:12:12 +0000 In-Reply-To: <200103301400.QAA22866@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Moving completion functions" (Mar 30, 4:00pm) References: <200103301400.QAA22866@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Moving completion functions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 30, 4:00pm, Sven Wischnowsky wrote: } } Bart Schaefer wrote: } } > I don't particularly object, but it doesn't seem to me to be necessary. } } I was mostly thinking about a) ensuring that the tests for zle are run } before those for completion without having to start numbering at `50' } or whatever and b) leaving room after all the basic shell stuff for } user contributions and whatnot. ZLE is either a module (my section X) or an interactive feature that has to be tested with zpty (section Y) both of which precede completion (Z). But of course it doesn't hurt to break it down further, and a section for other stuff at the end doesn't hurt either. } # Section V: builtins You mean modules? -- 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