Re: [LyX/master] Improve structure of updateMacros

2020-11-11 Thread Kornel Benko
Am Tue, 10 Nov 2020 01:05:12 -0500 schrieb Scott Kostyshak : > On Fri, Nov 06, 2020 at 08:05:10PM +0100, Yuriy Skalko wrote: > > commit 5a54ccfa87057fd3220d7193b40ac2dd37a9e6e1 > > Author: Yuriy Skalko > > Date: Wed Nov 4 11:27:08 2020 +0200 > > > > Improve structure of updateMacros > >

Re: Moved cursor not removed completely

2020-11-10 Thread Kornel Benko
Am Tue, 10 Nov 2020 12:01:55 +0100 schrieb Jean-Marc Lasgouttes : > Le 05/10/2020 à 10:48, Kornel Benko a écrit : > > Am Mon, 5 Oct 2020 10:34:51 +0200 > > schrieb Jean-Marc Lasgouttes : > > > >> Le 05/10/2020 à 10:20, Kornel Benko a écrit : > >>> &

Re: [Patch] Test suite for compare function

2020-11-10 Thread Kornel Benko
Am Sun, 8 Nov 2020 11:32:59 +0100 schrieb Pavel Sanda : > On Sun, Nov 08, 2020 at 05:14:42PM +1300, Sam Crawley wrote: > > Hi all, > > Hi Sam, > > welcome and thanks for working on this. Couple small things: > > - Please send in a separate email to our list the following GPL statement: > >

Re: [Patch] Test suite for compare function

2020-11-08 Thread Kornel Benko
Am Mon, 09 Nov 2020 09:07:35 +1300 schrieb "Sam Crawley" : > On Mon, 9 Nov 2020, at 01:01, Kornel Benko wrote: > > Needed new perl module (Slurp.pm), got from package 'libfile-slurp-perl'. > > I think this use to be in Perl core, but it's now been taken out

Re: [Patch] Test suite for compare function

2020-11-08 Thread Kornel Benko
Am Mon, 09 Nov 2020 09:00:48 +1300 schrieb "Sam Crawley" : > On Sun, 8 Nov 2020, at 22:28, Kornel Benko wrote: > > Am Sun, 08 Nov 2020 17:14:42 +1300 > > schrieb "Sam Crawley" : > > ... > > > diff --git a/lib/scripts/lyx_batch.pl.in b/lib/scripts/

Re: [Patch] Test suite for compare function

2020-11-08 Thread Kornel Benko
Am Sun, 8 Nov 2020 13:01:14 +0100 schrieb Kornel Benko : > Am Sun, 8 Nov 2020 10:28:51 +0100 > schrieb Kornel Benko : > > > Am Sun, 08 Nov 2020 17:14:42 +1300 > > schrieb "Sam Crawley" : > > ... > > > diff --git a/lib/scripts/lyx_batch.pl.in b/lib/

Re: [Patch] Test suite for compare function

2020-11-08 Thread Kornel Benko
Am Sun, 8 Nov 2020 10:28:51 +0100 schrieb Kornel Benko : > Am Sun, 08 Nov 2020 17:14:42 +1300 > schrieb "Sam Crawley" : > ... > > diff --git a/lib/scripts/lyx_batch.pl.in b/lib/scripts/lyx_batch.pl.in > > index 2d93d27c59..32ef0f974a 100644 > > --- a/lib/

Re: [Patch] Test suite for compare function

2020-11-08 Thread Kornel Benko
Am Sun, 08 Nov 2020 17:14:42 +1300 schrieb "Sam Crawley" : ... > diff --git a/lib/scripts/lyx_batch.pl.in b/lib/scripts/lyx_batch.pl.in > index 2d93d27c59..32ef0f974a 100644 > --- a/lib/scripts/lyx_batch.pl.in > +++ b/lib/scripts/lyx_batch.pl.in > @@ -8,11 +8,6 @@ use warnings; > use File::Copy;

Re: 2.4.0 testing on windows 10

2020-10-31 Thread Kornel Benko
Am Sat, 31 Oct 2020 17:33:24 +0100 schrieb Yu Jin : > Am Sa., 31. Okt. 2020 um 15:51 Uhr schrieb Thibaut Cuvelier < > tcuvel...@lyx.org>: > > > On Sat, 31 Oct 2020 at 10:07, Andrew Parsloe wrote: > > > >> I've installed 2.4.0 testing on a windows 10 machine. > >> > >> 1. when launching LyX the

Re: LyX Development Release Tarballs, Round 3

2020-10-28 Thread Kornel Benko
Am Wed, 28 Oct 2020 18:08:05 -0400 schrieb Richard Kimberly Heck : > On 10/28/20 6:10 AM, Kornel Benko wrote: > > Am Tue, 27 Oct 2020 17:59:59 +0100 > > schrieb Yu Jin : > > > >> Am Di., 27. Okt. 2020 um 07:49 Uhr schrieb Richard Kimberly Heck < > >>

Re: LyX Development Release Tarballs, Round 3

