Re: [LyX/master] Make Qt5 the default for building

2018-08-29 Thread Pavel Sanda
Richard Kimberly Heck wrote: > On 08/26/2018 09:08 AM, Enrico Forestieri wrote: > > commit a7ea98a30ac0cbf03b2804f6a9af937a6136bb52 > > Author: Enrico Forestieri > > Date: Sun Aug 26 15:02:59 2018 +0200 > > > > Make Qt5 the default for building > > > > Until now, building with Qt5 r

Re: [LyX/master] Make Qt5 the default for building

2018-08-29 Thread Jean-Marc Lasgouttes
Le 29/08/2018 à 13:27, Pavel Sanda a écrit : Anyone have thoughts about whether to do this in stable? Once 2.3.1 is out? I think it would unnecessarily break build scripts for distro maintainers and does not provide some new functionality, just defaults... I'd say the same. JMarc

Re: [LyX/master] Make Qt5 the default for building

2018-08-29 Thread José Abílio Matos
On Wednesday, 29 August 2018 12.27.44 WEST Pavel Sanda wrote: > I think it would unnecessarily break build scripts for distro maintainers > and does not provide some new functionality, just defaults... > Pavel Using my (blue) hat as a distro maintainer we already use qt5 by default for 2.3.x. Ho

Re: rpmlint report for lyx on opensuse

2018-08-29 Thread José Abílio Matos
On Tuesday, 28 August 2018 07.07.19 WEST Cor Blom wrote: > LyX 2.3.1 builds fine on openSUSE. > > Maybe you are interested in warnings and errors that the buildsystem > used by openSUSE report: I also a couple of them from building in Fedora. :-) > [ 1130s] RPMLINT report: > [ 1130s] ==

Re: [LyX/master] Introduce listpreamble argument type

2018-08-29 Thread José Abílio Matos
On Wednesday, 22 August 2018 01.53.29 WEST Richard Kimberly Heck wrote: > This has been a problem since the beginning: We have no way to > back-convert layout information. The most we could do is issue a warning > somehow. > > Riki I have discussed something related with Jürgen today and I think

Re: [LyX/master] Make Qt5 the default for building

2018-08-29 Thread Richard Kimberly Heck
On 08/29/2018 11:45 AM, Jean-Marc Lasgouttes wrote: > Le 29/08/2018 à 13:27, Pavel Sanda a écrit : >>> Anyone have thoughts about whether to do this in stable? Once 2.3.1 >>> is out? >> >> I think it would unnecessarily break build scripts for distro >> maintainers >> and does not provide some new

Re: [LyX/master] Introduce listpreamble argument type

2018-08-29 Thread Richard Kimberly Heck
On 08/29/2018 01:45 PM, José Abílio Matos wrote: > On Wednesday, 22 August 2018 01.53.29 WEST Richard Kimberly Heck wrote: >> This has been a problem since the beginning: We have no way to >> back-convert layout information. The most we could do is issue a warning >> somehow. >> >> Riki > I have di

Re: [LyX/master] Introduce listpreamble argument type

2018-08-29 Thread José Abílio Matos
On Wednesday, 29 August 2018 18.48.55 WEST Richard Kimberly Heck wrote: > The problem is that layout2layout does not convert to older formats, > only to newer ones. > And it's not clear how it would even be possible to do that, except just > to delete newer > layout info. > > Riki My remark was a

Re: rpmlint report for lyx on opensuse

2018-08-29 Thread Kornel Benko
Am Mittwoch, 29. August 2018 17:50:00 CEST schrieb José Abílio Matos : > > > [ 1139s] lyx.x86_64: W: non-executable-script > > /usr/share/lyx/scripts/prefTest.pl.in 644 /usr/bin/env perl > > [ 1139s] This text file contains a shebang or is located in a path dedicated > > for [ 1139s] executables,

Re: [LyX/master] Introduce listpreamble argument type

2018-08-29 Thread Kornel Benko
Am Mittwoch, 29. August 2018 18:56:12 CEST schrieb José Abílio Matos : > On Wednesday, 29 August 2018 18.48.55 WEST Richard Kimberly Heck wrote: > > The problem is that layout2layout does not convert to older formats, > > only to newer ones. > > And it's not clear how it would even be possible to

Re: [LyX/master] Introduce listpreamble argument type

2018-08-29 Thread Richard Kimberly Heck
On 08/29/2018 02:49 PM, Kornel Benko wrote: > Am Mittwoch, 29. August 2018 18:56:12 CEST schrieb José Abílio Matos > : >> On Wednesday, 29 August 2018 18.48.55 WEST Richard Kimberly Heck wrote: >>> The problem is that layout2layout does not convert to older formats, >>> only to newer ones. >>> And

For non-math operators, disable change limits or use \mathop?

2018-08-29 Thread Scott Kostyshak
The \limits command only works for math operators, but we enable MATH_LIMITS whenever there are limits. This leads to an error if the limits are not on a math operator. See the attached error.lyx. We can use \mathop to convert to a math operator, and then there is no error. See no_error.lyx. An al