Re: lyxlex problem

2007-03-24 Thread Abdelrazak Younes
José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any objection to this patch? No. Abdel.

Re: lyxlex problem

2007-03-18 Thread Bernhard Roider
Edwin Leuven wrote: Edwin Leuven wrote: José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any

Re: lyxlex problem

2007-03-18 Thread Edwin Leuven
Edwin Leuven wrote: José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any objection to this pa

Re: lyxlex problem

2007-03-18 Thread Edwin Leuven
José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any objection to this patch? As far as I rem

Re: lyxlex problem

2007-03-18 Thread José Matos
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: > > > > The patch sent by Bernhard some days ago is supposed to fix this. It > > would be nice if you could give it a try. > > fixes the bug > > perhaps it is time to commit the patch? Is there any objection to this patch? As far as I remembe

Re: lyxlex problem

2007-03-18 Thread Edwin Leuven
Georg Baum wrote: Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven: i am looking at http://bugzilla.lyx.org/show_bug.cgi?id=3293 and found that commenting out the 'if' on line 260 in insetvspace.C: - if (lex.isOK()) + //if (lex.isOK()) vspace = VSpace(vsp); so

Re: lyxlex problem

2007-03-18 Thread Georg Baum
Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven: > i am looking at > > http://bugzilla.lyx.org/show_bug.cgi?id=3293 > > and found that commenting out the 'if' on line 260 in insetvspace.C: > > - if (lex.isOK()) > + //if (lex.isOK()) > vspace = VSpace(vsp); > > solves

lyxlex problem

2007-03-18 Thread Edwin Leuven
i am looking at http://bugzilla.lyx.org/show_bug.cgi?id=3293 and found that commenting out the 'if' on line 260 in insetvspace.C: - if (lex.isOK()) + //if (lex.isOK()) vspace = VSpace(vsp); solves the bug since lex.isOK() seems to return false even when things are