From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14035 invoked from network); 9 Feb 2000 21:54:53 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Feb 2000 21:54:53 -0000 Received: (qmail 319 invoked by alias); 9 Feb 2000 21:54:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9642 Received: (qmail 312 invoked from network); 9 Feb 2000 21:54:46 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: file completion References: <200002091625.RAA17482@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 10 Feb 2000 06:54:43 +0900 In-Reply-To: Sven Wischnowsky's message of "Wed, 9 Feb 2000 17:25:48 +0100 (MET)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <200002091625.RAA17482@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > This mainly makes _path_files a bit faster. > > And then I finally got fed up with those longish while-getopts loops > and added a small builtin (zparseopts) that can be used to replace > such loops. After 9635, "_path_files -S ''" doesn't work well. Z(2):akr@is27e1u11% Src/zsh -f is27e1u11% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst is27e1u11% _tst () { _path_files -S '' } is27e1u11% tst D -> is27e1u11% tst Doc-M Of course, there is no file named as `Doc-M'. -- Tanaka Akira