2020-10-28 Thread Kornel Benko
Am Tue, 27 Oct 2020 17:59:59 +0100 schrieb Yu Jin : > Am Di., 27. Okt. 2020 um 07:49 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > > > On 10/26/20 6:08 PM, Stephan Witt wrote: > > > Am 26.10.2020 um 21:57 schrieb Richard Kimberly Heck : > > >> OK, so, another set of tarballs is at >

Re: --std=c++11 fails on master

2020-10-27 Thread Kornel Benko
Am Tue, 27 Oct 2020 02:49:18 -0400 schrieb Richard Kimberly Heck : > On 10/26/20 10:49 PM, Scott Kostyshak wrote: > > On Mon, Oct 26, 2020 at 09:32:33AM +0200, Yuriy Skalko wrote: > >>> I have the following: > >>> > >>> #define HAVE_DEF_MAKE_UNIQUE 1 > >>> > >>> Here is the diff I am using to

Re: --std=c++11 fails on master

2020-10-26 Thread Kornel Benko
Am Mon, 26 Oct 2020 09:32:33 +0200 schrieb Yuriy Skalko : > > I have the following: > > > > #define HAVE_DEF_MAKE_UNIQUE 1 > > > > Here is the diff I am using to force C++11: > > > > diff --git a/development/cmake/modules/FindCXX11Compiler.cmake > >

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 20:52:28 -0400 schrieb Richard Kimberly Heck : > On 10/25/20 6:20 PM, Kornel Benko wrote: > > Am Sun, 25 Oct 2020 17:58:50 -0400 > > schrieb Richard Kimberly Heck : > > > >> On 10/25/20 5:47 PM, Kornel Benko wrote: > >>> Am Sun

Re: --std=c++11 fails on master

2020-10-25 Thread Kornel Benko
Am Mon, 26 Oct 2020 01:02:38 +0200 schrieb Yuriy Skalko : > >> On Sun, Oct 25, 2020 at 08:49:05AM +0100, Jean-Marc Lasgouttes wrote: > >> > Le 25 octobre 2020 07:15:17 GMT+01:00, Scott Kostyshak > >> > a > >> > écrit : > >> > >Do we require c++14 now? If I force --std=c++11 I get errors.

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 17:58:50 -0400 schrieb Richard Kimberly Heck : > On 10/25/20 5:47 PM, Kornel Benko wrote: > > Am Sun, 25 Oct 2020 22:45:26 +0100 > > schrieb Kornel Benko : > > > >>>> You are right. I did that, found also missing: > >>>&

Re: Cmake Package Building

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 16:23:16 -0400 schrieb Richard Kimberly Heck : > On 10/25/20 4:14 PM, Richard Kimberly Heck wrote: > > At the moment, 'make package' via cmake produces .gz and .Z files. We > > now distribute gz and xz files. Can this be updated? > > Actually, never mind. It's only 'make

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 22:45:26 +0100 schrieb Kornel Benko : > > > You are right. I did that, found also missing: > > > C:\lyx\lyx-2.4.0dev\3rdparty\hunspell\1.7.0\src\win_api\config.h > > > C:\lyx\master\development\Win32\packaging\installer2 > > > apart from

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 15:42:07 -0400 schrieb Richard Kimberly Heck : > On 10/25/20 3:40 PM, Yu Jin wrote: > > Am So., 25. Okt. 2020 um 20:04 Uhr schrieb Kornel Benko > > mailto:kor...@lyx.org>>: > > > > Am Sun, 25 Oct 2020 19:57:05 +0100 > >

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 16:47:20 -0400 schrieb Richard Kimberly Heck : > On 10/25/20 4:41 PM, Pavel Sanda wrote: > > On Sun, Oct 25, 2020 at 04:55:52PM +0100, Kornel Benko wrote: > >> schrieb Richard Kimberly Heck : > >>> Is there a cmake way to generate the ta

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
20 at 07:59:55PM +0100, Kornel Benko wrote: > >>>> Am Sun, 25 Oct 2020 14:43:44 -0400 > >>>> schrieb Richard Kimberly Heck : > >>>> > >>>>> On 10/25/20 1:57 PM, Scott Kostyshak wrote: > >>>>>> On Sun, Oct 25, 20

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 19:57:05 +0100 schrieb Yu Jin : > Am So., 25. Okt. 2020 um 19:39 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > > > On 10/25/20 12:54 PM, Jean-Pierre Chrétien wrote: > > > Le 25/10/2020 à 16:54, Richard Kimberly Heck a écrit : > > >> So, new tarballs at

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 14:43:44 -0400 schrieb Richard Kimberly Heck : > On 10/25/20 1:57 PM, Scott Kostyshak wrote: > > On Sun, Oct 25, 2020 at 06:53:34PM +0100, Kornel Benko wrote: > >> Am Sun, 25 Oct 2020 13:48:15 -0400 > >> schrieb Scott Kostyshak : > >>

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 13:48:15 -0400 schrieb Scott Kostyshak : > On Sun, Oct 25, 2020 at 04:55:52PM +0100, Kornel Benko wrote: > > Am Sun, 25 Oct 2020 11:42:26 -0400 > > schrieb Richard Kimberly Heck : > > > > > > Committed at 2dbf3515. > > > > >

