Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: db module



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