Enrico Forestieri wrote: > The problem was that LyXRC::read() is expected to replace values, > while vector::push_back() simply adds them. I solved the bug by using > a set container, instead. This also allowed to simplify the code > in LyXRC::write().
I see. Thanks for sorting out my mess. Jürgen