Re: Bad Math Display Regression in 2.3.x

2017-10-14 Thread Scott Kostyshak
On Sat, Oct 14, 2017 at 07:06:06AM +, Jean-Marc Lasgouttes wrote: > Le 14 octobre 2017 04:39:49 GMT+02:00, Scott Kostyshak a > écrit : > >Are you proposing this patch for 2.3.x? I remember that I could not > >reproduce the issue on 2.3.x, but I think that others could, right? > > > No, this

Colour schemes

2017-10-14 Thread Andrew Parsloe
Recent eye trouble made it difficult to read black text on a white-ish screen and I found myself exploring colour schemes with dark backgrounds. There are some examples on the LyX wiki at /Tips/ColorSchemes. White text against a blue background has proved helpful. But there is no built-in way

Re: compilation of LyX 2.3 fails with Python 3.6.2

2017-10-14 Thread Kornel Benko
Am Samstag, 14. Oktober 2017 um 21:09:05, schrieb Kornel Benko > Am Samstag, 14. Oktober 2017 um 20:38:04, schrieb Uwe Stöhr > > > Is there some reason we can't use Python 3.5? You bundle this with the > > > application, right? > > > > I tried now the latest Python 3.5 and today's 2.3 branch and

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Pavel Sanda
Enrico Forestieri wrote: > This is with gcc 6.4.0. Maybe other versions don't have the issue. If you disable compiler optimization is the bug still there? P

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Richard Heck
On 10/14/2017 01:51 PM, Enrico Forestieri wrote: > On Sat, Oct 14, 2017 at 07:30:29PM +0200, Jürgen Spitzmüller wrote: >> Am Samstag, den 14.10.2017, 19:15 +0200 schrieb Enrico Forestieri: >>> On Sat, Oct 14, 2017 at 06:51:31PM +0200, Jürgen Spitzmüller wrote: What happens if you do

Re: compilation of LyX 2.3 fails with Python 3.6.2

