> - When starting LyX for the first time, Screen DPI (in the preferences dialog) is >set to > "nan" (=not a number?) LyX did not create an entry in lyxrc.defaults, just in >lyxrc.example; > I guess an uninitialized variable >
As I told you this is probably not an initialized variable, but the autodetection code. Did you try to run with -dbg init and see the debug output? > - Menu items "Layout => XXX Style" are not updated for mathed (but the menu items > can be used in math mode!) This one has been fixed for some time, I believe > - In the "external material" dialog, "apply" is not activated if you enter the file >name by hand Fixed by herbert > - Warnings and messages (2002/01/18) I fixed many of these. > math_gridinset.C:50: warning: #warning fix this once the interface to LyXLength has >improved > math_kerninset.C:43: warning: #warning fix this once the interface to LyXLength has >improved Andre', there is now a LyXLength::inPixels which may or may not do what you want. JMarc