Re: [LyX/master] Move include of own header to the top. Fix dependencies

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 17:30:38 +0100 (CET) schrieb Yuriy Skalko : > commit 10272e474790d25ae9b5f3d272423959422ddfbd > Author: Yuriy Skalko > Date: Sun Oct 25 00:47:13 2020 +0300 > > Move include of own header to the top. Fix dependencies Please, only fixes for now. Until a compilable

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 17:13:26 +0100 schrieb Yu Jin : > Am So., 25. Okt. 2020 um 16:55 Uhr schrieb Kornel Benko : > > > Am Sun, 25 Oct 2020 11:42:26 -0400 > > schrieb Richard Kimberly Heck : > > > > > > Committed at 2dbf3515. > > > > >

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 11:42:26 -0400 schrieb Richard Kimberly Heck : > > Committed at 2dbf3515. > > > > Is there more? > > Should I try rebuilding? > > Is there a cmake way to generate the tarballs? I use 'make dist' from > autotools. > > Speaking of which, 'make lyxdist' used to work but

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 16:20:50 +0100 schrieb Yu Jin : > Am So., 25. Okt. 2020 um 08:05 Uhr schrieb Yuriy Skalko < > yuriy.ska...@gmail.com>: > > > > Hi, all, > > > > > > I've put some tarballs from current master here: > > > > > > > > > http://ftp.lyx.org/ftp/pub/lyx/devel/lyx-2.4/ > > > > > >

Re: Seminar example fails on updated TL20

2020-10-24 Thread Kornel Benko
Am Sat, 24 Oct 2020 01:20:32 -0400 schrieb Scott Kostyshak : > This document used to compile on an older system for me. > > Now I get the following LaTeX error when compiling to PDF (pdflatex): > > ! Extra \endgroup. > \document ->\endgroup > \the \before@document

Re: he/Tutorial LuaTeX: strange error in terminal

2020-10-24 Thread Kornel Benko
Am Sat, 24 Oct 2020 01:16:54 -0400 schrieb Scott Kostyshak : > This document compiles for me on an older system (with TL19) but on a > new installation and updated TL20, I now get an error and in the > terminal I see the following: > > lualatex: ../../../texk/web2c/luatexdir/lang/texlang.c:986:

Re: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 19:41:48 +0200 schrieb Jean-Marc Lasgouttes : > Le 23/10/2020 à 13:23, Kornel Benko a écrit : > > Am Fri, 23 Oct 2020 11:51:01 +0200 > > schrieb Kornel Benko : > > > >> Compiled with --std=c++17 > >> > >> /usr2/src/lyx

Re: SOLVED: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 13:23:34 +0200 schrieb Kornel Benko : > Am Fri, 23 Oct 2020 11:51:01 +0200 > schrieb Kornel Benko : > > > Compiled with --std=c++17 > > > > /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid > > conversion

