Re: crash

2004-04-10 Thread Juergen Spitzmueller
Andre Poenitz wrote: > Missing check for bv_->buffer() ins workAreaDispatch. Ah ja. Like this? (fixes the crash). Jürgen. Index: src/BufferView_pimpl.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v retrievin

Re: Command buffer

2004-04-10 Thread Juergen Spitzmueller
Andre Poenitz wrote: > > agreed. In the meantime, you can turn the minibuffer on via the context > > menu (rmb when the mouse is over the toolbars). Just in case you didn't > > notice this feature (I did by chance). > > Is this a permanent change? What? The removal of the minibuffer? I guess so.

Re: CVS lyx is painfully slow

2004-04-10 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 10:33:06AM -0700, Kayvan A. Sylvan wrote: > Editing documents right now is an exercise in herculean patience. What size of document is that? Andre'

Re: CVS lyx is painfully slow

2004-04-10 Thread Kayvan A. Sylvan
On Fri, Apr 09, 2004 at 10:03:56PM +0200, Andre Poenitz wrote: > On Fri, Apr 09, 2004 at 10:33:06AM -0700, Kayvan A. Sylvan wrote: > > Editing documents right now is an exercise in herculean patience. > > What size of document is that? > > Andre' About 173K. ---Kayvan -

Re: Command buffer

2004-04-10 Thread John Levon
On Fri, Apr 09, 2004 at 05:58:57PM +0200, Andre Poenitz wrote: > Is this a permanent change? Yes. I would like some things on top though (and have done for a long time). First, the M-x thing Angus mentioned. Second a View->Toolbars submenu. regards john

Re: 13x compared to 14x

2004-04-10 Thread John Levon
On Fri, Apr 09, 2004 at 05:58:21PM +0200, Andre Poenitz wrote: > I do, at least in the numerator of a fraction on the first line... That's a different problem i.e. it was working before somebody messed up all the new cursor painting stuff... regards john

Re: another crash

2004-04-10 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > - create a new document > - insert a collapsable (e.g. ert) > - move the cursor before the inset > - press backspace I think I see what's going on. The crash only happens if you hit backspace when the cursor is in front of an *opened* collapsable (a closed collapsabl

Re: Command buffer

2004-04-10 Thread Juergen Spitzmueller
John Levon wrote: > Yes. I would like some things on top though (and have done for a long > time). First, the M-x thing Angus mentioned. Second a View->Toolbars > submenu. Welcome back :-) Jürgen.

update

2004-04-10 Thread Andre Poenitz
It still looks as if update() has a tendency to get expensive if certain nice-to-have or necessary features are triggered from there. A good part of the complications come from top_y() which needs to be more or less up-to-date as it is used in: 1 LyXText::checkInsetHit(int x, int y)

Re: crash

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 10:02:15AM +0200, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > Missing check for bv_->buffer() ins workAreaDispatch. > > Ah ja. Like this? (fixes the crash). Better simply return 'false' from the function early in the process if buffer() returns zero. Andre'

Re: Command buffer

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 09:47:00AM +0200, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > > agreed. In the meantime, you can turn the minibuffer on via the context > > > menu (rmb when the mouse is over the toolbars). Just in case you didn't > > > notice this feature (I did by chance). > > >

Re: another crash

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 05:17:08PM +0200, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: > > - create a new document > > - insert a collapsable (e.g. ert) > > - move the cursor before the inset > > - press backspace > > I think I see what's going on. The crash only happens if you hit ba

Re: Command buffer

2004-04-10 Thread Andre Poenitz
On Sat, Apr 10, 2004 at 04:08:10PM +0100, John Levon wrote: > On Fri, Apr 09, 2004 at 05:58:57PM +0200, Andre Poenitz wrote: > > > Is this a permanent change? > > Yes. I would like some things on top though (and have done for a long > time). First, the M-x thing Angus mentioned. Second a View->To