From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 774 invoked from network); 28 Mar 2001 16:14:39 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Mar 2001 16:14:39 -0000 Received: (qmail 26710 invoked by alias); 28 Mar 2001 16:14:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13821 Received: (qmail 26697 invoked from network); 28 Mar 2001 16:14:31 -0000 From: "Bart Schaefer" Message-Id: <1010328161401.ZM16238@candle.brasslantern.com> Date: Wed, 28 Mar 2001 16:14:01 +0000 In-Reply-To: <200103281412.QAA07394@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Moving completion functions" (Mar 28, 4:12pm) References: <200103281412.QAA07394@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 28, 4:12pm, Sven Wischnowsky wrote: } } I really only have a suggestion for _compalso: putting it into } Base/Utility and renaming it to `_contexts' because it completes } everything for the context described in the arguments, just like } _arguments and other functions in Utility. That sounds like a fine idea to me. } And a better name for `_wanted' might be `_offer', but that doesn't } make it easier to find in a directory listing, of course. Although it } would end up just before `_requested' and there are only twelve } functions in the directory anyway. That one is a toss-up. I don't know whether _offer is better than _wanted. The number of functions in the directory isn't an issue. } Twelve, unless we move the _call_* function into the Utility directory, } too, which seems sensible, somehow. Yes, that does seem sensible. BTW, a remark on my sectioning scheme for the Test directory: Section Y is for tests of builtin interactive commands/constructs (select, read -q, etc.) where the tests themselves need to use the zpty module, which will (eventually) have been tested in section X ... We might want to add description of this naming to a Test/README or to the comments in ztst.zsh. -- 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