Re: Bookmark test on MacOSX

2010-10-22 Thread BH
On Fri, Oct 22, 2010 at 4:58 PM, Vincent van Ravesteijn wrote: > On Fri, Oct 22, 2010 at 10:34 PM, Vincent van Ravesteijn wrote: >>> 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.

Re: Bookmark test on MacOSX

2010-10-22 Thread BH
On Fri, Oct 22, 2010 at 4:08 PM, Vincent van Ravesteijn wrote: > Yet another question. > > If you normally would reconfigure LyX, you get a message like "Running > configure..." in the status bar. Then you know you have to wait. > > What do you expect on Mac if you don't have any window open ? Now

Re: Bookmark test on MacOSX

2010-10-22 Thread Peter Kümmel
A. Am Freitag, den 22.10.2010, 22:34 +0200 schrieb Vincent van Ravesteijn: > > 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. > > > > BH > > > > I think the culprit mig

Re: Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
On Fri, Oct 22, 2010 at 10:34 PM, Vincent van Ravesteijn wrote: >> 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. >> >> BH >> I fixed a number of problems that might occur without a

Re: Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
> 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. > > BH > I think the culprit might be in this code: void GuiApplication::processKeySym(KeySymbol const & keysym, KeyModifier state) {

Fwd: Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
Yet another question. If you normally would reconfigure LyX, you get a message like "Running configure..." in the status bar. Then you know you have to wait. What do you expect on Mac if you don't have any window open ? Now, there is no way of telling that configure is running, right ? Do you ex

Re: Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
Yet another question. If you normally would reconfigure LyX, you get a message like "Running configure..." in the status bar. Then you know you have to wait. What do you expect on Mac if you don't have any window open ? Now, there is no way of telling that configure is running, right ? Do you ex

Re: Bookmark test on MacOSX

2010-10-22 Thread BH
On Fri, Oct 22, 2010 at 3:25 PM, Vincent van Ravesteijn wrote: >> 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. No. It's just the OS's warning beep that

Re: Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
> 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

Re: Bookmark test on MacOSX

2010-10-22 Thread BH
On Fri, Oct 22, 2010 at 2:57 PM, Vincent van Ravesteijn wrote: >> Nope -- it works fine for me with near current svn (built yesterday). >> >> BH >> > > Thanks. > > But it is strange as I see this code: > > "void GuiApplication::gotoBookmark(unsigned int idx, bool openFile, >   bool switchToBuffer)

Re: Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
> Nope -- it works fine for me with near current svn (built yesterday). > > BH > Thanks. But it is strange as I see this code: "void GuiApplication::gotoBookmark(unsigned int idx, bool openFile, bool switchToBuffer) { LASSERT(current_view_); } I don't understand this. On a Mac you ca

Re: Bookmark test on MacOSX

2010-10-22 Thread BH
On Fri, Oct 22, 2010 at 2:33 PM, Vincent van Ravesteijn wrote: > Hi, > > Can someone on a Mac test the following ? > > - open LyX > - open a document > - save a bookmark > - close the document and make sure you don't have any views left > - try to navigate to the bookmark > > Does LyX now assert ?

Bookmark test on MacOSX

2010-10-22 Thread Vincent van Ravesteijn
Hi, Can someone on a Mac test the following ? - open LyX - open a document - save a bookmark - close the document and make sure you don't have any views left - try to navigate to the bookmark Does LyX now assert ? Thanks, Vincent