> Can we go for just width and height as a first? Both Hammer and my patches can do this. So you need to decide which approach you like better. Hammer uses lyxrc.write() to save these info as user preferences, and I use session::saveMiscInfo() to save them as session info.
I would definitely vote for my approach since the keyword/value interface of session() allows saving of arbitrary information easily. For example, if we decide to save toolbar status, windows position later, we only need to use saveMiscInfo() and loadMiscInfo(), rather than messing with all the RC_BLAHBLAH things. Cheers, Bo