Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: db module
- X-seq: zsh-workers 17783
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: db module
- Date: Sun, 6 Oct 2002 20:19:20 +0000
- In-reply-to: <20021006173113.GA1400@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E17w1iC-00012d-00@xxxxxxxxxxxxxxxxxx> <20021006053229.GA14350@xxxxxxxx> <20021006122451.GV24160@xxxxxxxxxxxxxxxxxxxxx> <1021006164658.ZM11928@xxxxxxxxxxxxxxxxxxxxxxx> <20021006170353.GA531@xxxxxxxx> <1021006171435.ZM11988@xxxxxxxxxxxxxxxxxxxxxxx> <20021006173113.GA1400@xxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author