Hi, John, recently you've added to CVS (src/lyx_main.C) the lyxerr-statements below as "Michael's text fixes":
lyxerr << argc << endl; if (want_gui) { lyxerr << "parsinint" << endl; lyx_gui::parse_init(argc, argv); } lyxerr << argc << endl; This produces output when LyX is started: $ lyx 1 parsinint 1 Do we actually need this output, or should the lyxerr statements go? Cheers, Rob.