From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22098 invoked from network); 14 Dec 1999 12:55:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Dec 1999 12:55:28 -0000 Received: (qmail 13137 invoked by alias); 14 Dec 1999 12:55:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9041 Received: (qmail 13130 invoked from network); 14 Dec 1999 12:55:20 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: Add jobdirs association to parameter module Date: Tue, 14 Dec 1999 15:55:16 +0300 Message-ID: <000001bf4632$78368010$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <199912140926.KAA29080@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 > > I agree that it would be nice to have this cleaner so I just tried to > allow dots in parameter names by simply adding `typtab['.'] |= IIDENT;' > to inittyptab(). It /seems/ to work, only `$.a.b' doesn't (but > `${.a.b}' does), haven't found the place where it fails yet -- mainly > because I haven't really searched for it. > I do not think it is a problem. We already have a lot of modifiers that are valid only inside of ${...} So, we could just as well state, that ${.x.y.z} refers to object z defined in namespace .x.y. As long as .x.y.z=foo and typeset .x.y.z work - I think, this restriction is acceptable. /andrej