Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-11 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 00:13:22, schrieb Uwe Stöhr > El 12.05.2017 a las 00:00, Uwe Stöhr escribió: > > >> OK. I suppose, that it may be equivalent to linux. > >> I have to set the environment PATH, so that qmake.exe from my QT is > >> found. > > > I cannot set the PATH

Re: 2.3.0alpha1-1: file save

2017-05-11 Thread Stephan Witt
Am 11.05.2017 um 07:46 schrieb Stephan Witt : > > Am 11.05.2017 um 00:40 schrieb Guillaume MM : >> >> Le 10/05/2017 à 22:57, Stephan Witt a écrit : >>> Am 09.05.2017 um 21:19 schrieb john kennan : Start a new file type

Re: [LyX/master] make python string compliant with python 2 and 3

2017-05-11 Thread José Abílio Matos
On Thursday, 11 May 2017 15.06.42 WEST Jean-Marc Lasgouttes wrote: > I still get: > > File > "/home/local/lasgoutt/lyx/master/lib/scripts/lyxpreview2bitmap.py", line 166 > def_re = > re.compile(rb"(newcommandx|globallongdef)([a-zA-Z]+)") > > ^ > SyntaxError:

Re: Migration of preferences

2017-05-11 Thread Jürgen Spitzmüller
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 >

Re: [LyX/master] make python string compliant with python 2 and 3

2017-05-11 Thread Jean-Marc Lasgouttes
Le 09/05/2017 à 17:57, José Matos a écrit : commit 6495cd135f15c3775613c79b008ad62f6726573e Author: José Matos Date: Tue May 9 16:53:32 2017 +0100 make python string compliant with python 2 and 3 I still get: File

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

2017-05-11 Thread Guenter Milde
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. A similar action is done in InsetQuotes.cpp in void

Re: Fwd: 2.3.0alpha1-1

2017-05-11 Thread José Abílio Matos
On Tuesday, 9 May 2017 12.20.13 WEST Scott Kostyshak wrote: > On Tue, May 09, 2017 at 10:10:12AM +0100, José Abílio Matos wrote: > > In order to test the python3 support I created the fedora packages that > > force the usage of python 3. > > Attached follows the patch that I have used to force the

Re: Fwd: 2.3.0alpha1-1

2017-05-11 Thread Kornel Benko
Am Donnerstag, 11. Mai 2017 um 11:59:28, schrieb José Abílio Matos > On Tuesday, 9 May 2017 12.20.13 WEST Scott Kostyshak wrote: > > On Tue, May 09, 2017 at 10:10:12AM +0100, José Abílio Matos wrote: > > > In order to test the python3 support I created the fedora packages that >

Re: 2.3.0alpha1-1

2017-05-11 Thread Stephan Witt
Am 11.05.2017 um 12:59 schrieb José Abílio Matos : > > On Tuesday, 9 May 2017 12.20.13 WEST Scott Kostyshak wrote: >> On Tue, May 09, 2017 at 10:10:12AM +0100, José Abílio Matos wrote: >>> In order to test the python3 support I created the fedora packages that >>> force the usage

Re: Migration of preferences

2017-05-11 Thread José Abílio Matos
On Tuesday, 9 May 2017 12.08.31 WEST Jürgen Spitzmüller wrote: > We (José and Enrico) fixed a similar problem with encodings in layouts in > lyx2lyx, so I suppose prefs2prefs can be fixed as well. > > Jürgen I agree with your point of view. :-) OTOH the difference between lyx2lyx and

Re: 2.3.0alpha1-1

2017-05-11 Thread José Abílio Matos
On Tuesday, 9 May 2017 17.33.24 WEST Richard Heck wrote: > It feels (and it just is a feeling) as if there's some kind of conflict > that happens when we call > the system python. Maybe because of something in the path? Could that > lead python itself to > look for packages in the wrong place?

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-11 Thread Uwe Stöhr
El 11.05.2017 a las 01:46, Kornel Benko escribió: OK. I suppose, that it may be equivalent to linux. I have to set the environment PATH, so that qmake.exe from my QT is found. I cannot set the PATH because this would require admin privileges. But as I wrote this is not necessary, all I need

Re: #10658: LyX cannot be compiled any longer with CMake to show a console

2017-05-11 Thread Uwe Stöhr
El 12.05.2017 a las 00:00, Uwe Stöhr escribió: OK. I suppose, that it may be equivalent to linux. I have to set the environment PATH, so that qmake.exe from my QT is found. > > I cannot set the PATH because this would require admin privileges. That is correct but I can set the PATH locally