Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | I'm awaiting Lars' signal. > > I want us to be very careful about this. Sure make sure that this > patch fixes a problem, get it tested. But make sure (or try to) that > there are no regressions. Test things that are supposed to work so > that nothing is different. M

Re: Help needed from Italy

2005-03-13 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Hi folks. | I'm the italian translator. | I would like to know if Jean Marc Lasgouttes is still in businnes because | og he doesn't answer to my letters. | Any suggestions? J-M is usually pretty quick at answering questions. Ask your questions on this list or directly

Re: Compile time results for lyx-1.3.5

2005-03-13 Thread Lars Gullik Bjønnes
"Jose' Matos" <[EMAIL PROTECTED]> writes: | On Friday 11 March 2005 16:21, Jose' Matos wrote: >> Following tradition I send the compile times of the qt frontend: >> >> $ ./configure --with-frontend=qt ... >> ... >> $ time make -j4 >> ... >> real3m17.863s >> user9m41.812s >> sys 1m34.01

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Martin Vermeer wrote: >> Both your patches work fine together... colour too. For my part >> you can commit them. > | I'm awaiting Lars' signal. I want us to be very careful about this. Sure make sure that this patch fixes a problem, get it tested

Help needed from Italy

2005-03-13 Thread inverness1
Hi folks. I'm the italian translator. I would like to know if Jean Marc Lasgouttes is still in businnes because og he doesn't answer to my letters. Any suggestions? best regards Costantino

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Both your patches work fine together... colour too. For my part > you can commit them. I'm awaiting Lars' signal. > They do expose an undergrowth of other bugs though :-) > > e.g. "Assertion triggered in CursorSlice LCursor::anchor() const by failing > check "anchor_.depth

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Martin Vermeer
On Sun, Mar 13, 2005 at 04:30:39PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > With or without my changes? > > > > No,  without... I think they would fix that. > > Fine. Could you please check that? > > > Try also to find how font > > colour changes are made. > > I think t

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Juergen Spitzmueller
Martin Vermeer wrote: > > With or without my changes? > > No,  without... I think they would fix that. Fine. Could you please check that? > Try also to find how font > colour changes are made. I think there's no lfun. They are made via font-free (which is already handled by my patch). Jürgen

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Martin Vermeer
On Sun, Mar 13, 2005 at 12:08:14PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Checking what's going on: LFUN_BOLD is handled in text3.C, line 1277 > > (and line 1739 too), while LFUN_SET_COLOR is handled in lyxfunc.C line > > 1280. It seems not to be about character attributes a

Re: confirm subscribe to lyx-devel@lists.lyx.org

2005-03-13 Thread Niklaus Giger
Am Sonntag, 13. März 2005 15.44 schrieb [EMAIL PROTECTED]: > Hi! This is the ezmlm program. I'm managing the > lyx-devel@lists.lyx.org mailing list. > > To confirm that you would like > >[EMAIL PROTECTED] > > added to the lyx-devel mailing list, please send > an empty reply to this address: > >

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > Could you prepare a patch? > > Yes. Here it is. Jürgen Index: insettabular.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v retrieving revision 1.455 diff -u -r1.455 insetta

[PATCH] bug 1799

2005-03-13 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=1799 cut of text in a table cell always cuts the whole cell The attached patch fixes this. Martin, this also fixes the ERT generation problem. Furthermore, it brings back middle mouse button pasting in tabular. OK to apply? Jürgen Index: insettabular.C ==

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Checking what's going on: LFUN_BOLD is handled in text3.C, line 1277 > (and line 1739 too), while LFUN_SET_COLOR is handled in lyxfunc.C line > 1280. It seems not to be about character attributes at all but more > about defining a colour name. OK. > About the others (inclu

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Martin Vermeer
On Sun, Mar 13, 2005 at 10:35:52AM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > +        case LFUN_BOLD: > + case LFUN_SET_COLOR: Checking what's going on: LFUN_BOLD is handled in text3.C, line 1277 (and line 1739 too), while LFUN_SET_COLOR is handled in lyxfunc.C line 1280. It

Re: [Patch] Fix for bug 1792 (cursor up stuck in math)

2005-03-13 Thread Juergen Spitzmueller
Martin Vermeer wrote: > I added this too (with small mods). See attached patch. This works and > seems pretty final, so I will later commit this if no-one else objects. > +        case LFUN_EMPH: > +        case LFUN_BOLD: > +        case LFUN_ROMAN: > +        case LFUN_NOUN: > +        case LFUN

Re: Cannot compile lyx-1.4cvs

2005-03-13 Thread Georg Baum
Am Samstag, 12. März 2005 18:33 schrieb Cengiz Gunay: > I haven't been able to compile the HEAD CVS branch for some time now. > > $ automake --version > automake (GNU automake) 1.4-p6 Too old (autogen.sh should have complained). Install a later automake, everything from 1.5 on works. I use the