On Tuesday, 28 March 2017 15.07.17 WEST Jean-Marc Lasgouttes wrote: > It looks like something that can be handled by a bisect, either a real > one or a hand-made one where a dichotomy is done on the intermediate > commits.
Nah... I prefer to follow Ken Thompson's advice: "When in doubt, use brute force." Just in case I remember this quote from Brian W. Kernighan and P. J. Plauger in "The Elements of Programming Style". :-) FWIW the culprit seems to be normalize_font_whitespace in lyx_1_5.py, that is used for formats 259 and 274. > Looks good! I agree. :-) I have noticed that python 3 fails to correctly detect the version used to produce the original document. In any case this information is redundant since it correctly gets the file format and so the conversion works as expected. My purpose is to get all the different behaviours between the two versions to get any possible error. Just like your work with coverity reports. :-) > JMarc Regards, -- José Abílio