Hi, It seems not to be an endless loop, but to simply take a *very* long time. I'll look at what keeping it busy, and submit a patch.
Thanks, Guy On Thu, 1 Nov 2018 at 16:48, Kornel Benko <kor...@lyx.org> wrote: > Am Dienstag, 30. Oktober 2018 12:34:47 CET schrieb Juergen Spitzmueller < > sp...@lyx.org>: > > commit 0ec295d63ef1ae59ab016214d4934585d351ccc4 > > Author: Juergen Spitzmueller <sp...@lyx.org> > > Date: Tue Oct 30 12:33:35 2018 +0100 > > > > Fix parentheses with Hebrew > > > > Patch by Guy Rutenberg, with some changes of mine. > > > > Fixes: #11191 > > --- > > development/FORMAT | 6 ++++ > > lib/lyx2lyx/lyx2lyx_tools.py | 17 +++++++++++- > > lib/lyx2lyx/lyx_2_4.py | 20 +++++++++++++- > > src/Paragraph.cpp | 61 > ++++++++++++++++++++---------------------- > > src/TextMetrics.cpp | 11 +------- > > src/version.h | 4 +- > > 6 files changed, 73 insertions(+), 46 deletions(-) > > Not able to read doc/de/Additional.lyx after this commit. > Endless loop in lyx2lyx. > > Kornel