Re: [LyX/master] Amend(1) 689f26d2: Add default path to server pipe (cmake build)

2020-04-19 Thread Kornel Benko
Am Sun, 19 Apr 2020 13:08:17 +0200 schrieb Stephan Witt : > > But we really need some way to give info about the correct pipe > > to the relevant programs IMHO. > > I’m not sure. These pipes are somewhat portable but nevertheless a strategy > of inter-process-communication that is not common. I

Re: [LyX/master] Amend(1) 689f26d2: Add default path to server pipe (cmake build)

2020-04-19 Thread Kornel Benko
Am Sun, 19 Apr 2020 13:52:01 +0200 schrieb Stephan Witt : > > Imagine that you have 2 different version of lyx running. Each one > > previewing > > some different pdf. How can you select the correct pipe? > > The answer is easy: you cannot. > > Did you do that already? > > There is no way to

Re: [LyX/master] Amend(1) 689f26d2: Add default path to server pipe (cmake build)

2020-04-19 Thread Kornel Benko
Am Sun, 19 Apr 2020 14:25:05 +0200 schrieb Stephan Witt : > Am 19.04.2020 um 14:17 schrieb Kornel Benko : > > > > Am Sun, 19 Apr 2020 13:52:01 +0200 > > schrieb Stephan Witt : > > > >>> Imagine that you have 2 different version of lyx running. Each one

Re: [LyX/master] Amend(1) 689f26d2: Add default path to server pipe (cmake build)

2020-04-19 Thread Kornel Benko
Am Sun, 19 Apr 2020 16:02:47 +0200 schrieb Stephan Witt : > >>> On linux this is easy. > >>> Lyx sets the env LYXSOCKET. > >>> Okular calls 'lyxclient -g %f %s'. > >>> lyxclient interprets the env LYXSOCKET and connect to lyx. > > BTW, lyxclient with option -g doesn’t use the pipes we’re talk

Problems compiling Chinese documents

