> Sorry -- I had other windows open. If I close everything else, and > then try navigating to a bookmark, I get an error "beep" and nothing > else happens.
That must be the assert then. >Moreover -- something I hadn't noticed before -- if all > windows are closed, it's not possible to open a new window using the > menus or keybindings. (It is possible to double click on a LyX > document in the Finder -- the file browser -- and have it open in > LyX.) Does this mean that File->Open doesn't work as well ? and File->New Windows ? and File->New ? > Again, in this case, with no windows open, trying to open any new > window from within LyX fails. Once a window has been opened via the > Finder, I can then select invisible buffers, and the window is opened > as you'd expect. This is caused by the fact that BUFFER_SWITCH is implemented in GuiView. > Incidentally, in testing all this, I had LyX crash on me twice. I > don't have time now to get a backtrace, but let me know if you want me > to post one later. > Yes, please. Also please remember any recipe to get a bug, so you can test later whether all things works then. For now I see the following bugs: - assert when navigate to bookmark, - you can't switch to invisible buffers, - you can't open a new window by menus, - some crashes. Vincent