Stephan Witt wrote:
> > please add more detailed comments from above.
>
> Ok?
yes, thanks. pavel
Am 17.03.2011 um 23:13 schrieb Pavel Sanda:
> Stephan Witt wrote:
>> Am 16.03.2011 um 18:58 schrieb sw...@lyx.org:
>>
>>> Author: switt
>>> Date: Wed Mar 16 18:58:27 2011
>>> New Revision: 37940
>>> URL: http://www.lyx.org/trac/changeset/37940
>>>
>>> Log:
>>> #7357 avoid an endless loop in coun
Il 17/03/2011 12:30, Stephan Witt ha scritto:
Am 17.03.2011 um 10:49 schrieb Tommaso Cucinotta:
struct lyx_stats {
int words;
int chars;
int chars_blank;
int words;
int words_no_skip_output;
You're right, but I think it's 2.1 stuff.
Sure. Also, probably the "skip_output" needs to be a
Stephan Witt wrote:
> Am 16.03.2011 um 18:58 schrieb sw...@lyx.org:
>
> > Author: switt
> > Date: Wed Mar 16 18:58:27 2011
> > New Revision: 37940
> > URL: http://www.lyx.org/trac/changeset/37940
> >
> > Log:
> > #7357 avoid an endless loop in countWords() when the "to" position is
> > inside sk
Am 17.03.2011 um 10:49 schrieb Tommaso Cucinotta:
> Il 17/03/2011 07:57, Stephan Witt ha scritto:
>> Am 16.03.2011 um 18:58 schrieb sw...@lyx.org:
>>
>>> Author: switt
>>> Date: Wed Mar 16 18:58:27 2011
>>> New Revision: 37940
>>> URL: http://www.lyx.org/trac/changeset/37940
>>>
>>> Log:
>>> #73
Il 17/03/2011 07:57, Stephan Witt ha scritto:
Am 16.03.2011 um 18:58 schrieb sw...@lyx.org:
Author: switt
Date: Wed Mar 16 18:58:27 2011
New Revision: 37940
URL: http://www.lyx.org/trac/changeset/37940
Log:
#7357 avoid an endless loop in countWords() when the "to" position is inside
skipped t
Am 16.03.2011 um 18:58 schrieb sw...@lyx.org:
> Author: switt
> Date: Wed Mar 16 18:58:27 2011
> New Revision: 37940
> URL: http://www.lyx.org/trac/changeset/37940
>
> Log:
> #7357 avoid an endless loop in countWords() when the "to" position is inside
> skipped text (e. g. note inset)
Sorry for