From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4846 invoked from network); 6 Oct 2002 20:20:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Oct 2002 20:20:01 -0000 Received: (qmail 10950 invoked by alias); 6 Oct 2002 20:19:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17783 Received: (qmail 10938 invoked from network); 6 Oct 2002 20:19:50 -0000 From: "Bart Schaefer" Message-Id: <1021006201920.ZM12797@candle.brasslantern.com> Date: Sun, 6 Oct 2002 20:19:20 +0000 In-Reply-To: <20021006173113.GA1400@dman.com> Comments: In reply to Clint Adams "Re: db module" (Oct 6, 1:31pm) References: <20021006053229.GA14350@dman.com> <20021006122451.GV24160@malachi.theoscape.net> <1021006164658.ZM11928@candle.brasslantern.com> <20021006170353.GA531@dman.com> <1021006171435.ZM11988@candle.brasslantern.com> <20021006173113.GA1400@dman.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh workers Subject: Re: db module MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 6, 1:31pm, Clint Adams wrote: } } So, if a function with a name ending in .{get,set,unset} is defined, } param.{gets,sets,unsetfn} should be modified accordingly, and restored } upon unfunction. When param.{gets,sets,unsetfn} are invoked, } .sh.{name,subscript} and sometimes .sh.value need to be set to the } appropriate strings. Yes, except that zsh's parser currently can't deal with dots in parameter names, and zsh doesn't support the concept of the ".sh" namespace, and so on. There are a lot of other changes upon which this one depends. -- 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