Re: [LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"

2020-10-23 Thread Kornel Benko
Am Thu, 22 Oct 2020 13:32:49 -0400 schrieb Scott Kostyshak : > On Thu, Oct 22, 2020 at 07:23:46PM +0200, Kornel Benko wrote: > > Am Thu, 22 Oct 2020 19:15:46 +0200 > > schrieb Kornel Benko : > > > > > Am Thu, 22 Oct 2020 13:07:02 -0400

Re: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 11:51:01 +0200 schrieb Kornel Benko : > Compiled with --std=c++17 > > /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid > conversion from > ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, > const_cast IC

Compile error

2020-10-23 Thread Kornel Benko
Compiled with --std=c++17 /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, const_cast(from), ^ In file included from

Re: [LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"

2020-10-22 Thread Kornel Benko
Am Thu, 22 Oct 2020 19:15:46 +0200 schrieb Kornel Benko : > Am Thu, 22 Oct 2020 13:07:02 -0400 > schrieb Scott Kostyshak : > > > -- CMAKE_COMPILER_IS_GNUCXX = 1 > > CMake Error at CMakeLists.txt:702 (if): > > if given arguments: > > > > "stdfea

Re: [LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"

2020-10-22 Thread Kornel Benko
Am Thu, 22 Oct 2020 13:07:02 -0400 schrieb Scott Kostyshak : > -- CMAKE_COMPILER_IS_GNUCXX = 1 > CMake Error at CMakeLists.txt:702 (if): > if given arguments: > > "stdfeature" "GREATER_EQUAL" "0" > > Unknown arguments specified > > > -- Configuring incomplete, errors occurred! > See

Re: [LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"

2020-10-22 Thread Kornel Benko
Am Thu, 22 Oct 2020 12:07:17 -0400 schrieb Scott Kostyshak : > On Thu, Oct 22, 2020 at 05:42:33PM +0200, Kornel Benko wrote: > > Am Thu, 22 Oct 2020 10:20:49 -0400 > > schrieb Scott Kostyshak : > > > > > On Thu, Oct 22, 2020 at 01:23:51PM +0200, Kornel

Re: [LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"

2020-10-22 Thread Kornel Benko
Am Thu, 22 Oct 2020 10:20:49 -0400 schrieb Scott Kostyshak : > On Thu, Oct 22, 2020 at 01:23:51PM +0200, Kornel Benko wrote: > > commit d954a6b09cc9d284a34510f076c16f22b425ead2 > > Author: Kornel Benko > > Date: Thu Oct 22 13:46:29 2020 +0200 > > > > Cmake

Re: Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #2277

2020-10-22 Thread Kornel Benko
Am Wed, 21 Oct 2020 18:21:22 -0400 schrieb Scott Kostyshak : > > Command 'cmake -DLYX_USE_QT=QT5 -DLYX_CPACK=ON -DCPACK_BINARY_DEB:BOOL=ON > > -DCPACK_SOURCE_TGZ:BOOL=ON -DLYX_NLS=ON -DLYX_EXTERNAL_Z=ON > > -DLYX_EXTERNAL_ICONV=ON > > -DLYX_EXTERNAL_BOOST=OFF ..' failed, exiting Build step

Re: Provide an alpha build of LyX 2.4 to ease testing?

2020-10-21 Thread Kornel Benko
Am Wed, 21 Oct 2020 18:33:40 +0200 schrieb Jean-Marc Lasgouttes : > Le 05/10/2020 à 05:29, Thibaut Cuvelier a écrit : > > Dear list, > > > > While working on the DocBook support, there was the idea to have an > > alpha build (or any other kind of prerelease) of LyX 2.4, at least for > > Linux

Re: [LyX/master] Reset caret size when inserting text over a selection

2020-10-21 Thread Kornel Benko
Am Wed, 21 Oct 2020 18:22:28 +0200 schrieb Kornel Benko : > > This should be fixed now. Can you check? > > > > JMarc > > > > Not compilable. Even with --std=c++17 there are errors /usr2/src/lyx/lyx-git/src/Cursor.cpp:2403:10: error: ‘inTextEd’ was not decla

Re: [LyX/master] Reset caret size when inserting text over a selection

2020-10-21 Thread Kornel Benko
Am Wed, 21 Oct 2020 18:11:17 +0200 schrieb Jean-Marc Lasgouttes : > Le 20/10/2020 à 19:16, Scott Kostyshak a écrit : > > Same here. It seems to be only triggered when inserting over the selection. > > > > This should be fixed now. Can you check? > > JMarc > Not compilable.

Re: Two LyXHTML tests failing on current master

2020-10-21 Thread Kornel Benko
Am Wed, 21 Oct 2020 01:16:56 -0400 schrieb Scott Kostyshak : > On Tue, Oct 13, 2020 at 01:43:25PM -0400, Scott Kostyshak wrote: > > I get the following on current master: > > > > $ ctest -R "_xhtml" > > ... > > > > The following tests FAILED: > > 258 -

Re: [LyX/master] Reset caret size when inserting text over a selection

2020-10-20 Thread Kornel Benko
Am Sun, 18 Oct 2020 13:18:43 -0400 schrieb Scott Kostyshak : > On Sat, Oct 17, 2020 at 08:01:52PM +0200, Jean-Marc Lasgouttes wrote: > > commit c286cad565e2273339f21d8c17fe07942497d977 > > Author: Jean-Marc Lasgouttes > > Date: Sat Oct 17 20:29:16 2020 +0200 > > > > Reset caret size when

Re: CMake deb: support "python3 | python2" dependency

2020-10-20 Thread Kornel Benko
Am Mon, 19 Oct 2020 15:33:24 -0400 schrieb Scott Kostyshak : > "make package" is convenient for making a .deb. Currently the .deb > depends on the "python" package but in 20.04 it makes things > complicated. Does anyone else install LyX with locally built debs? I do regularly > The attached

Re: Moved cursor not removed completely

2020-10-17 Thread Kornel Benko
Am Sat, 17 Oct 2020 20:43:14 +0200 schrieb Jean-Marc Lasgouttes : > Le 05/10/2020 à 11:24, Kornel Benko a écrit : > > Next problem: > > Select cursor size '9' > > Type 'a b c' > > Is it better now? > > JMarc Yes, better. OTOH, the indicator is not seen anym

Re: Refactoring patches

2020-10-13 Thread Kornel Benko
Am Tue, 13 Oct 2020 11:40:51 -0400 schrieb Richard Kimberly Heck : > On 10/13/20 3:09 AM, Yuriy Skalko wrote: > >> Yes. We'll deal with the rest later. > >> Pavel > > Done at 2a594d3. > > > > The .cpp changing part (for future applying) is in attached patch. > > Suggestion: Let's see if we

Inappropriate message 'document cannot be compiled'

2020-10-13 Thread Kornel Benko
This message: The selected document class requires external files that are not available. The document class can still be used, but the document cannot be compiled until the following prerequisites are installed is misleading because the

Re: Find and replace (quick) does not show up in toolbar

2020-10-13 Thread Kornel Benko
Am Tue, 13 Oct 2020 15:25:34 +0200 schrieb Daniel : > Does any one else see this? My stdtoolbars.inc seems fine having the > > Item "Find and replace" "dialog-show findreplace" > > entry. But on the toolbar it shows only Find and replace (advanced). > > Daniel > I see both on the toolbar.

Re: warning: unknown warning option '-Wno-deprecated-copy'

2020-10-11 Thread Kornel Benko
Am Sun, 11 Oct 2020 22:07:27 +0200 schrieb Jean-Marc Lasgouttes : > Le 11/10/2020 à 21:06, Stephan Witt a écrit : > >> What do you think of the attached patch? It tests the compiler behavior > >> instead of > >> relying on the version. > >> > >> With Apple clang on missing -Wno-deprecated-copy

Re: Improve Command Parsing?

2020-10-10 Thread Kornel Benko
Am Sat, 10 Oct 2020 10:11:07 -0400 schrieb Richard Kimberly Heck : > On 10/9/20 2:22 PM, Richard Kimberly Heck wrote: > > On 10/9/20 12:12 PM, Kornel Benko wrote: > >> Am Fri, 9 Oct 2020 11:34:57 -0400 > >> schrieb Richard Kimberly Heck : > >> > >

Re: Docbook format not listed Code Preview Panel

2020-10-09 Thread Kornel Benko
Am Fri, 9 Oct 2020 22:32:11 +0200 schrieb Pavel Sanda : > Hi Thibaut, > > as title says. I think we even talked about this in the past, but forgot > about it... > I might get to it, but it will take some time. > > I see console screaming > GuiViewSource.cpp (345): Can't find format for backend

Re: [LyX/master] Bind new template dialog to template shortcut (bug 11996).

2020-10-09 Thread Kornel Benko
Am Fri, 9 Oct 2020 11:34:57 -0400 schrieb Richard Kimberly Heck : > On 10/9/20 6:42 AM, Kornel Benko wrote: > > Am Fri, 9 Oct 2020 03:34:36 +0200 (CEST) > > schrieb Richard Kimberly Heck : > > > >> commit 6b86a5a395175bd3a015856698d4dddae662b162 > >> A

Re: Regression font sizes in tables

2020-10-09 Thread Kornel Benko
Am Thu, 8 Oct 2020 10:58:01 -0400 schrieb Scott Kostyshak : > On Thu, Oct 08, 2020 at 11:56:51AM +0200, Kornel Benko wrote: > > Am Sat, 26 Sep 2020 14:48:30 +0200 > > schrieb Jürgen Spitzmüller : > > > > > Am Samstag, den 26.09.2020, 14:38 +0200 schrieb Jürgen S

Re: [LyX/master] Bind new template dialog to template shortcut (bug 11996).

2020-10-09 Thread Kornel Benko
Am Fri, 9 Oct 2020 03:34:36 +0200 (CEST) schrieb Richard Kimberly Heck : > commit 6b86a5a395175bd3a015856698d4dddae662b162 > Author: Richard Kimberly Heck > Date: Thu Oct 8 22:02:06 2020 -0400 > > Bind new template dialog to template shortcut (bug 11996). > > From Daniel. > ---

Re: Regression font sizes in tables

2020-10-08 Thread Kornel Benko
Am Sat, 26 Sep 2020 14:48:30 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, den 26.09.2020, 14:38 +0200 schrieb Jürgen Spitzmüller: > > It looks like a bug in the caption package. > > Actually, Scott already reported it: > https://gitlab.com/axelsommerfeldt/caption/-/issues/99 > > Seems to

Re: [PATCH] Add override specifier

2020-10-05 Thread Kornel Benko
Am Mon, 5 Oct 2020 13:26:18 +0300 schrieb Yuriy Skalko : > > This one is in too. > > > > We are almost there :) > > > > JMarc > > Yes, I missed these. Now it should be complete. Does Clang agree with me? :) > > Yuriy No warnings now concerning 'override' with clang8.0.0 Kornel

Re: Moved cursor not removed completely

2020-10-05 Thread Kornel Benko
Am Mon, 5 Oct 2020 10:48:25 +0200 schrieb Kornel Benko : > Am Mon, 5 Oct 2020 10:34:51 +0200 > schrieb Jean-Marc Lasgouttes : > > > Le 05/10/2020 à 10:20, Kornel Benko a écrit : > > > > > > See attached. > > > > Weird, I do not see th

Re: Moved cursor not removed completely

2020-10-05 Thread Kornel Benko
Am Mon, 5 Oct 2020 10:34:51 +0200 schrieb Jean-Marc Lasgouttes : > Le 05/10/2020 à 10:20, Kornel Benko a écrit : > > > > See attached. > > Weird, I do not see that. Could you give hints on ways to reproduce it? > Does it depend on screen font? Zoom level? > &g

Moved cursor not removed completely

2020-10-05 Thread Kornel Benko
See attached. Kornel pgpzjOFaqkagd.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Cursor height regression (wrt 2.2.0)

2020-10-01 Thread Kornel Benko
Am Thu, 1 Oct 2020 15:58:50 +0200 schrieb Jean-Marc Lasgouttes : > Le 01/10/2020 à 15:43, Kornel Benko a écrit : > > Am Thu, 1 Oct 2020 15:22:42 +0200 > > schrieb Jean-Marc Lasgouttes : > > I thought that moving the cursor e.g. forward from position x to position > > x

Re: Cursor height regression (wrt 2.2.0)

2020-10-01 Thread Kornel Benko
Am Thu, 1 Oct 2020 15:22:42 +0200 schrieb Jean-Marc Lasgouttes : > Le 01/10/2020 à 15:02, Kornel Benko a écrit : > > What I would like: > > > > If moving cursor from right to left, I'd like the size to be of the char to > > the right. > > If moving cursor f

Re: Cursor height regression (wrt 2.2.0)

2020-10-01 Thread Kornel Benko
Am Thu, 1 Oct 2020 14:56:42 +0200 schrieb Kornel Benko : > Am Thu, 1 Oct 2020 14:23:35 +0200 > schrieb Jean-Marc Lasgouttes : > > > Le 01/10/2020 à 13:19, Kornel Benko a écrit : > > > This works, but now next effect > > > > > > Type any text (defaul

Re: Cursor height regression (wrt 2.2.0)

2020-10-01 Thread Kornel Benko
Am Thu, 1 Oct 2020 14:23:35 +0200 schrieb Jean-Marc Lasgouttes : > Le 01/10/2020 à 13:19, Kornel Benko a écrit : > > This works, but now next effect > > > > Type any text (default size) > > Backspace > > select giant size > > type more than on char

Re: Cursor height regression (wrt 2.2.0)

2020-10-01 Thread Kornel Benko
Am Thu, 1 Oct 2020 12:47:27 +0200 schrieb Jean-Marc Lasgouttes : > Le 27/09/2020 à 20:26, Scott Kostyshak a écrit : > > steps to reproduce: > > > > 1. Open the attached .lyx file. > > 2. Select all. > > 3. Delete. > > > > Cursor is shorter than expected. If you do > > > > 4. Type "a". > > 5.

Re: Display created docbook

2020-09-29 Thread Kornel Benko
Am Mon, 28 Sep 2020 20:30:00 -0400 schrieb Richard Kimberly Heck : > On 9/28/20 7:19 PM, Kornel Benko wrote: > > Am Mon, 28 Sep 2020 16:54:44 -0400 > > schrieb Richard Kimberly Heck : > > > >> On 9/28/20 11:06 AM, Pavel Sanda wrote: > >>> On Mon, Sep

Re: Display created docbook

2020-09-28 Thread Kornel Benko
Am Mon, 28 Sep 2020 22:36:15 +0200 schrieb Pavel Sanda : > On Mon, Sep 28, 2020 at 04:51:15PM +0200, Thibaut Cuvelier wrote: > > pandoc can also produce ePub (although I don't know if it does this well), > > it should be quite straightforward to include it too. > > BTW would you be willing to

Re: Display created docbook

2020-09-28 Thread Kornel Benko
Am Mon, 28 Sep 2020 16:54:44 -0400 schrieb Richard Kimberly Heck : > On 9/28/20 11:06 AM, Pavel Sanda wrote: > > On Mon, Sep 28, 2020 at 04:59:23PM +0200, Kornel Benko wrote: > >>>>> Hi, > >>>>> I have a patch ready to > >>

Re: Display created docbook

2020-09-28 Thread Kornel Benko
Am Mon, 28 Sep 2020 20:29:27 +0100 schrieb José Abílio Matos : > On Monday, September 28, 2020 7:46:50 PM WEST Pavel Sanda wrote: > > I have my doubts how this is working outside latex frameworks on non linux > > architectures. So again I do not think that breaking python uniformity > > in our

Re: Display created docbook

2020-09-28 Thread Kornel Benko
Am Mon, 28 Sep 2020 17:06:32 +0200 schrieb Pavel Sanda : > On Mon, Sep 28, 2020 at 04:59:23PM +0200, Kornel Benko wrote: > > > > > Hi, > > > > > I have a patch ready to > > > > > 1.) new format (pdf9) + conversion 'docbook5->pdf9' > &

Re: Display created docbook

2020-09-28 Thread Kornel Benko
Am Mon, 28 Sep 2020 16:51:15 +0200 schrieb Thibaut Cuvelier : > On Mon, 28 Sep 2020 at 16:42, Pavel Sanda wrote: > > > On Mon, Sep 28, 2020 at 02:20:21PM +0200, Kornel Benko wrote: > > > Hi, > > > I have a patch ready to > > > 1.) new for

Display created docbook

2020-09-28 Thread Kornel Benko
Hi, I have a patch ready to 1.) new format (pdf9) + conversion 'docbook5->pdf9' This is using pandoc, so that one can display the docbook data 2.) A wrapper/filter around ssconvert for converting spreadsheets to be inserted in docbook5 documents The first part should be uncontroversial. For

Re: listerrors fails

2020-09-28 Thread Kornel Benko
Am Mon, 28 Sep 2020 11:16:33 +0100 schrieb José Abílio Matos : > On Monday, September 28, 2020 8:51:40 AM WEST Kornel Benko wrote: > > Our python script lib/scripts/listerrors fails with the message > > File "./listerrors", line 25 > > from _

listerrors fails

2020-09-28 Thread Kornel Benko
Our python script lib/scripts/listerrors fails with the message File "./listerrors", line 25 from __future__ import print_function ^ SyntaxError: from __future__ imports must occur at the beginning of the file Exit 1 Since we require python3 here, this line is not needed IMHO Removing

Re: Automake question

2020-09-27 Thread Kornel Benko
Am Sun, 27 Sep 2020 16:35:27 +0200 schrieb Pavel Sanda : > On Sun, Sep 27, 2020 at 03:46:48PM +0200, Kornel Benko wrote: > > > > > On Sat, Sep 26, 2020 at 10:44:59PM +0200, Kornel Benko wrote: > > > > > > And before you ask, here the full

Re: Automake question

2020-09-27 Thread Kornel Benko
Am Sun, 27 Sep 2020 15:35:48 +0200 schrieb Pavel Sanda : > On Sun, Sep 27, 2020 at 01:53:15PM +0200, Kornel Benko wrote: > > Am Sun, 27 Sep 2020 13:44:24 +0200 > > schrieb Pavel Sanda : > > > > > On Sat, Sep 26, 2020 at 10:44:59PM +0200, Kornel Benko wrote: &g

Re: Automake question

2020-09-27 Thread Kornel Benko
Am Sun, 27 Sep 2020 13:44:24 +0200 schrieb Pavel Sanda : > On Sat, Sep 26, 2020 at 10:44:59PM +0200, Kornel Benko wrote: > > And before you ask, here the full sequence > > $ cd source > > $ ./autogen.sh > > These two commands below look strange to m

Re: Automake question

2020-09-26 Thread Kornel Benko
Am Sat, 26 Sep 2020 21:14:03 +0200 schrieb Jean-Marc Lasgouttes : > Le 26 septembre 2020 19:20:48 GMT+02:00, Kornel Benko a > écrit : > >Hi all, > >suppose I want to add a script to lib/scripts. What is needed to make > >it installed > >in automake environ

Automake question

2020-09-26 Thread Kornel Benko
Hi all, suppose I want to add a script to lib/scripts. What is needed to make it installed in automake environment? Apparently to use $ git add lib/scripts/abcd and add 'abcd' to the list dist_scripts_DATA in lib/Makefile.am is not sufficient. Kornel pgp034GlkY89p.pgp

Re: Regression font sizes in tables

2020-09-26 Thread Kornel Benko
Am Sat, 26 Sep 2020 14:48:30 +0200 schrieb Jürgen Spitzmüller : > Am Samstag, den 26.09.2020, 14:38 +0200 schrieb Jürgen Spitzmüller: > > It looks like a bug in the caption package. > > Actually, Scott already reported it: > https://gitlab.com/axelsommerfeldt/caption/-/issues/99 > > Seems to

Re: Regression font sizes in tables

2020-09-26 Thread Kornel Benko
Am Sat, 26 Sep 2020 12:14:24 +0200 schrieb Jürgen Spitzmüller : > Am Freitag, den 25.09.2020, 16:23 +0200 schrieb Kornel Benko: > > > Open attached with lyx2.3, view pdf. Both tables have identical > > font sizes > > > > > > Open with master

Re: Regression font sizes in tables

2020-09-25 Thread Kornel Benko
Am Fri, 25 Sep 2020 15:30:26 +0200 schrieb Kornel Benko : > Open attached with lyx2.3, view pdf. Both tables have identical font sizes > > Open with master, the second table have smaller font. > > Kornel Bisect led to: 448e5efab42f75e48d01550f9781318425275f15 is the f

Regression font sizes in tables

2020-09-25 Thread Kornel Benko
Open attached with lyx2.3, view pdf. Both tables have identical font sizes Open with master, the second table have smaller font. Kornel BIG23.lyx Description: application/lyx pgpz11C_Jjv10.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list

Re: [LyX/master] Gnumeric conversions to html: Remove wrong closing flag

2020-09-24 Thread Kornel Benko
Am Thu, 24 Sep 2020 09:58:13 -0400 schrieb Richard Kimberly Heck : > On 9/24/20 7:12 AM, Kornel Benko wrote: > > Am Thu, 24 Sep 2020 09:52:09 +0200 (CEST) > > schrieb Kornel Benko : > > > >> commit 70725040db010ee5596b4d57e0b597e53e06817c > >> Author: Korn

Re: [LyX/master] Gnumeric conversions to html: Remove wrong closing flag

2020-09-24 Thread Kornel Benko
Am Thu, 24 Sep 2020 09:52:09 +0200 (CEST) schrieb Kornel Benko : > commit 70725040db010ee5596b4d57e0b597e53e06817c > Author: Kornel Benko > Date: Thu Sep 24 10:14:35 2020 +0200 > > Gnumeric conversions to html: Remove wrong closing flag > > Now LyXHTML expor

LyXHTML export of Spreadsheet.lyx

2020-09-22 Thread Kornel Benko
Attached is a small perl script converting this invalid xhtml export together with the resulting .xml file. The result displays nice with firefox. Riki, do you have an idea how to make the export correct without the use of this script? Kornel x.pl Description: Perl program

Re: Index separator with different font breaks xhtml

2020-09-21 Thread Kornel Benko
Am Mon, 21 Sep 2020 12:37:29 +0200 schrieb Jürgen Spitzmüller : > Am Montag, den 21.09.2020, 12:21 +0200 schrieb Kornel Benko: > > Oh, yes. In that case should we correct es/UserGuide.lyx (where this > > happens)? > > Yes. > > Jürgen Good. Done a

Re: Index separator with different font breaks xhtml

2020-09-21 Thread Kornel Benko
Am Mon, 21 Sep 2020 12:08:59 +0200 schrieb Jürgen Spitzmüller : > Am Montag, den 21.09.2020, 11:39 +0200 schrieb Kornel Benko: > > 1.) Selecting different flag for '!' (like noun or emph or whatever) > > works OK in latex but breaks xhtml. > > But see > https://www.

