On Wed, 27 Jul 2005, Bill Moseley wrote: > [Sorry, sent to the -devel list by mistake] > > Is there an example of how to modify config items that are lists via > the C API? That is, how to add an item to a list or remove a > specific item.
There is no special API function for that. You need to prepend "add-" or "rem-" to the config key just like you would in a config file, etc. -- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
