Re: Qt assertion when trying to view "Hangul Syllables" in special character insertion

2016-12-01 Thread Scott Kostyshak
On Sat, Nov 19, 2016 at 12:41:13AM +0100, Guillaume Munch wrote: > I cannot reproduce with the provided info (2.3dev & Qt5). A bisect led to b3bed292. The attached patch fixes it for me, although I don't understand my patch. What was the point of subtracting 1 from symbols.size()? Scott diff

Re: Assertion from Insert>Special Character

2016-12-01 Thread Scott Kostyshak
On Wed, Nov 02, 2016 at 09:56:39AM +1300, Andrew Parsloe wrote: > The assertion message references Paragraph.cpp, line 1723. Andrew can you reproduce this on current master? Scott signature.asc Description: PGP signature

Re: [LyX/master] Use \inputencoding auto for examples/aas_sample.lyx

2016-12-01 Thread Scott Kostyshak
On Thu, Dec 01, 2016 at 10:52:25AM +, Guenter Milde wrote: > If we assume that an up-to date TeXLive is a common requirement, we can > also remove the patterns in unreliableTest: We would have to first redefine Sublabel: varying_versions. Currently we say: Test depending on TeX

Re: 3rdparty/libiconv in conflict with libc6?

2016-12-01 Thread Scott Kostyshak
On Thu, Dec 01, 2016 at 11:26:40PM +0100, Kornel Benko wrote: > They all work for me too. The fail reason was parallel test. Retesting the > remaining sequential is OK here. Work for me also. Just going off of memory, I feel like the unicode tests often fail during parallel testing. Scott

Re: New Win installer for LyX 2.2.2 available

2016-12-01 Thread Uwe Stöhr
Am 29.11.2016 um 22:03 schrieb Richard Heck: This is done. Thanks.

Re: Crash in stable

2016-12-01 Thread Richard Heck
On 12/01/2016 06:44 PM, Enrico Forestieri wrote: > On Thu, Dec 01, 2016 at 07:50:19PM +0100, Enrico Forestieri wrote: > >> This only occurs with 2.2.3dev (not with 2.2.2, nor with 2.3.0dev): >> >> 1) Start lyx, make sure the source pane is closed >> 2) File->New >> 3) View->Source Pane >> 4)

Re: Crash in stable

2016-12-01 Thread Enrico Forestieri
On Thu, Dec 01, 2016 at 07:50:19PM +0100, Enrico Forestieri wrote: > This only occurs with 2.2.3dev (not with 2.2.2, nor with 2.3.0dev): > > 1) Start lyx, make sure the source pane is closed > 2) File->New > 3) View->Source Pane > 4) View->Source Pane > 5) File->Close > 6) File->New > 7)

Re: [LyX/master] Fix display and output of math macros with optional arguments

2016-12-01 Thread Enrico Forestieri
On Thu, Dec 01, 2016 at 04:31:44PM -0500, Richard Heck wrote: > > I'm no expert on this part of the code, but this doesn't look too > dangerous. Since 2.2.3 is still a little ways away, is it worth > committing to stable? I think it is not risky and I am attaching the version for stable here.

Re: 3rdparty/libiconv in conflict with libc6?

2016-12-01 Thread Kornel Benko
Am Donnerstag, 1. Dezember 2016 um 21:40:25, schrieb Guenter Milde > Dear Kornel, > > > On 2016-12-01, Kornel Benko wrote: > > > Tests with unicodesymbols gave me many errors in iconv part. Debugging > > shows correct values in calls to open_iconv(), still there are > >

Re: 3rdparty/libiconv in conflict with libc6?

2016-12-01 Thread Guenter Milde
Dear Kornel, On 2016-12-01, Kornel Benko wrote: > Tests with unicodesymbols gave me many errors in iconv part. Debugging > shows correct values in calls to open_iconv(), still there are > exception events. My lyx was created using 3rdparty/libiconv, so I > recompiled without the provided iconv.

Re: [LyX/master] Fix display and output of math macros with optional arguments

2016-12-01 Thread Richard Heck
I'm no expert on this part of the code, but this doesn't look too dangerous. Since 2.2.3 is still a little ways away, is it worth committing to stable? Richard On 12/01/2016 12:03 PM, Enrico Forestieri wrote: > commit e8f480e7c22ae29804ff0c386c54e86c9b72d3ce > Author: Enrico Forestieri

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Guenter Milde
On 2016-12-01, José Abílio Matos wrote: > On Wednesday, November 30, 2016 10:44:21 AM WET Kornel Benko wrote: >> I was/am reluctant. Preferring correction of lyx2lyx. >> But since the expert is Günter, maybe I am wrong. >> Kornel > I agree with Kornel. > The patch should be quite easy,

Re: Crash-Reporting on Mac

