On 6 Sep 2002 at 14:07, Wesley Mason wrote: > Or just appeneding in general. Example: > exclusion=0;-;http://mobile\.theonion\.com/cruft.* > exclusion=0;-;http://mobile\.theonion\.com/somemorecruft.* > > And have the Desktop append them one after another internally. But this > might also require a modification to Plucker unless we can trick it to use > a new exclusion list for each run, populated with these and from the > global list.
Absolutely. There would be about 3-4 lines in the parser to add these as inclusions. There is/was a similar increasing key names system like this for "commands" in the parser at some point. The file config class (wxFileConfig) used by the Desktop expects the config files to be valid, that is, unique sections, each with unique keys, in order to be able to read and write keys correctly. I don't know about the python file config module. A rewrite of the wxFileConfig class to read/write duplicate keys would be a bit non-trivial to do and maintain, unfortunately. > Hey, this is programming, anything can be done. Amen! Best wishes, Robert _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