Index separator with different font breaks xhtml

2020-09-21 Thread Kornel Benko
This is for Riki I suppose. Selecting an index like "abc ! def" works as expected at latex output and in xhtml output 1.) Selecting different flag for '!' (like noun or emph or whatever) works OK in latex but breaks xhtml. 2.) Removing the spaces around '!' works OK in latex but does

Re: Export to lyxhtml broken

2020-09-20 Thread Kornel Benko
Am Sun, 20 Sep 2020 11:53:39 +0200 schrieb Kornel Benko : > Am Sun, 20 Sep 2020 11:46:36 +0200 > schrieb Kornel Benko : > > > Am Sun, 20 Sep 2020 01:38:11 +0200 > > schrieb Kornel Benko : > > > > > > > > $ xmllint Welcome.xhtml > > &g

Re: Export to lyxhtml broken

2020-09-20 Thread Kornel Benko
Am Sun, 20 Sep 2020 11:46:36 +0200 schrieb Kornel Benko : > Am Sun, 20 Sep 2020 01:38:11 +0200 > schrieb Kornel Benko : > > > > > > $ xmllint Welcome.xhtml > > > > > Welcome.xhtml:47: parser error : Entity 'rArr' not defined > > > > &

Re: Export to lyxhtml broken

2020-09-20 Thread Kornel Benko
Am Sun, 20 Sep 2020 01:38:11 +0200 schrieb Kornel Benko : > > > > $ xmllint Welcome.xhtml > > > > Welcome.xhtml:47: parser error : Entity 'rArr' not defined > > > > ase use it! Start with the menu > > style='font-family:sans-serif;'>Help > > &