2020-04-20 Thread Kornel Benko
Export test fails on export/doc/zh_CN/Intro_pdf5_systemF and export/doc/zh_CN/Tutorial_pdf5_systemF Checking the created pdf, everything looks OK though. On the contrary, export with pdf2 does not fail, but the pdf output is not correct. (For instance the 'Contents' is not transla

Re: Problems compiling Chinese documents

2020-04-20 Thread Kornel Benko
Am Mon, 20 Apr 2020 10:43:50 +0200 schrieb Kornel Benko : > Export test fails on > export/doc/zh_CN/Intro_pdf5_systemF > and > export/doc/zh_CN/Tutorial_pdf5_systemF > > Checking the created pdf, everything looks OK though. > On the contrary, export with pdf2 d

Re: oiint won't display in LyX

2020-04-25 Thread Kornel Benko
Am Sun, 26 Apr 2020 08:09:25 +1200 schrieb Andrew Parsloe : > > On 26/04/2020 7:25 am, Richard Kimberly Heck wrote: > > On 4/25/20 3:08 PM, Yu Jin wrote: > >> Am Sa., 25. Apr. 2020 um 20:27 Uhr schrieb Marek L. Szwabowicz > >> mailto:m.szwabow...@wm.umg.edu.pl>>: > >> > >> Hi all, > >> > >>

Repository not accessible

2020-04-27 Thread Kornel Benko
I get: $ git fetch ssh: connect to host git.lyx.org port 22: Connection timed out fatal: Konnte nicht vom Remote-Repository lesen. Kornel pgpenRDvJDDOK.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/

Re: Repository not accessible

2020-04-27 Thread Kornel Benko
Am Mon, 27 Apr 2020 11:19:42 +0200 schrieb Pavel Sanda : > On Mon, Apr 27, 2020 at 11:01:18AM +0200, Kornel Benko wrote: > > I get: > > $ git fetch > > ssh: connect to host git.lyx.org port 22: Connection timed out > > fatal: Konnte nicht vom Remote-Repository lesen.

Selecting system fonts depending on some features

2020-05-01 Thread Kornel Benko
In the struggle of gathering the relevant info from the fonts, I came up with a perl script, I would like to commit into lib/scripts. Following features are handled 1.) language: Select list of desired lang codes (lang1,lang2,... (e.g. de,ko)) 2.) name: select list the font name should match (rege

Re: Selecting system fonts depending on some features

2020-05-01 Thread Kornel Benko
Am Fri, 1 May 2020 09:27:55 -0400 schrieb Scott Kostyshak : > On Fri, May 01, 2020 at 03:16:21PM +0200, Jürgen Spitzmüller wrote: > > Am Freitag, den 01.05.2020, 14:59 +0200 schrieb Kornel Benko: > > > In the struggle of gathering the relevant info from the fonts, > >

Re: Selecting system fonts depending on some features

2020-05-01 Thread Kornel Benko
Am Fri, 01 May 2020 15:46:51 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 01.05.2020, 15:38 +0200 schrieb Kornel Benko: > > At a start, it is only for the devels. (that is it should not be > > included in the list of provided files) > > So no GUI support? How is i

Re: Selecting system fonts depending on some features

2020-05-02 Thread Kornel Benko
Am Sat, 02 May 2020 08:43:39 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 01.05.2020, 20:35 -0400 schrieb Scott Kostyshak: > > As for the implementation, I can look into QFontDatabase and see how > > it > > compares to the output from Kornel's script. If it is reliable, I can > > understan

Re: Selecting system fonts depending on some features

2020-05-02 Thread Kornel Benko
Am Sat, 02 May 2020 13:22:39 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, den 02.05.2020, 13:13 +0200 schrieb Jürgen Spitzmüller: > > Am Samstag, den 02.05.2020, 11:47 +0200 schrieb Kornel Benko: > > > Is that an OK to commit? > > > > No objections fr

Re: Additions to documentation toolbar

2020-05-03 Thread Kornel Benko
Am Sun, 3 May 2020 20:37:28 +1200 schrieb Andrew Parsloe : > On 3/05/2020 3:59 pm, Richard Kimberly Heck wrote: > > On 5/1/20 1:22 AM, Andrew Parsloe wrote: > >> Dear LyX developers, > >> > >> I've been documenting a LaTeX program recently and have found the > >> documentation toolbar useful, bu

Re: Trying to get texliveonfly.py working with LyX

2020-05-03 Thread Kornel Benko
Am Sun, 3 May 2020 11:09:17 +0200 schrieb Yu Jin : > texliveonfly is a python script, it can install missing packages > automatically while compiling. > I had to change the script a little bit for it to work from cmd.exe, I > attached it. So if I type the command ( > "C:/texlive/2019/texmf-dist/sc

Re: Regression on master: Help > User Guide gives "Incompatible command name."

2020-05-03 Thread Kornel Benko
Am Sun, 3 May 2020 10:40:46 -0400 schrieb Scott Kostyshak : > Just compiled current master (544770a5) and when I do Help > User Guide > I get an error "Incompatible command name." > > Scott Same here. Kornel pgpapEgRv3RvJ.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mai

Re: Patches to improve compatibility with modern C++ standard

2020-05-04 Thread Kornel Benko
Am Mon, 4 May 2020 06:05:51 +0200 schrieb Thibaut Cuvelier : > Dear list, > > During my work on DocBook (which started at www.lyx.org/trac/ticket/8444), > I switched to Visual C++ 2019 as a compiler. The only way I found to make > it compile large parts of LyX was to switch to recent C++ standard

Re: Patches to improve compatibility with modern C++ standard

2020-05-04 Thread Kornel Benko
Am Mon, 4 May 2020 12:53:42 +0200 schrieb Thibaut Cuvelier : > You can use the equivalent parameter /std: > https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=vs-2019 > > Example: cl /std:c++14. If the standard is not supported, you get the warning >

Re: Patches to improve compatibility with modern C++ standard

2020-05-04 Thread Kornel Benko
needed patch was > integrated nine months ago. > > Thibaut Cuvelier > > > On Mon, 4 May 2020 at 14:30, Kornel Benko wrote: > > > Am Mon, 4 May 2020 12:53:42 +0200 > > schrieb Thibaut Cuvelier : > > > > > You can use the equivalent parameter /std: &

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Kornel Benko
Am Tue, 5 May 2020 08:34:48 +0200 schrieb Yu Jin : > > Eugene, could you please test the patch? > > Hmm, patch does not work for me, I get these errors: Thanks Eugene. Please try the next patch. If it also does not work, we have to decide on the msvc version what to do. Could you also check the

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Kornel Benko
Am Tue, 5 May 2020 09:15:50 +0200 schrieb Kornel Benko : > Am Tue, 5 May 2020 08:34:48 +0200 > schrieb Yu Jin : > > > > Eugene, could you please test the patch? > > > Hmm, patch does not work for me, I get these errors: > > Thanks Eugene. Please try the next

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Kornel Benko
Am Tue, 5 May 2020 12:43:33 +0200 schrieb Jean-Marc Lasgouttes : > Le 05/05/2020 à 12:36, Yu Jin a écrit : > > Still same errors, unary_function was removed in the newer c++ > > standards, and the patch sets language standard to latest (Vorschau – > > Features aus dem aktuellen C++-Arbeitsentwur

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Kornel Benko
Am Tue, 5 May 2020 12:36:03 +0200 schrieb Yu Jin : > Am Di., 5. Mai 2020 um 09:16 Uhr schrieb Kornel Benko : > > > Am Tue, 5 May 2020 09:15:50 +0200 > > schrieb Kornel Benko : > > > Thanks Eugene. Please try the next patch. > > > If it also does not work, w

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Kornel Benko
Am Tue, 5 May 2020 13:39:35 +0200 schrieb Yu Jin : > Am Di., 5. Mai 2020 um 13:10 Uhr schrieb Kornel Benko : > > > Am Tue, 5 May 2020 12:36:03 +0200 > > schrieb Yu Jin : > > > > > Am Di., 5. Mai 2020 um 09:16 Uhr schrieb Kornel Benko : > > >

Re: Patches to improve compatibility with modern C++ standard

2020-05-06 Thread Kornel Benko
Am Tue, 5 May 2020 20:35:30 +0200 schrieb Thibaut Cuvelier : > Well, it has a couple of different versions… > The compiler itself: 19.2x., like 19.25.28614 > The toolchain: 16.x.x, like 16.5.4 > The _MSC_VER macro: 192x, like 1925 (it looks like the one used by CMake for > MSVC_VERSION) The _M

Re: [LyX/master] Tools: recognize math font in listFontWithLang.pl

2020-05-09 Thread Kornel Benko
Am Sat, 09 May 2020 14:15:38 +0200 schrieb Jean-Marc Lasgouttes : > Le 9 mai 2020 12:59:10 GMT+02:00, Kornel Benko a écrit > >diff --git a/development/tools/listFontWithLang.pl > >b/development/tools/listFontWithLang.pl > >index 95524df..9824708 100644 >

Re: Shall we drop resources ?

2020-05-14 Thread Kornel Benko
Am Thu, 14 May 2020 18:22:23 +0200 schrieb Pavel Sanda : > On Thu, May 14, 2020 at 06:16:32PM +0200, Jean-Marc Lasgouttes wrote: > > I see 3 possibilities: > > > > 1/ get rid of resources, since nobody complained that we were too slow up to > > now. > > I tend to agree with 1. +1 > > 2/ do n

Re: Work on Windows installer

2020-05-16 Thread Kornel Benko
Am Sat, 16 May 2020 21:08:44 +0200 schrieb Yu Jin : > Am Sa., 16. Mai 2020 um 08:45 Uhr schrieb Jürgen Spitzmüller >: > > > The list of language supported by LyX is lib/languages. > > > Alright, I have compared the languages in that file with the available > dictionaries in lyxsvn. There are mor

Re: Shall we drop resources ?

2020-05-18 Thread Kornel Benko
Am Mon, 18 May 2020 17:09:36 +0200 schrieb Pavel Sanda : > On Mon, May 18, 2020 at 05:03:04PM +0200, Jürgen Spitzmüller wrote: > > Am Montag, den 18.05.2020, 16:42 +0200 schrieb Pavel Sanda: > > > What is interesting is not time for math but time for new document! > > > > > > Even with cache I

Re: [LyX/master] Add revtex 4.2 files to distribution

2020-05-18 Thread Kornel Benko
Am Mon, 18 May 2020 18:58:29 +0200 (CEST) schrieb Richard Kimberly Heck : > commit c90a8e6885fa5ac0e25e65a47915c49995bfb505 > Author: Richard Kimberly Heck > Date: Mon May 18 13:20:39 2020 -0400 > > Add revtex 4.2 files to distribution > --- > lib/Makefile.am |2 ++ > 1 files changed,

Re: [LyX/master] Fixup d207e85c: paint sublabel with the correct background color

2020-05-25 Thread Kornel Benko
Am Sun, 24 May 2020 15:49:14 -0400 schrieb Scott Kostyshak : > On Mon, Feb 24, 2020 at 10:24:21AM +0100, Jean-Marc Lasgouttes wrote: > > commit 74540c9896892b8f956f52258a59613af83a5cf8 > > Author: Jean-Marc Lasgouttes > > Date: Mon Feb 24 10:37:14 2020 +0100 > > > > Fixup d207e85c: paint s

Re: [LyX/master] Improve metrics of equations. More work remains to be done.

2020-05-25 Thread Kornel Benko
Am Sun, 24 May 2020 21:43:55 -0400 schrieb Scott Kostyshak : > On Mon, Feb 19, 2018 at 06:36:36PM +0100, Jean-Marc Lasgouttes wrote: > > commit 56e012be83fd4fec1e21d750e961ff936cc8c889 > > Author: Jean-Marc Lasgouttes > > Date: Mon Feb 19 18:24:29 2018 +0100 > > > > Improve metrics of equa

Re: [LyX/master] Improve metrics of equations. More work remains to be done.

2020-05-25 Thread Kornel Benko
Am Mon, 25 May 2020 09:39:24 -0400 schrieb Scott Kostyshak : > On Mon, May 25, 2020 at 09:28:31AM +0200, Kornel Benko wrote: > > Am Sun, 24 May 2020 21:43:55 -0400 > > schrieb Scott Kostyshak : > > > > > On Mon, Feb 19, 2018 at 06:36:36PM +0100, Jean-Marc Lasg

Crash using 'math-mutate gather' in search field

2020-05-29 Thread Kornel Benko
Open a new lyx-file select findadv dialog in the search-field enter math use math-mutate gather ===> crash (LASSERT (isValidBuffer())) src/mathed/InsetMathGrid.cpp:1824 JMarc, its your game (commit 44816adce63) Kornel pgpNSVZLm9NOj.pgp Description: Digitale Signatur von OpenPGP -- lyx

Re: [LyX/master] Add three new files from Andrew Parsloe. These do for AMS-type theorem environments what the already existing "by chapter" modules do for non-AMS ones.

2020-05-29 Thread Kornel Benko
Am Fri, 29 May 2020 10:33:23 -0400 schrieb Scott Kostyshak : > On Thu, Nov 17, 2016 at 05:39:54PM +0100, Richard Heck wrote: > > commit 0f5ba65eae1b3e069be0be279904c911fe02907c > > Author: Richard Heck > > Date: Thu Nov 17 10:59:49 2016 -0500 > > > > Add three new files from Andrew Parsloe

Re: Crash using 'math-mutate gather' in search field

2020-06-01 Thread Kornel Benko
Am Fri, 29 May 2020 14:37:41 +0200 schrieb Kornel Benko : > Open a new lyx-file > select findadv dialog > in the search-field enter math > use math-mutate gather ===> crash (LASSERT (isValidBuffer())) > src/mathed/InsetMathGrid.cpp:1824 > > JMarc, its your

Re: [LyX/master] Amend 44816adce63: Be careful before using buffer parameters in colAlign

2020-06-01 Thread Kornel Benko
Am Mon, 1 Jun 2020 12:28:48 +0200 schrieb Jean-Marc Lasgouttes : > Le 01/06/2020 à 09:59, Kornel Benko a écrit : > > commit 38ec7471e79b33e283afe2fa64a4ab4e4afa3528 > > Author: Kornel Benko > > Date: Mon Jun 1 10:20:38 2020 +0200 > > > > Amend 44816adce6

Re: Work on Windows installer

2020-06-01 Thread Kornel Benko
Am Mon, 01 Jun 2020 13:36:51 +0200 schrieb Jürgen Spitzmüller : > Am Montag, den 01.06.2020, 12:40 +0200 schrieb Yu Jin: > > > Track also has a size limit, though (2 MB per attachment). > > > > Ticked created #11882 > > Thanks. I suspect there are not many (are there any?) people who feel >

Re: Work on Windows installer

2020-06-01 Thread Kornel Benko
Am Mon, 1 Jun 2020 14:56:47 +0200 schrieb Yu Jin : > Am Mo., 1. Juni 2020 um 14:01 Uhr schrieb Kornel Benko :0 > > > From what I can see, the patch adds only Windows install in extra dir. > > > > The duplication of language-files > > development/Win32/packa

Re: Date Wrong in Tarballs [Re: [LyX/2.3.x] Prepare for 2.3.5]

2020-06-03 Thread Kornel Benko
Am Wed, 3 Jun 2020 12:21:03 -0400 schrieb Richard Kimberly Heck : > On 6/3/20 10:34 AM, Scott Kostyshak wrote: > > On Wed, Jun 03, 2020 at 03:12:54PM +0100, José Abílio Matos wrote: > >> On Monday, 1 June 2020 18.47.30 WEST Richard Kimberly Heck wrote: > >>> # Use ISO format only. The fronten

Re: Date Wrong in Tarballs [Re: [LyX/2.3.x] Prepare for 2.3.5]

2020-06-04 Thread Kornel Benko
Am Wed, 3 Jun 2020 17:05:58 -0400 schrieb Richard Kimberly Heck : > >> Re-packaging needed also because of missing some example files in cmake > >> build :( > > Do we know why? Feel free to commit a patch if you can. > > Whoops, saw you did. Thanks! > > Riki Yes, sorry for not asking befor

Re: Patches to improve compatibility with modern C++ standard

2020-06-04 Thread Kornel Benko
Am Thu, 4 Jun 2020 15:03:28 +0200 schrieb Yu Jin : > Am Di., 5. Mai 2020 um 13:49 Uhr schrieb Kornel Benko : > > > Am Tue, 5 May 2020 13:39:35 +0200 > > schrieb Yu Jin : > > > > > Am Di., 5. Mai 2020 um 13:10 Uhr schrieb Kornel Benko : > > >

APA7 layout?

2020-06-05 Thread Kornel Benko
I'd like to provide apa7.layout. Changes: Added layouts for \course{} and \addORCIDlink{}{} Didn't see the need for anything else to add. (This means 3 new (respective changed) files: apa6.layout, apa7.layout, apax.inc) Kornel pgpCqqYL0EC9e.pgp Description: Digitale Signatur

Re: APA7 layout?

2020-06-05 Thread Kornel Benko
Am Fri, 5 Jun 2020 15:28:08 -0400 schrieb Richard Kimberly Heck : > On 6/5/20 11:33 AM, Kornel Benko wrote: > > I'd like to provide apa7.layout. > > > > Changes: > > Added layouts for \course{} and \addORCIDlink{}{} > > > > Didn't see the need fo

Re: [LyX/2.3.x] Added apa7 layout

2020-06-06 Thread Kornel Benko
Am Sat, 06 Jun 2020 09:28:15 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 05.06.2020, 22:26 +0200 schrieb Kornel Benko: > > + Argument listpreamble:1 > > > > + LabelString"List preamble" > > > > +

Re: [LyX/2.3.x] Added apa7 layout

2020-06-06 Thread Kornel Benko
Am Sat, 06 Jun 2020 11:27:43 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 05.06.2020, 22:26 +0200 schrieb Kornel Benko: > > +NoStyle course > > I suppose this needs to be > > NoStyle Course > > Jürgen Yes. Starts to be painful :( Kornel pg

Re: Shall we drop resources ?

2020-06-07 Thread Kornel Benko
Am Sun, 7 Jun 2020 01:19:37 +0200 schrieb Jean-Marc Lasgouttes : > > 1/ get rid of resources, since nobody complained that we were too slow > > up to now. > > I finally chose this option. Kornel, you will have to remove resource > stuff from cmake. > > JMarc Done at ed665a03. Korne

Re: New Windows Installers for Testing

2020-06-08 Thread Kornel Benko
Am Mon, 8 Jun 2020 18:58:18 +0200 schrieb Yu Jin : > Am Mo., 8. Juni 2020 um 18:00 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > > > On 6/8/20 11:19 AM, Thibaut Cuvelier wrote: > > > Dear list, > > > > > > I just tried this installer. It looks like it's missing a kind of > > > signa

Template for apa7

2020-06-09 Thread Kornel Benko
I have a template for apa7 layout, with contents from TL20 (texmf-dist/doc/latex/apa7/samples/longsample.tex). What would be the appropriate name of this file? (ATM I named it Apa7longsample.lyx, but as we already have American_Psychological_Association_%28APA%29.lyx it does not feel coherent)

Re: Template for apa7

2020-06-09 Thread Kornel Benko
Am Tue, 09 Jun 2020 18:47:27 +0200 schrieb Jürgen Spitzmüller : > Am Dienstag, den 09.06.2020, 14:59 +0200 schrieb Kornel Benko: > > I have a template for apa7 layout, with contents from > > TL20 (texmf-dist/doc/latex/apa7/samples/longsample.tex). > > > > What would

Re: Tweaking lib/symbols for XML entities

2020-06-13 Thread Kornel Benko
Am Fri, 12 Jun 2020 13:15:19 +0200 schrieb Pavel Sanda : > On Thu, Jun 11, 2020 at 06:30:22PM +0200, Thibaut Cuvelier wrote: > > Yes, the output is identical. I also added some comments. > > > > I'm adding a third patch in this, I forgot it was necessary??? It is a > > refactoring of XHTMLStream

Re: Tweaking lib/symbols for XML entities

2020-06-13 Thread Kornel Benko
Am Sat, 13 Jun 2020 00:33:20 +0200 schrieb Jean-Marc Lasgouttes : > Le 12/06/2020 à 23:28, Pavel Sanda a écrit : > > On Fri, Jun 12, 2020 at 01:15:19PM +0200, Pavel Sanda wrote: > > For this part, the attached patch seem to help with autotools. IMHO it would help on cmake build too. > Or you c

Re: Tweaking lib/symbols for XML entities

2020-06-13 Thread Kornel Benko
Am Sat, 13 Jun 2020 10:09:34 +0200 schrieb Kornel Benko : > Am Fri, 12 Jun 2020 13:15:19 +0200 > schrieb Pavel Sanda : > > > On Thu, Jun 11, 2020 at 06:30:22PM +0200, Thibaut Cuvelier wrote: > > > Yes, the output is identical. I also added some comments. > > >

Re: Tweaking lib/symbols for XML entities

2020-06-13 Thread Kornel Benko
Am Sat, 13 Jun 2020 14:36:34 +0200 schrieb Kornel Benko : > Am Sat, 13 Jun 2020 10:09:34 +0200 > schrieb Kornel Benko : > > > Am Fri, 12 Jun 2020 13:15:19 +0200 > > schrieb Pavel Sanda : > > > > > On Thu, Jun 11, 2020 at 06:30:22PM +0200, Thibaut Cuvelier w

TOC rebuilds on every cursor move

2020-06-14 Thread Kornel Benko
The effect is at least questionable. I am using QT5.9.5 (Standard on this ubuntu). Disturbing. Recompiled with QT5.11, I don't see it anymore. Kornel pgpjvdgVWafm7.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailm

Re: Tweaking lib/symbols for XML entities

2020-06-14 Thread Kornel Benko
Am Sun, 14 Jun 2020 21:37:12 +0200 schrieb Pavel Sanda : > On Sat, Jun 13, 2020 at 02:39:18PM +0200, Kornel Benko wrote: > > > Just checked, same error in cmake build for tex2lyx without Pavel's patch. > > > > > > With the patch it compiles. > > >

Re: Tweaking lib/symbols for XML entities

2020-06-14 Thread Kornel Benko
Am Sun, 14 Jun 2020 23:07:50 +0200 schrieb Pavel Sanda : > On Sun, Jun 14, 2020 at 10:12:31PM +0200, Kornel Benko wrote: > > > Can you try to import my patch into dummy_functions.cpp ? > > > Pavel > > > > Works, if inserted also > > #include "x

Re: Tweaking lib/symbols for XML entities

2020-06-14 Thread Kornel Benko
ter and InsetLabel > It seems to work for me, when compiling LyX, tex2lyx, and check_layout > (indeed, as I'm using CMake, only LyX got compiled). I think no other issue > has been raised on that code (otherwise, just send a reminder :)). > > Thibaut Cuvelier > > > On

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-14 Thread Kornel Benko
Am Sun, 14 Jun 2020 22:01:20 -0400 schrieb Scott Kostyshak : > On Fri, Dec 27, 2019 at 09:14:51PM -0500, Scott Kostyshak wrote: > > On Wed, Jun 19, 2019 at 07:50:26PM +0200, Kornel Benko wrote: > > > Am Dienstag, 18. Juni 2019, 23:42:19 CEST schrieb Richard Kimberly Heck

Re: Tweaking lib/symbols for XML entities

2020-06-14 Thread Kornel Benko
Am Mon, 15 Jun 2020 01:54:57 +0200 schrieb Thibaut Cuvelier : ... > > Here is a new version addressing this! I let the function return a docstring, > to avoid > changing too much the initial code without a good reason to do so.  Thanks, no warnings. My try to export was not successful though.

Re: Tweaking lib/symbols for XML entities

2020-06-15 Thread Kornel Benko
Am Mon, 15 Jun 2020 13:21:40 +0200 schrieb Thibaut Cuvelier : > On Mon, 15 Jun 2020 at 12:57, Pavel Sanda wrote: > > > On Mon, Jun 15, 2020 at 08:43:39AM +0200, Kornel Benko wrote: > > > Thanks, no warnings. > > > > > > My try to export was not success

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-15 Thread Kornel Benko
Am Mon, 15 Jun 2020 09:51:30 -0400 schrieb Scott Kostyshak : > On Mon, Jun 15, 2020 at 08:24:07AM +0200, Kornel Benko wrote: > > Am Sun, 14 Jun 2020 22:01:20 -0400 > > schrieb Scott Kostyshak : > > > > > On Fri, Dec 27, 2019 at 09:14:51PM -0500, Scott Kostyshak w

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-16 Thread Kornel Benko
Am Tue, 16 Jun 2020 16:37:11 +0200 schrieb Yu Jin : > Am Mo., 15. Juni 2020 um 18:03 Uhr schrieb Kornel Benko : > > > Am Mon, 15 Jun 2020 09:51:30 -0400 > > schrieb Scott Kostyshak : > > > > > On Mon, Jun 15, 2020 at 08:24:07AM +0200, Kornel Benko wrote: >

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-17 Thread Kornel Benko
Am Wed, 17 Jun 2020 12:20:55 +0200 schrieb Yu Jin : > Am Di., 16. Juni 2020 um 21:21 Uhr schrieb Enrico Forestieri >: > > > On Tue, Jun 16, 2020 at 08:08:01PM +0200, Yu Jin wrote: > > > > > > Icons do work, I haven't found anything wrong with them. File properties > > > are not written though, d

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-17 Thread Kornel Benko
Am Wed, 17 Jun 2020 14:58:24 +0200 schrieb Kornel Benko : > Am Wed, 17 Jun 2020 12:20:55 +0200 > schrieb Yu Jin : > > > Am Di., 16. Juni 2020 um 21:21 Uhr schrieb Enrico Forestieri > > > >: > > > > > On Tue, Jun 16, 2020 at 08:08:01PM +0200, Yu

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-18 Thread Kornel Benko
Am Wed, 17 Jun 2020 22:20:07 +0200 schrieb Yu Jin : > Am Mi., 17. Juni 2020 um 14:58 Uhr schrieb Kornel Benko : > > > Am Wed, 17 Jun 2020 12:20:55 +0200 > > schrieb Yu Jin : > > > > > Am Di., 16. Juni 2020 um 21:21 Uhr schrieb Enrico Forestieri < > > fo

Re: [LyX/2.3.x] Use data from src/lyxwinres.rc to generate lyx.coff for the Windows build.

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 11:49:36 +0200 schrieb Yu Jin : > Am Do., 18. Juni 2020 um 09:41 Uhr schrieb Kornel Benko : > > > Am Wed, 17 Jun 2020 22:20:07 +0200 > > schrieb Yu Jin : > > > > > Am Mi., 17. Juni 2020 um 14:58 Uhr schrieb Kornel Benko > >: > >

Re: Tweaking lib/symbols for XML entities

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 20:01:18 +0200 schrieb Pavel Sanda : > On Mon, Jun 15, 2020 at 02:46:47PM +0200, Thibaut Cuvelier wrote: > > Here is a new version of the first patch. Indeed, I forgot to completely > > refactor a few font-related things. It should be much better now. (I also > > removed a meth

Re: Tweaking lib/symbols for XML entities

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 20:44:20 +0200 schrieb Kornel Benko : > Am Thu, 18 Jun 2020 20:01:18 +0200 > schrieb Pavel Sanda : > > > On Mon, Jun 15, 2020 at 02:46:47PM +0200, Thibaut Cuvelier wrote: > > > Here is a new version of the first patch. Indeed, I forgot to complet

Re: Tweaking lib/symbols for XML entities

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 20:54:08 +0200 schrieb Pavel Sanda : > On Thu, Jun 18, 2020 at 08:46:08PM +0200, Kornel Benko wrote: > > > > If you go to > > > > https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols > > > > and check for the U+1D6Ex

Re: Tweaking lib/symbols for XML entities

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 21:08:07 +0200 schrieb Kornel Benko : > Am Thu, 18 Jun 2020 20:54:08 +0200 > schrieb Pavel Sanda : > > > On Thu, Jun 18, 2020 at 08:46:08PM +0200, Kornel Benko wrote: > > > > > If you go to > > > > > https://en.wikiped

Re: Tweaking lib/symbols for XML entities

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 21:24:45 +0200 schrieb Pavel Sanda : > On Thu, Jun 18, 2020 at 09:08:07PM +0200, Kornel Benko wrote: > > I have no problems, if that is the expected line. > > Good, what distro? Pavel Mint 19.3 Tara. Kornel pgpMkJYoL8IYI.pgp Description: Digita

Re: Tweaking lib/symbols for XML entities

2020-06-18 Thread Kornel Benko
Am Thu, 18 Jun 2020 21:40:25 +0200 schrieb Kornel Benko : > Am Thu, 18 Jun 2020 21:24:45 +0200 > schrieb Pavel Sanda : > > > On Thu, Jun 18, 2020 at 09:08:07PM +0200, Kornel Benko wrote: > > > I have no problems, if that is the expected line. > > > >

Crash removing Format

2020-06-22 Thread Kornel Benko
Following lead to crash: 1. Create new file-Format (for instance Epub, define a viewer) 2. define conversion for docbook-xls -> Epub 3. restart lyx 4. remove the new conversion 5. remove the format Epub --> crash There is no crash if 5. restart lyx

Re: Crash removing Format

2020-06-22 Thread Kornel Benko
Am Mon, 22 Jun 2020 10:24:17 -0400 schrieb Richard Kimberly Heck : > On 6/22/20 10:03 AM, Kornel Benko wrote: > > Following lead to crash: > > > > 1. Create new file-Format (for instance Epub, define a viewer) > > 2. define conversion for docbook-xls -&g

Re: Crash removing Format

2020-06-22 Thread Kornel Benko
Am Mon, 22 Jun 2020 10:24:17 -0400 schrieb Richard Kimberly Heck : > On 6/22/20 10:03 AM, Kornel Benko wrote: > > Following lead to crash: > > > > 1. Create new file-Format (for instance Epub, define a viewer) > > 2. define conversion for docbook-xls -&g

Re: Crash removing Format

2020-06-24 Thread Kornel Benko
Am Tue, 23 Jun 2020 22:01:03 -0400 schrieb Scott Kostyshak : > On Mon, Jun 22, 2020 at 04:55:50PM +0200, Kornel Benko wrote: > > Am Mon, 22 Jun 2020 10:24:17 -0400 > > schrieb Richard Kimberly Heck : > > > > > On 6/22/20 10:03 AM, Kornel Benko wrote: &

Re: [LyX/master] Tools(listFontWithLang.pl): Add option to write to a file

2020-06-29 Thread Kornel Benko
Am Mon, 29 Jun 2020 12:10:21 +0200 (CEST) schrieb Kornel Benko : > commit 3a606cae222a13e29bc1eac4cc8fda027a91f2da > Author: Kornel Benko > Date: Mon Jun 29 12:30:56 2020 +0200 > > Tools(listFontWithLang.pl): Add option to write to a file > > The content is

Re: New DocBook support (0002)

2020-06-29 Thread Kornel Benko
Am Mon, 29 Jun 2020 13:43:59 +0200 schrieb Thibaut Cuvelier : > On Mon, 29 Jun 2020 at 13:38, Pavel Sanda wrote: > > > On Mon, Jun 29, 2020 at 01:14:44PM +0200, Thibaut Cuvelier wrote: > > > > So as a novice user who installs LyX on his machine, who wants to see > > the > > > > output with new d

Re: #11899: Replace libertine font by libertinus font

2020-07-03 Thread Kornel Benko
Am Fri, 03 Jul 2020 07:27:09 - schrieb "LyX Ticket Tracker" : > #11899: Replace libertine font by libertinus font > -+-- > Reporter: jakobjakobson13 | Owner: lasgouttes > Type: enhancement | Status: new > Priority:

Re: #11899: Replace libertine font by libertinus font

2020-07-03 Thread Kornel Benko
Am Fri, 03 Jul 2020 14:30:55 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 03.07.2020, 12:54 +0200 schrieb Kornel Benko: > > Thanks, but I seem unable to enter a _working_ entry into > > lib/latexfonts. > > > > All I get in Document->Fonts is either >

Re: #11899: Replace libertine font by libertinus font

2020-07-03 Thread Kornel Benko
Am Fri, 3 Jul 2020 15:30:44 +0200 schrieb Kornel Benko : > Am Fri, 03 Jul 2020 14:30:55 +0200 > schrieb Jürgen Spitzmüller : > > > Am Freitag, den 03.07.2020, 12:54 +0200 schrieb Kornel Benko: > > > Thanks, but I seem unable to enter a _working_ entry i

Re: #11899: Replace libertine font by libertinus font

2020-07-03 Thread Kornel Benko
Am Fri, 03 Jul 2020 17:19:32 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 03.07.2020, 16:53 +0200 schrieb Jürgen Spitzmüller: > > That's not possible. So we cannot support these fonts currently. > > We could support them without scale feature like in the attached. > > Jürgen Interesting

Re: Crash removing Format

2020-07-06 Thread Kornel Benko
Am Sun, 5 Jul 2020 20:14:27 -0400 schrieb Richard Kimberly Heck : > On 7/5/20 8:12 PM, Richard Kimberly Heck wrote: > > On 6/24/20 11:06 AM, Richard Kimberly Heck wrote: > >> On 6/24/20 6:19 AM, Kornel Benko wrote: > >>> Am Tue, 23 Jun 2020 22:01:03 -0400

Re: Crash removing Format

2020-07-06 Thread Kornel Benko
Am Mon, 6 Jul 2020 09:51:07 -0400 schrieb Scott Kostyshak : > On Mon, Jul 06, 2020 at 10:50:10AM +0200, Kornel Benko wrote: > > > with automake: --enable_stdlib_debug=yes > > I think the underscores need to be dashes: > > --enable-stdlib-debug=yes > > S

Re: Crash removing Format

2020-07-06 Thread Kornel Benko
Am Mon, 6 Jul 2020 11:58:30 -0400 schrieb Richard Kimberly Heck : > On 7/6/20 4:50 AM, Kornel Benko wrote: > > Am Sun, 5 Jul 2020 20:14:27 -0400 > > schrieb Richard Kimberly Heck : > > > >> On 7/5/20 8:12 PM, Richard Kimberly Heck wrote: > >>> On 6/2

Re: Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 12:02:59 +0200 schrieb Jean-Marc Lasgouttes : > Le 08/07/2020 à 11:58, ci-...@inria.fr a écrit : > > FAIL: tests/test_layout > > Something is wrong with this test... > > JMarc Yes, checking the layouts with "ctest -R check_layout" gives: 42% tests passed, 109 tests

Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 13:54:18 +0200 schrieb Pavel Sanda : > On Wed, Jul 08, 2020 at 01:50:29PM +0200, Kornel Benko wrote: > > All of the failed tests fail in style 'Description', defined probably in > > stdlists.inc. > > Roundtrip fails because of missing entry '

Re: New Defects reported by Coverity Scan for LyX

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 14:53:49 +0200 schrieb Jean-Marc Lasgouttes : > >>> CID 360530: Error handling issues (CHECKED_RETURN) > >>> Calling "regex_match" without checking return value (as is done > >>> elsewhere 48 > >>> out of 49 times). > 1194 std::regex_match(t

Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 14:28:23 +0200 schrieb Kornel Benko : > Am Wed, 8 Jul 2020 13:54:18 +0200 > schrieb Pavel Sanda : > > > On Wed, Jul 08, 2020 at 01:50:29PM +0200, Kornel Benko wrote: > > > All of the failed tests fail in style 'Description', defined probabl

Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 23:55:28 +0200 schrieb Pavel Sanda : > On Wed, Jul 08, 2020 at 09:32:26PM +0200, Kornel Benko wrote: > > This patch fixes it. > > Nice catch! Please commit. P OK, done. Kornel pgpvPeZG_UN19.pgp Description: Digitale Signatur von OpenPGP -- lyx-dev

Re: [LyX/master] Add support for the libertinus family of fonts (#11899)

2020-07-09 Thread Kornel Benko
Am Thu, 9 Jul 2020 11:22:38 +0200 (CEST) schrieb Juergen Spitzmueller : > commit 8cb9a6d3f6463321cdaf49a3cedb854b09c51275 > Author: Juergen Spitzmueller > Date: Thu Jul 9 11:46:07 2020 +0200 > > Add support for the libertinus family of fonts (#11899) This must be a typo (Libertinus vs. L

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 09 Jul 2020 17:41:44 +0200 schrieb Jürgen Spitzmüller : > Am Donnerstag, den 09.07.2020, 13:20 +0200 schrieb Jürgen Spitzmüller: > > The crash is different. I'll bisect that myself. > > For the crash bisect points towards the big docbook commit: > > 3883b85f49054c109cb8a9a293721a5e41ed

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 09 Jul 2020 18:03:15 +0200 schrieb Jürgen Spitzmüller : > Am Donnerstag, den 09.07.2020, 17:59 +0200 schrieb Kornel Benko: > > What should we see? > > A crash. > > > I am not getting a crash. > > Interesting. > > > This file is not the re

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 09 Jul 2020 18:28:41 +0200 schrieb Jürgen Spitzmüller : > Am Donnerstag, den 09.07.2020, 18:24 +0200 schrieb Kornel Benko: > > Also with with clean userdir? > > Yes. > > > I cannot reproduce. > > It's compiled with stdlib-debug. Maybe that'

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 09 Jul 2020 18:50:55 +0200 schrieb Jürgen Spitzmüller : > Am Donnerstag, den 09.07.2020, 18:49 +0200 schrieb Kornel Benko: > > Here too. But maybe a conflict stdlib-debug with system QT? I am > > using internal (3rdparty) source. I meant boost ... > But again, the

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 09 Jul 2020 19:02:07 +0200 schrieb Jürgen Spitzmüller : > Am Donnerstag, den 09.07.2020, 18:58 +0200 schrieb Kornel Benko: > > I meant boost ... > > I use included boost as well. > > Jürgen The only difference automake vs. cmake. I tried the automake version, an

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 9 Jul 2020 19:33:37 +0200 schrieb Kornel Benko : > Am Thu, 09 Jul 2020 19:02:07 +0200 > schrieb Jürgen Spitzmüller : > > > Am Donnerstag, den 09.07.2020, 18:58 +0200 schrieb Kornel Benko: > > > I meant boost ... > > > > I use included boost as w

Re: Bug in master (related to docbook changes?)

2020-07-09 Thread Kornel Benko
Am Thu, 9 Jul 2020 19:53:25 +0200 schrieb Kornel Benko : > Am Thu, 9 Jul 2020 19:33:37 +0200 > schrieb Kornel Benko : > > > Am Thu, 09 Jul 2020 19:02:07 +0200 > > schrieb Jürgen Spitzmüller : > > > > > Am Donnerstag, den 09.07.2020, 18:58 +0200 schrieb Kor

<    4   5   6   7   8   9   10   11   12   13   >