>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> It is strange to me that newfile1.lyx is there everytime since Bo> ignored files will not be saved. If you start lyx, with Bo> newfile1.lyx ignored, and close lyx with no file open, do you Bo> still see this warning? I start LyX and type something in a new unnamed document. I quit with Ctrl+Q bug1: lyx quits without asking for anything, as far as I know the changes are lost! bug2: lyx complains when I restart it that newfile1.lyx is not found. This data should actually never be written to the session file, since the file does not exist on disk. Obviously bug1 is more important :( Bo> Anyway, all these warnings are harmless and are intended to give Bo> users some idea what goes wrong in the session file. No, we should aim at only outputting important stuff to console, because useless warnings hide real one. You could condition your warnings on Debug::INIT, for example. JMarc