Re: Export to lyxhtml broken

2020-09-19 Thread Kornel Benko
Am Sun, 20 Sep 2020 01:36:12 +0200 schrieb Thibaut Cuvelier : > On Sun, 20 Sep 2020 at 01:25, Kornel Benko wrote: > > > Am Sat, 19 Sep 2020 19:12:12 -0400 > > schrieb Scott Kostyshak : > > > > > On Sat, Sep 19, 2020 at 07:09:55PM -0400, Scott Kostyshak wrote: &

Re: Export to lyxhtml broken

2020-09-19 Thread Kornel Benko
Am Sat, 19 Sep 2020 19:12:12 -0400 schrieb Scott Kostyshak : > On Sat, Sep 19, 2020 at 07:09:55PM -0400, Scott Kostyshak wrote: > > On Sun, Sep 20, 2020 at 12:08:55AM +0200, Kornel Benko wrote: > > > > > > Unfortunately the tests do not try to display the resulting

Re: Export to lyxhtml broken

2020-09-19 Thread Kornel Benko
Am Sun, 20 Sep 2020 01:13:39 +0200 schrieb Thibaut Cuvelier : > On Sun, 20 Sep 2020 at 01:10, Scott Kostyshak wrote: > > > On Sun, Sep 20, 2020 at 12:08:55AM +0200, Kornel Benko wrote: > > > > > > Unfortunately the tests do not try to display the resulting >

