From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2240 invoked from network); 18 Jan 2000 12:52:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Jan 2000 12:52:56 -0000 Received: (qmail 14307 invoked by alias); 18 Jan 2000 12:52:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9350 Received: (qmail 14296 invoked from network); 18 Jan 2000 12:52:40 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: regex stuff in zutil References: <200001181200.NAA30972@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: 18 Jan 2000 21:52:37 +0900 In-Reply-To: Sven Wischnowsky's message of "Tue, 18 Jan 2000 13:00:39 +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 <200001181200.NAA30972@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > Tanaka: have you seen that there is now a pattryrefs() which allows > one to get at the brace positions without having to fiddle with > $mbegin, etc.? Yes. But match, mbegin and mend is used by completion functions as well as zregexparse itself. So I used pattry to set these variables. -- Tanaka Akira