2016-12-01 Thread Enrico Forestieri
On Wed, Nov 30, 2016 at 04:48:54PM +0100, Jean-Marc Lasgouttes wrote: > Le 12/11/2016 à 16:55, Stephan Witt a écrit : > > Hi fellows, > > > > I've recently learned LyX has problems with clean crash management on Mac > > OS X. > > > > The first problem is the call stack printing feature. The

Re: Crash in stable

2016-12-01 Thread Kornel Benko
Am Donnerstag, 1. Dezember 2016 um 19:50:19, schrieb Enrico Forestieri > This only occurs with 2.2.3dev (not with 2.2.2, nor with 2.3.0dev): > > 1) Start lyx, make sure the source pane is closed > 2) File->New > 3) View->Source Pane > 4) View->Source Pane > 5) File->Close > 6)

Crash in stable

2016-12-01 Thread Enrico Forestieri
This only occurs with 2.2.3dev (not with 2.2.2, nor with 2.3.0dev): 1) Start lyx, make sure the source pane is closed 2) File->New 3) View->Source Pane 4) View->Source Pane 5) File->Close 6) File->New 7) View->Source Pane Now lyx segfaults: Program received signal SIGSEGV, Segmentation fault.

3rdparty/libiconv in conflict with libc6?

2016-12-01 Thread Kornel Benko
Tests with unicodesymbols gave me many errors in iconv part. Debugging shows correct values in calls to open_iconv(), still there are exception events. My lyx was created using 3rdparty/libiconv, so I recompiled without the provided iconv. This version works, here the results of 'ctest -j12 -R

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Enrico Forestieri
On Thu, Dec 01, 2016 at 05:20:33PM +0100, Kornel Benko wrote: > > Please commit. Looks good. Done at e8f480e7. Thanks for testing. -- Enrico

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Kornel Benko
Am Donnerstag, 1. Dezember 2016 um 12:58:34, schrieb Kornel Benko > Am Donnerstag, 1. Dezember 2016 um 12:03:02, schrieb Enrico Forestieri > > > On Thu, Dec 01, 2016 at 11:47:19AM +0100, Kornel Benko wrote: > > > Am Donnerstag, 1. Dezember 2016 um 01:01:44,

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread José Abílio Matos
On Wednesday, November 30, 2016 10:44:21 AM WET Kornel Benko wrote: > I was/am reluctant. Preferring correction of lyx2lyx. > But since the expert is Günter, maybe I am wrong. > > Kornel I agree with Kornel. The patch should be quite easy, since as far as I understand the purpose is to

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Kornel Benko
Am Donnerstag, 1. Dezember 2016 um 12:03:02, schrieb Enrico Forestieri > On Thu, Dec 01, 2016 at 11:47:19AM +0100, Kornel Benko wrote: > > Am Donnerstag, 1. Dezember 2016 um 01:01:44, schrieb Enrico Forestieri > > > > > > > > Or we can add the braces on output,

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Guenter Milde
On 2016-12-01, Kornel Benko wrote: > Am Mittwoch, 30. November 2016 um 19:24:48, schrieb Guenter Milde > >> ... >> >> > Do you suggest that we at least manually remove the unknown tag >> >> > from the file? >> >> Already done. >> > I was/am reluctant. Preferring

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Kornel Benko
Am Mittwoch, 30. November 2016 um 19:24:48, schrieb Guenter Milde > On 2016-11-30, Kornel Benko wrote: > > Am Mittwoch, 30. November 2016 um 06:38:23, schrieb Guenter Milde > > > >> On 2016-11-30, Scott Kostyshak wrote: > >> > On Wed, Nov 30, 2016 at

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Enrico Forestieri
On Thu, Dec 01, 2016 at 11:47:19AM +0100, Kornel Benko wrote: > Am Donnerstag, 1. Dezember 2016 um 01:01:44, schrieb Enrico Forestieri > > > > > Or we can add the braces on output, as done in the attached patch (also > > including the previous one). The braces will be added

Re: [LyX/master] Use \inputencoding auto for examples/aas_sample.lyx

2016-12-01 Thread Guenter Milde
On 2016-11-30, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > On Mon, Jan 18, 2016 at 10:25:50AM +0100, Günter Milde wrote: >> commit 26a3f4638827e36fa7698422514d284ad5fee6fc >> Author: Günter Milde >> Date: Tue Jan 12 22:18:08 2016 +0100 >>

Re: mathmacros/testcases_speed.lyx: Handling unknown body token

2016-12-01 Thread Kornel Benko
Am Donnerstag, 1. Dezember 2016 um 01:01:44, schrieb Enrico Forestieri > On Thu, Dec 01, 2016 at 12:35:49AM +0100, Enrico Forestieri wrote: > > On Wed, Nov 30, 2016 at 05:23:59PM +0100, Enrico Forestieri wrote: > > > On Wed, Nov 30, 2016 at 10:40:09AM -0500, Scott Kostyshak