Re: r37940 - lyx-devel/trunk/src

2011-03-18 Thread Pavel Sanda
Stephan Witt wrote: > > please add more detailed comments from above. > > Ok? yes, thanks. pavel

Re: r37940 - lyx-devel/trunk/src

2011-03-18 Thread Stephan Witt
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

Re: r37940 - lyx-devel/trunk/src

2011-03-17 Thread Tommaso Cucinotta
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

Re: r37940 - lyx-devel/trunk/src

2011-03-17 Thread 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 countWords() when the "to" position is > > inside sk

Re: r37940 - lyx-devel/trunk/src

2011-03-17 Thread Stephan Witt
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

Re: r37940 - lyx-devel/trunk/src

2011-03-17 Thread 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: #7357 avoid an endless loop in countWords() when the "to" position is inside skipped t

Re: r37940 - lyx-devel/trunk/src

2011-03-16 Thread Stephan Witt
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