Export to lyxhtml broken

2020-09-19 Thread Kornel Benko
Unfortunately the tests do not try to display the resulting xhtml code, they only check with xmllint. ATM, most (if not all) xhtml exports create invalid output in the sense that the output is not displayable with firefox. (This works with lyx2.3) Kornel pgpFOrbentKea.pgp

Re: DocBook v2

2020-09-19 Thread Kornel Benko
Am Sat, 19 Sep 2020 22:16:05 +0200 schrieb Pavel Sanda : > On Sat, Sep 19, 2020 at 10:01:19PM +0200, Kornel Benko wrote: > > Am Sat, 19 Sep 2020 21:33:56 +0200 > > schrieb Pavel Sanda : > > > > > /usr/lib/gcc/i686-pc-linux-gnu/4.9.4/include/g++-v4/streambuf:8

Re: DocBook v2

2020-09-19 Thread Kornel Benko
Am Sat, 19 Sep 2020 21:33:56 +0200 schrieb Pavel Sanda : > /usr/lib/gcc/i686-pc-linux-gnu/4.9.4/include/g++-v4/streambuf:810:7: error: > 'std::basic_streambuf<_CharT, _Traits>& std::basic_streambuf<_CharT, > _Traits>::operator=(const std::basic_streambuf<_CharT, _Traits>&) [with > _CharT = >

Re: Docbook (inverted tests)

2020-09-19 Thread Kornel Benko
Am Sat, 19 Sep 2020 12:36:00 -0400 schrieb Scott Kostyshak : > On Sat, Sep 19, 2020 at 06:00:18PM +0200, Kornel Benko wrote: > > > > ATM, all export tests for xhtml|docbook5 pass. > > I propose to merge with master. > > +1 > > > There is still work t

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