On Saturday 27 April 2002 06:19 pm, Zack Rusin wrote: > The last one brings one important point, more > applications should use "setDollarExpansion" in the config in order to > make this tool really useable. They all do since yesterday. Just append [$e] (expand) to the key and $ENV_VARS will automatically be=20 expanded. E.g. if you had: hostname=3DWantelbos you can now use hostname[$e]=3D$HOSTNAME And $HOSTNAME will be expanded at runtime. =46or completeness: You can also add [$d] (deleted) to pretend the entry wa= s=20 never specified in a config file. E.g.: hostname[$d] And you can add [$i] (immutable) to mark that an entry may not be modified.= =20 Immutable and expand can be combined as [$ie] or [$ei]. E.g.: hostname[$ie]=3D$HOSTNAME Will ensure that the entry can not be modified via KConfig. Cheers, Waldo =2D-=20 bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com