From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4140 invoked from network); 26 Aug 1999 17:56:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Aug 1999 17:56:54 -0000 Received: (qmail 14693 invoked by alias); 26 Aug 1999 17:56:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7507 Received: (qmail 14686 invoked from network); 26 Aug 1999 17:56:41 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: completion References: <199908261220.OAA15915@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: 27 Aug 1999 02:56:35 +0900 In-Reply-To: Sven Wischnowsky's message of "Thu, 26 Aug 1999 14:20:11 +0200 (MET DST)" 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 <199908261220.OAA15915@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > @@ -236,7 +240,11 @@ > def="$opts[$tmp]" > optbeg="$beg" > argbeg="$beg" > - inopt=yes > + if [[ -n "$def" ]]; then > + inopt=yes > + else > + inopt='' > + fi > uns="${ws[1][2,-1]}" > opt='' > fi In article <199908261352.PAA16045@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > @@ -236,7 +236,7 @@ > def="$opts[$tmp]" > optbeg="$beg" > argbeg="$beg" > - inopt=yes > + inopt=yes > uns="${ws[1][2,-1]}" > opt='' > fi These two hunks cause conflicts. So I couldn't update _arguments to latest. -- Tanaka Akira