Hi,
On Wed, 23 Nov 2005, Josef Weidendorfer wrote:
My suggestion complements hierarchical keys:
[myporcelain.headproperties: my/head.name]
merge.candidates = my/other.head
merge.default = your/master
would be the same as
[myporcelain.headproperties]
merge.candidates = my/other.head for my/head.name
merge.default = your/master for my/head.name
Okay. What about this config file?
-- snip --
[myporcelain.headproperties: my/head.name]
merge.candidates = my/other.head
[myporcelain.headproperties]
merge.candidates = blabla for my/head.name
-- snap --
I am not totally opposed to what you are trying, but I think it
contradicts the KISS principle. (Note: the restriction that key names must
not start with a digit is also a contradiction to that.)
Ciao,
Dscho