2017-10-14 Thread Kornel Benko
Am Samstag, 14. Oktober 2017 um 20:38:04, schrieb Uwe Stöhr > > Is there some reason we can't use Python 3.5? You bundle this with the > > application, right? > > I tried now the latest Python 3.5 and today's 2.3 branch and get this error: > > Generating Additional.lyx >Traceback (most recen

Re: compilation of LyX 2.3 fails with Python 3.6.2

2017-10-14 Thread Uwe Stöhr
Is there some reason we can't use Python 3.5? You bundle this with the application, right? I tried now the latest Python 3.5 and today's 2.3 branch and get this error: Generating Additional.lyx Traceback (most recent call last): File "D:/LyXGit/2.3.x/development/cmake/doc/ReplaceValues.py

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Sat, Oct 14, 2017 at 07:30:29PM +0200, Jürgen Spitzmüller wrote: > Am Samstag, den 14.10.2017, 19:15 +0200 schrieb Enrico Forestieri: > > On Sat, Oct 14, 2017 at 06:51:31PM +0200, Jürgen Spitzmüller wrote: > > > > > > What happens if you do > > > > > > LYXERR0("test 1: " << sub.str(5)); > > >

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Jürgen Spitzmüller
Am Samstag, den 14.10.2017, 19:15 +0200 schrieb Enrico Forestieri: > On Sat, Oct 14, 2017 at 06:51:31PM +0200, Jürgen Spitzmüller wrote: > > > > What happens if you do > > > > LYXERR0("test 1: " << sub.str(5)); > > string const test = sub.str(5); > > LYXERR0("test 2: " << test); > > The result i

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Sat, Oct 14, 2017 at 06:51:31PM +0200, Jürgen Spitzmüller wrote: > > What happens if you do > > LYXERR0("test 1: " << sub.str(5)); > string const test = sub.str(5); > LYXERR0("test 2: " << test); The result is: BiblioInfo.cpp (252): test 1: %surname% BiblioInfo.cpp (254): test 2: %surname%

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Jürgen Spitzmüller
Am Samstag, den 14.10.2017, 18:14 +0200 schrieb Enrico Forestieri: > On Sat, Oct 14, 2017 at 05:06:14PM +0200, Jürgen Spitzmüller wrote: > > > > I'd be interested in the output of the attached debug code. > > Here you go (actually, I get this twice): > > BiblioInfo.cpp (253): match 0: %prename%

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Sat, Oct 14, 2017 at 05:06:14PM +0200, Jürgen Spitzmüller wrote: > > I'd be interested in the output of the attached debug code. Here you go (actually, I get this twice): BiblioInfo.cpp (253): match 0: %prename% {%prefix%[[%prefix% ]]}%surname% BiblioInfo.cpp (253): match 1: %prename% BiblioI

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Jürgen Spitzmüller
Am Samstag, den 14.10.2017, 16:09 +0200 schrieb Enrico Forestieri: > I think something fishy is occurring here. When removing the debug > patch > it doesn't work anymore, with or without the static declaration. > I am really confused. I'd be interested in the output of the attached debug code. An

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Sat, Oct 14, 2017 at 02:25:45PM +0200, Jürgen Spitzmüller wrote: > Am Samstag, den 14.10.2017, 13:46 +0200 schrieb Enrico Forestieri: > > On Sat, Oct 14, 2017 at 12:56:11PM +0200, Jürgen Spitzmüller wrote: > > > Am Samstag, den 14.10.2017, 12:26 +0200 schrieb Enrico Forestieri: > > > > However,

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Jürgen Spitzmüller
Am Samstag, den 14.10.2017, 13:46 +0200 schrieb Enrico Forestieri: > On Sat, Oct 14, 2017 at 12:56:11PM +0200, Jürgen Spitzmüller wrote: > > Am Samstag, den 14.10.2017, 12:26 +0200 schrieb Enrico Forestieri: > > > However, after removing the static declaration for the regexes in > > > constructName

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Sat, Oct 14, 2017 at 12:56:11PM +0200, Jürgen Spitzmüller wrote: > Am Samstag, den 14.10.2017, 12:26 +0200 schrieb Enrico Forestieri: > > However, after removing the static declaration for the regexes in > > constructName() [...] everything is fine. I don't know why the static > > declaration ca

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Jürgen Spitzmüller
Am Samstag, den 14.10.2017, 12:26 +0200 schrieb Enrico Forestieri: > However, after removing the static declaration for the regexes in > constructName() [...] everything is fine. I don't know why the static > declaration causes the failure. Hm. What happens if you use "static lyx::regex" instead o

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Sat, Oct 14, 2017 at 08:17:24AM +0200, Jürgen Spitzmüller wrote: > Am Freitag, den 13.10.2017, 22:59 -0400 schrieb Richard Heck: > > You might also try putting some debugging code into > > BibTeXInfo::expandFormat. Try putting: > > LYXERR0(fmt); LYXERR0(ret); > > at the beginning of the whil

Re: Update on the 2.3.0rc1 situation

2017-10-14 Thread Enrico Forestieri
On Fri, Oct 13, 2017 at 10:40:20PM -0400, Scott Kostyshak wrote: > On Fri, Oct 13, 2017 at 10:06:48PM +, Enrico Forestieri wrote: > > > I tried to debug this, but when using the debugger the replacements > > are always correct. So, I think that this is some kind of threading > > issue and the

Re: Bad Math Display Regression in 2.3.x

2017-10-14 Thread Jean-Marc Lasgouttes
Le 14 octobre 2017 04:39:49 GMT+02:00, Scott Kostyshak a écrit : >Are you proposing this patch for 2.3.x? I remember that I could not >reproduce the issue on 2.3.x, but I think that others could, right? No, this is only related to the new painting scheme in the properpaint branch. Basically wh