Re: Finishing up the LTR bias removal

2007-11-04 Thread Martin Vermeer
On Sun, Nov 04, 2007 at 11:00:54PM +0200, Dov Feldstern wrote: > Dov Feldstern wrote: > >Martin Vermeer wrote: > >>On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: > >>>Hi! > >>> > >>>Attached find the final patch (at least for now) which gets rid of > >>>LTR bias in the code. I will

Re: Finishing up the LTR bias removal

2007-11-04 Thread Dov Feldstern
Dov Feldstern wrote: Martin Vermeer wrote: On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: Hi! Attached find the final patch (at least for now) which gets rid of LTR bias in the code. I will commit in the next few days if there are no objections. Attached is a newer versio

Re: Finishing up the LTR bias removal

2007-11-04 Thread Dov Feldstern
Martin Vermeer wrote: On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: Hi! Attached find the final patch (at least for now) which gets rid of LTR bias in the code. I will commit in the next few days if there are no objections. The only non-trivial change (i.e., more than just

Re: Finishing up the LTR bias removal

2007-11-04 Thread Dov Feldstern
Martin Vermeer wrote: On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: -bool Cursor::popLeft() +bool Cursor::popBackward() { BOOST_ASSERT(!empty()); - //lyxerr << "Leaving inset to the left" << endl; + //lyxerr << "Leaving inset from in back" << endl; This fe

Re: Finishing up the LTR bias removal

2007-11-04 Thread Andre Poenitz
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: > Hi! > > Attached find the final patch (at least for now) which gets rid of LTR bias > in the code. I will commit in the next few days if there are no objections. > > The only non-trivial change (i.e., more than just changing function

Re: Finishing up the LTR bias removal

2007-11-03 Thread Martin Vermeer
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: > Hi! > > Attached find the final patch (at least for now) which gets rid of LTR > bias in the code. I will commit in the next few days if there are no > objections. > > The only non-trivial change (i.e., more than just changing fun

Re: Finishing up the LTR bias removal

2007-11-03 Thread Martin Vermeer
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: > Hi! > > Attached find the final patch (at least for now) which gets rid of LTR > bias in the code. I will commit in the next few days if there are no > objections. > > The only non-trivial change (i.e., more than just changing fun

Finishing up the LTR bias removal

2007-11-03 Thread Dov Feldstern
Hi! Attached find the final patch (at least for now) which gets rid of LTR bias in the code. I will commit in the next few days if there are no objections. The only non-trivial change (i.e., more than just changing function names) is that I merged idxLeft into idxPrev, and idxRight into idxN