Re: 2.3.0alpha1-1: file save

2017-05-12 Thread Guillaume MM
Le 11/05/2017 à 07:46, Stephan Witt a écrit : On the first save LyX asks for a file name because it’s a new file. This in fact is a Save-As operation. The save succeeds normal. After that every change+save is accompanied by the message popup. NB: I’m accepting the file name proposal - so it’s th

Re: updatelayouts.py broken?

2017-05-12 Thread Guillaume MM
Le 12/05/2017 à 16:55, José Abílio Matos a écrit : On Monday, 24 April 2017 06.46.21 WEST Scott Kostyshak wrote: I use development/tools/updatelayouts.py to easily update the format of our layout files. The script no longer works for me. I wonder if the script needs to be updated after 77511

Re: 2.3.0alpha1-1: file save

2017-05-12 Thread Guillaume MM
Le 11/05/2017 à 09:59, Stephan Witt a écrit : The delay is defined in Buffer::Impl::blockFileMonitor (Buffer.cpp:388) currently at 10ms. Can you try to increase this value and see if that helps? It will likely help, but this is not a nice solution. I tried it with a delay of 100ms. The effect

Re: Fwd: 2.3.0alpha1-1

2017-05-12 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 19:12:18, schrieb José Abílio Matos > On Friday, 12 May 2017 18.16.28 WEST Kornel Benko wrote: > > Have you tried math-preview with standard output format PDF(lualatex)? > > I know, this has nothing to do with python2 vs. python3, but since you are > > looking into the

Re: Fwd: 2.3.0alpha1-1

2017-05-12 Thread José Abílio Matos
On Friday, 12 May 2017 18.16.28 WEST Kornel Benko wrote: > Have you tried math-preview with standard output format PDF(lualatex)? > I know, this has nothing to do with python2 vs. python3, but since you are > looking into the relevant files, it may interest you. > > Kornel I tried and I h

Re: Fwd: 2.3.0alpha1-1

2017-05-12 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 17:34:24, schrieb José Abílio Matos > With the several patches committed this week I am able to open all the > documents in the LyX's documentation with no crash in the lyxpreview scripts > when running python 3. > > I suspect that there could be other places needin

Re: Fwd: Re: [LyX/master] Never, never use a string for something that has 3 values

2017-05-12 Thread Guenter Milde
On 2017-05-12, Jean-Marc Lasgouttes wrote: > Le 12/05/2017 à 15:45, Guenter Milde a écrit : >> Note that "math_number" is also misleading: the variable determines the >> *placement* of the equation number (left/default/right). >> Especially in connection with "math", the term "number" implies somet

Re: Fwd: 2.3.0alpha1-1

2017-05-12 Thread José Abílio Matos
With the several patches committed this week I am able to open all the documents in the LyX's documentation with no crash in the lyxpreview scripts when running python 3. I suspect that there could be other places needing to be fixed but for now it is working. Regards, -- José Abílio

Re: updatelayouts.py broken?

2017-05-12 Thread José Abílio Matos
On Monday, 24 April 2017 06.46.21 WEST Scott Kostyshak wrote: > I use > > development/tools/updatelayouts.py > > to easily update the format of our layout files. The script no longer > works for me. I wonder if the script needs to be updated after 77511ea1 > (I think the call to layout2layout i

Re: How to require "textquotedbl" in Paragraph::Private::latexSpecialChar

2017-05-12 Thread Jean-Marc Lasgouttes
Le 11/05/2017 à 18:35, Guenter Milde a écrit : Dear LyX developers, in order to fix #10584, I need to call the function features.require("textquotedbl") (to insert a some fallback definition in the preamble) in Paragraph::Private::latexSpecialChar. You should probably do that in the loop a

Re: Migration of preferences

2017-05-12 Thread Jean-Marc Lasgouttes
Le 10/05/2017 à 07:11, Stephan Witt a écrit : On Mac the preferences are in a separate directory for every major release too. 2014 I added the feature to create a copy of previous major releases automatically if they’re present as first step of the configure process. Not all developers were fr

Re: Fwd: Re: [LyX/master] Never, never use a string for something that has 3 values

2017-05-12 Thread Jean-Marc Lasgouttes
Le 12/05/2017 à 15:45, Guenter Milde a écrit : Note that "math_number" is also misleading: the variable determines the *placement* of the equation number (left/default/right). Especially in connection with "math", the term "number" implies something quite different from a layout setting. Indeed

Re: Fwd: Re: [LyX/master] Never, never use a string for something that has 3 values

2017-05-12 Thread Guenter Milde
Dear Jean-Marc and Uwe, dear LyX developers, On 2017-05-12, Jean-Marc Lasgouttes wrote: ... >> This commit replaces the string math_number_before by a proper >> math_number enum. >> Note that the _before naming was misleading. It was chosen at a time >> when we were not sure w

Re: tex2lyx tests failing on recent master

2017-05-12 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 13:26:13, schrieb Guenter Milde > On 2017-05-12, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: --] > > > The tex2lyx tests have been failing on recent master. > > There was a bug in fa0f142e that was fixed in the follow up commit ff6369d3, > maybe thi

Re: tex2lyx tests failing on recent master

2017-05-12 Thread Guenter Milde
On 2017-05-12, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: --] > The tex2lyx tests have been failing on recent master. There was a bug in fa0f142e that was fixed in the follow up commit ff6369d3, maybe this led to the tex2lyx fails... Tests pass here with a LyX compilated with the

Re: [LyX/master] GuiDocument: support also the class option reqno

2017-05-12 Thread Scott Kostyshak
On Fri, May 12, 2017 at 01:06:14AM +0200, Uwe Stöhr wrote: > commit 19cc4a1fcbd0786406b0207dbff43badb93d32ba > Author: Uwe Stöhr > Date: Fri May 12 01:06:05 2017 +0200 > > GuiDocument: support also the class option reqno > > as discussed our support for the formula numbering side s

Fwd: Re: [LyX/master] Never, never use a string for something that has 3 values

2017-05-12 Thread Jean-Marc Lasgouttes
Wrong list, and forgot to take in account that Uwe does not read us. JMarc Message transféré Sujet : Re: [LyX/master] Never, never use a string for something that has 3 values Date : Fri, 12 May 2017 13:24:04 +0200 De : Jean-Marc Lasgouttes Pour : lyx-...@lists.lyx.org Le

tex2lyx tests failing on recent master

2017-05-12 Thread Scott Kostyshak
The tex2lyx tests have been failing on recent master. Scott signature.asc Description: PGP signature

Re: Migration of preferences

2017-05-12 Thread José Abílio Matos
On Thursday, 11 May 2017 14.26.37 WEST Jürgen Spitzmüller wrote: > 2017-05-11 12:51 GMT+02:00 José Abílio Matos : > > I will look into this problem if we have a bug report for it and a simple > > example file. > > http://www.lyx.org/trac/ticket/10660 > > Jürgen > > > -- > > José Abílio Thank yo