Re: CMake and HAVE_HUNSPELL_CXXABI

2024-06-22 Thread Kornel Benko
Am Sat, 22 Jun 2024 14:33:36 +0200 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 22.06.2024 um 14:07 +0200 schrieb Jürgen Spitzmüller: > > If I compile master with cmake > > > > HAVE_HUNSPELL_CXXABI = FALSE > > > > although it should be true (and also is with autotools). > > With a fresh

Re: [LyX/2.4.1-devel] Update doc info for quote-insert

2024-06-15 Thread Kornel Benko
Am Fri, 14 Jun 2024 20:18:42 + schrieb Pavel Sanda : > commit b8a22a3667b20aee663ff897e1d24761dc9e1f30 > Author: Richard Kimberly Heck > Date: Tue Apr 2 12:46:36 2024 -0400 > > Update doc info for quote-insert > --- > src/LyXAction.cpp | 4 +++- > 1 file changed, 3 insertions(+), 1

Re: Existential doubt: Python line size

2024-06-14 Thread Kornel Benko
Am Thu, 13 Jun 2024 14:28:12 -0400 schrieb Scott Kostyshak : > On Thu, Jun 13, 2024 at 07:08:01PM GMT, José Matos wrote: > > > So my question to you is: what do you think that the limit should be? > > > > I do not mind to share this limit with the C++ code, after all most of > > the same

Re: [LyX/master] Python runtime detection requirement upgraded to 3.8

2024-06-12 Thread Kornel Benko
Am Wed, 12 Jun 2024 13:33:39 -0400 schrieb Scott Kostyshak : > On Wed, Jun 12, 2024 at 04:14:22PM GMT, Pavel Sanda wrote: > > On Wed, Jun 12, 2024 at 10:58:53AM +0200, Kornel Benko wrote: > > > > The system version will be the same so this is safe for your ins

Re: operator << for Cursor seems to not work

2024-06-12 Thread Kornel Benko
Am Wed, 12 Jun 2024 11:34:44 +0200 schrieb Jean-Marc Lasgouttes : > Le 12/06/2024 à 10:53, Kornel Benko a écrit : > > Am Tue, 11 Jun 2024 16:37:37 +0200 > > schrieb Jean-Marc Lasgouttes : > > > >> Le 11/06/2024 à 16:41, Kornel Benko a écrit : > >>>

Re: [LyX/master] Python runtime detection requirement upgraded to 3.8

2024-06-12 Thread Kornel Benko
Am Mon, 10 Jun 2024 17:37:41 +0100 schrieb José Matos : > On Mon, 2024-06-10 at 16:47 +0200, Kornel Benko wrote: > > From now on I cannot build on ubuntu with linux 4.15.0-122. > > os_release VERSION="18.3 (Sylvia)" > > There is only python3 version 3.5 >

Re: operator << for Cursor seems to not work

2024-06-12 Thread Kornel Benko
Am Tue, 11 Jun 2024 16:37:37 +0200 schrieb Jean-Marc Lasgouttes : > Le 11/06/2024 à 16:41, Kornel Benko a écrit : > > Works now. But gives not the needed info. > > Result is e.g. "inset: 0x5604fff94be0 idx: 0 par: 3 pos: 0". > > Could you give me a concrete examp

Re: operator << for Cursor seems to not work

2024-06-11 Thread Kornel Benko
Am Tue, 11 Jun 2024 16:24:35 +0200 schrieb Kornel Benko : > Am Tue, 11 Jun 2024 16:01:21 +0200 > schrieb Jean-Marc Lasgouttes : > > > Le 30/05/2024 à 22:10, Kornel Benko a écrit : > > > I see it while checking the output of > > > LYXERR(Debug::FINDVERB

Re: operator << for Cursor seems to not work

2024-06-11 Thread Kornel Benko
Am Tue, 11 Jun 2024 16:01:21 +0200 schrieb Jean-Marc Lasgouttes : > Le 30/05/2024 à 22:10, Kornel Benko a écrit : > > I see it while checking the output of > > LYXERR(Debug::FINDVERBOSE, "Advancing pos: cur=" << cur); > > The only output is > >

Re: The Demise of 2.4.1-devel

2024-06-11 Thread Kornel Benko
Am Mon, 10 Jun 2024 17:27:26 -0400 schrieb "Alexander Dunlap" : > On Mon, Jun 10, 2024, at 3:39 PM, Richard Kimberly Heck wrote: > > I've merged 2.4.1-devel into 2.4.x, so it should no longer be used. > > Commits to stable should now all go to 2.4.x. > > > > I'm intending to release 2.4.1

Mail delivery to jaoma...@gmail.com

2024-06-11 Thread Kornel Benko
José, I got this as answer of my email to you: From: Mail Delivery System To: kor...@lyx.org Subject: Mail delivery failed: returning message to sender Date: Tue, 11 Jun 2024 13:07:40 +0200 This message was created automatically by mail delivery software. A message that you sent could not be

Re: [LyX/master] FindAdv: Omitting cursor advance at start of search if in mathed.

2024-06-10 Thread Kornel Benko
Am Mon, 10 Jun 2024 12:51:34 -0400 schrieb Richard Kimberly Heck : > On 6/10/24 08:40, Kornel Benko wrote: > > commit 8c501308c3c9bf2389275837798ed6c62a9a17bf > > Author: Alexander Dunlap > > Date: Mon Jun 10 14:42:29 2024 +0200 > > > > FindAdv: Omitting

Re: [LyX/master] Python runtime detection requirement upgraded to 3.8

2024-06-10 Thread Kornel Benko
Am Mon, 10 Jun 2024 10:12:16 +0100 schrieb José Matos : > On Mon, 2024-06-10 at 09:04 +, José Matos wrote: > > commit 1c458dc1212865e9c9e2fd0207f15a72f4988e63 > > Author: José Matos > > Date:   Mon Jun 10 10:04:26 2024 +0100 > > > >     Python runtime detection requirement upgraded to 3.8 >

Re: Embedded Objects fails on updated TL

2024-06-08 Thread Kornel Benko
Am Sat, 8 Jun 2024 12:17:35 -0400 schrieb Scott Kostyshak : > This time I waited a a few days before complaining ;) > > Our Embedded Objects manual fails to compile for me on updated TeX Live > with pdflatex. > > Can anyone else confirm (or refute) on latest TeX Live? If so, I will > make an

Re: [LyX/2.4.x] New status file, and status for last commit

2024-06-02 Thread Kornel Benko
Am Thu, 30 May 2024 12:17:15 -0400 schrieb Richard Kimberly Heck : > On 5/30/24 02:46, Jürgen Spitzmüller wrote: > > Am Mittwoch, dem 29.05.2024 um 14:50 + schrieb Richard Kimberly > > Heck: > >> commit e80fdf38e4dc095316547371d22284676e2e6c7d > >> Author: Richard Kimberly Heck > >> Date:  

operator << for Cursor seems to not work

2024-05-30 Thread Kornel Benko
I see it while checking the output of LYXERR(Debug::FINDVERBOSE, "Advancing pos: cur=" << cur); The only output is 'lyxfind.cpp (4504): Advancing pos: cur=' Gdb never enters Cursor.cpp:164 LyXErr & operator<<(LyXErr & os, CursorData const & cur) What changed? It worked at

Re: CMake: LYX_PROGRAM_SUFFIX=OFF -> user dir .lyx or .lyx2.4?

2024-05-26 Thread Kornel Benko
Am Sun, 26 May 2024 08:52:30 +0200 schrieb Jean-Marc Lasgouttes : > For a reference point, that is what happens with auto tools. However the macOS > packaging usus the same convention as you describe. > > Kornel, we should decide what is best :) I prefer the suffix version of the user dir.

Re: metainfo wrong target dir?

2024-05-24 Thread Kornel Benko
Am Fri, 24 May 2024 12:21:07 -0400 schrieb Richard Kimberly Heck : >> > On 5/23/24 16:22, Yu Jin wrote: >> > > Am Do., 23. Mai 2024 um 22:06 Uhr schrieb Yu Jin: ... > >> > > I found the issue. SYSTEM_DATADIR is set > >> > >

Re: metainfo wrong target dir?

2024-05-24 Thread Kornel Benko
Am Thu, 23 May 2024 22:14:37 -0400 schrieb Richard Kimberly Heck : > On 5/23/24 16:22, Yu Jin wrote: > > Am Do., 23. Mai 2024 um 22:06 Uhr schrieb Yu Jin : > > > > Am Do., 23. Mai 2024 um 10:05 Uhr schrieb Kornel Benko: > > > > Am Wed, 22 May 2024 19:0

Re: metainfo wrong target dir?

2024-05-23 Thread Kornel Benko
Am Wed, 22 May 2024 19:09:05 +0200 schrieb Yu Jin : > Am Mi., 22. Mai 2024 um 15:56 Uhr schrieb Pavel Sanda: > > > On Thu, May 16, 2024 at 10:35:45PM +0200, Yu Jin wrote: > > > > > > You could check the value at CMakeLists.txt:575 (after being set on > > > > line 573). > > > > > >

Re: [LyX/master] Failing export tests

2024-05-20 Thread Kornel Benko
Am Mon, 20 May 2024 10:40:35 -0400 schrieb Scott Kostyshak : > On Mon, May 20, 2024 at 03:11:41PM GMT, Kornel Benko wrote: > > Am Mon, 20 May 2024 14:27:26 +0200 > > schrieb "Jürgen Spitzmüller" : > > > > > Am Montag, dem 20.05.2024 um 11:40 +0200 schr

Re: [LyX/master] Failing export tests

2024-05-20 Thread Kornel Benko
Am Mon, 20 May 2024 10:35:56 -0400 schrieb Scott Kostyshak : > On Mon, May 20, 2024 at 04:17:02PM GMT, Jürgen Spitzmüller wrote: > > Am Montag, dem 20.05.2024 um 15:11 +0200 schrieb Kornel Benko: > > > So the only remaining test is > > > export/expor

Re: [LyX/master] Failing export tests

2024-05-20 Thread Kornel Benko
Am Mon, 20 May 2024 14:27:26 +0200 schrieb "Jürgen Spitzmüller" : > Am Montag, dem 20.05.2024 um 11:40 +0200 schrieb Kornel Benko: > > Some russian documents fail > > They work for me if I set appropriate fonts. What error do you get? After rerunning the Russian te

[LyX/master] Failing export tests

2024-05-20 Thread Kornel Benko
This part is OK, this means Knittr +beamer works INVERTED.LYXBUGS_export/export/latex/lyxbugs/ed62816e-knitr-comment-beamer_dvi INVERTED.LYXBUGS_export/export/latex/lyxbugs/ed62816e-knitr-comment-beamer_dvi3_systemF INVERTED.LYXBUGS_export/export/latex/lyxbugs/ed62816e-knitr-comment-beamer_pdf

Re: Tests failing on recent master

2024-05-18 Thread Kornel Benko
Am Sat, 18 May 2024 15:09:44 +0200 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 18.05.2024 um 14:16 +0200 schrieb Kornel Benko: > > Am Sat, 18 May 2024 13:58:21 +0200 > > schrieb Jean-Marc Lasgouttes : > > > > > Le 18/05/2024 à 13:52, Kornel Ben

Re: Tests failing on recent master

2024-05-18 Thread Kornel Benko
Am Sat, 18 May 2024 13:58:21 +0200 schrieb Jean-Marc Lasgouttes : > Le 18/05/2024 à 13:52, Kornel Benko a écrit : > > Test passes after the attached patch. > > The patch looks good. Is this where other variables are initialized, or > is it in the constructo

Re: Tests failing on recent master

2024-05-18 Thread Kornel Benko
Am Sat, 18 May 2024 12:12:56 +0200 schrieb Kornel Benko : > Am Fri, 17 May 2024 15:21:10 +0200 > schrieb Kornel Benko : > > > > Did you try to run LyX under valgrind? It can be very useful in such > > > cases. > > > > Will try later ..

Re: Tests failing on recent master

2024-05-18 Thread Kornel Benko
Am Fri, 17 May 2024 15:21:10 +0200 schrieb Kornel Benko : > > Did you try to run LyX under valgrind? It can be very useful in such cases. > > > > Will try later ... now grandpa duties > > > JMarc > > Kornel Ok there are plenty of errors. Using

Re: Tests failing on recent master

2024-05-18 Thread Kornel Benko
Am Fri, 17 May 2024 13:18:44 -0400 schrieb Scott Kostyshak : > On Fri, May 17, 2024 at 11:34:51AM GMT, Scott Kostyshak wrote: > > On Fri, May 17, 2024 at 03:20:11PM GMT, Kornel Benko wrote: > > > Am Fri, 17 May 2024 08:46:53 -0400 > > > schrieb Scott Kostyshak : >

Re: Tests failing on recent master

2024-05-17 Thread Kornel Benko
Am Fri, 17 May 2024 15:01:08 +0200 schrieb Jean-Marc Lasgouttes : > Le 17/05/2024 à 14:46, Scott Kostyshak a écrit : > > On Fri, May 17, 2024 at 12:04:49PM GMT, Kornel Benko wrote: > >> Am Fri, 17 May 2024 05:57:27 +0200 > >> schrieb "Jürgen Spitzmüller&qu

Re: Tests failing on recent master

2024-05-17 Thread Kornel Benko
Am Fri, 17 May 2024 08:46:53 -0400 schrieb Scott Kostyshak : > On Fri, May 17, 2024 at 12:04:49PM GMT, Kornel Benko wrote: > > Am Fri, 17 May 2024 05:57:27 +0200 > > schrieb "Jürgen Spitzmüller" : > > > > > Am Donnerstag, dem 16.05.2024 um 22:19 +0200

Re: Tests failing on recent master

2024-05-17 Thread Kornel Benko
Am Fri, 17 May 2024 05:57:27 +0200 schrieb "Jürgen Spitzmüller" : > Am Donnerstag, dem 16.05.2024 um 22:19 +0200 schrieb Kornel Benko: > > -- Error line = /usr2/src/lyx/lyx- > > git/src/insets/InsetTabular.cpp:1070:51: runtime > > error: load of value 110, whic

Re: Tests failing on recent master

2024-05-16 Thread Kornel Benko
Am Thu, 16 May 2024 17:07:13 +0200 schrieb "Jürgen Spitzmüller" : > Am Donnerstag, dem 16.05.2024 um 10:54 +0200 schrieb Kornel Benko: > > With today's test, I get only ... > > export/doc/es/UserGuide_lyx23 (Failed) > > The export to these formats works well

Re: metainfo wrong target dir?

2024-05-16 Thread Kornel Benko
Am Thu, 16 May 2024 21:08:55 +0200 schrieb Yu Jin : > > I don't see it in linux though. > > > > You could check the value at CMakeLists.txt:575 (after being set on line > > 573). > >         message(STATUS "CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}") > > > This is the output >

Re: metainfo wrong target dir?

2024-05-16 Thread Kornel Benko
Am Thu, 16 May 2024 11:01:36 +0200 schrieb Pavel Sanda : > On Wed, May 15, 2024 at 05:00:28PM +0200, Yu Jin wrote: > > > On Tue, May 14, 2024 at 06:16:49PM +0200, Yu Jin wrote: > > > > Why does it try to install that file into my Program Files dir and not > > > into > > > >

Re: metainfo wrong target dir?

2024-05-16 Thread Kornel Benko
Am Wed, 15 May 2024 17:00:28 +0200 schrieb Yu Jin : > Am Di., 14. Mai 2024 um 20:21 Uhr schrieb Pavel Sanda: > > > On Tue, May 14, 2024 at 06:16:49PM +0200, Yu Jin wrote: > > > Why does it try to install that file into my Program Files dir and not > > into > > > CMAKE_INSTALL_PREFIX? > > > > I

Re: Tests failing on recent master

2024-05-16 Thread Kornel Benko
Am Tue, 14 May 2024 19:29:53 -0400 schrieb Scott Kostyshak : > The following tests now fail (and used to pass not too long ago): > > export/export/latex/languages/supported-languages_babel_auto-legacy_dvi > (Failed) > export/export/latex/languages/supported-languages_babel_auto-legacy_pdf

Re: BUG [Was Re: TESTING Tarballs for 2.4.0]

2024-05-15 Thread Kornel Benko
Am Tue, 14 May 2024 12:28:09 -0400 schrieb Richard Kimberly Heck : > On 5/14/24 10:29, Pavel Sanda wrote: > > On Tue, May 14, 2024 at 04:13:49PM +0200, Pavel Sanda wrote: > >> On Tue, May 14, 2024 at 03:27:13PM +0200, Pavel Sanda wrote: > >>> On Mon, May 13, 2024 at 05:48:40PM -0400, Richard

Re: TESTING Tarballs for 2.4.0

2024-05-15 Thread Kornel Benko
Am Tue, 14 May 2024 18:34:50 +0200 schrieb Yu Jin : > Am Di., 14. Mai 2024 um 17:54 Uhr schrieb Kornel Benko: > ... > > Corrected at 5eaa03a1, sorry. > > > > Well, the 2.4.x branch still does not compile: > > Build started at 18:30... > 1>-- Build sta

Re: TESTING Tarballs for 2.4.0

2024-05-14 Thread Kornel Benko
Am Tue, 14 May 2024 17:41:46 +0200 schrieb Yu Jin : > Am Mo., 13. Mai 2024 um 23:49 Uhr schrieb Richard Kimberly Heck: > > > Hi, all, > > > > Tarballs for 2.4.0 are here: > > > > http://ftp.lyx.org/pub/lyx/devel/lyx-2.4/ > > > > Please test. Please let me know if I forgot to do or include

Re: Test failure after tlmgr update (not a LyX issue)

2024-05-06 Thread Kornel Benko
Am Sun, 5 May 2024 13:12:48 +0200 schrieb Kornel Benko : > > > > > > See: https://tug.org/pipermail/tex-live/2024-May/050511.html > > > > > > Udi > > > > Thanks, Kornel and Udi. Indeed, after a new tlmgr update these tests > > pass.

Re: Test failure after tlmgr update (not a LyX issue)

2024-05-05 Thread Kornel Benko
Am Sat, 4 May 2024 23:18:51 -0400 schrieb Scott Kostyshak : > On Sat, May 04, 2024 at 09:57:22PM GMT, Udicoudco wrote: > > On Sat, May 4, 2024, 9:46 PM Kornel Benko wrote: > > > > > Am Fri, 3 May 2024 10:31:42 -0400 > > > schrieb Scott Kostyshak : > &g

Re: Test failure after tlmgr update (not a LyX issue)

2024-05-04 Thread Kornel Benko
Am Fri, 3 May 2024 10:31:42 -0400 schrieb Scott Kostyshak : > This is likely not a LyX issue so feel free to ignore. > > After a tlmgr update, the following tests now fail: > > export/export/latex/languages/en-ja_platex_dvi3_systemF (Failed) >

Re: Minor performance issue on shift + down, shift + up on includes

2024-04-22 Thread Kornel Benko
Am Mon, 22 Apr 2024 14:47:10 -0400 schrieb Scott Kostyshak : > To reproduce: > > 1. Move the attached file in the lib/docs directory. > 2. Open the file. > 3. Put the cursor before, e.g., the Additional.lyx include. > 4. Press Shift + Down (or Shift + Up). > > Result is that there is a small

Re: LyX v2.4.0 RC4 -> Table styles??

2024-04-20 Thread Kornel Benko
Am Sat, 20 Apr 2024 12:54:16 -0400 schrieb Richard Kimberly Heck : > On 4/20/24 12:50, Kornel Benko wrote: > > Am Sat, 20 Apr 2024 17:54:42 +0200 > > schrieb "Jürgen Spitzmüller" : > > > >> Am Samstag, dem 20.04.2024 um 10:54 +0200 schrieb Jürgen Spitzmü

Re: LyX v2.4.0 RC4 -> Table styles??

2024-04-20 Thread Kornel Benko
Am Sat, 20 Apr 2024 19:22:03 +0200 schrieb Kornel Benko : > Am Sat, 20 Apr 2024 12:54:16 -0400 > schrieb Richard Kimberly Heck : > > > On 4/20/24 12:50, Kornel Benko wrote: > > > Am Sat, 20 Apr 2024 17:54:42 +0200 > > > schrieb "Jürgen Spitzmüller" :

Re: LyX v2.4.0 RC4 -> Table styles??

2024-04-20 Thread Kornel Benko
Am Sat, 20 Apr 2024 12:54:16 -0400 schrieb Richard Kimberly Heck : > On 4/20/24 12:50, Kornel Benko wrote: > > Am Sat, 20 Apr 2024 17:54:42 +0200 > > schrieb "Jürgen Spitzmüller" : > > > >> Am Samstag, dem 20.04.2024 um 10:54 +0200 schrieb Jürgen Spitzmü

Re: LyX v2.4.0 RC4 -> Table styles??

2024-04-20 Thread Kornel Benko
Am Sat, 20 Apr 2024 17:54:42 +0200 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 20.04.2024 um 10:54 +0200 schrieb Jürgen Spitzmüller: > > That's strange, you should have six different options. Do you have a > > folder called "tabletemplates" in your system directory (that's the > > directory

Re: 2.3.x does not compile on Windows

2024-04-19 Thread Kornel Benko
Am Fri, 19 Apr 2024 11:12:41 +0200 schrieb Pavel Sanda : > On Fri, Apr 19, 2024 at 11:03:55AM +0200, Kornel Benko wrote: > > Looks like not so easy. The changes in are > > development/cmake/modules/LyXMacros.cmake: easy managable > > development/cmake/modules/Fi

Re: 2.3.x does not compile on Windows

2024-04-19 Thread Kornel Benko
Am Thu, 18 Apr 2024 16:43:25 +0200 schrieb Pavel Sanda : > On Wed, Apr 17, 2024 at 09:22:34AM +0200, Kornel Benko wrote: > > Am Tue, 16 Apr 2024 15:54:26 +0200 > > schrieb Yu Jin : > > > > > > Alternatively you can try setting CMAKE_CXX_STANDARD directly. &

Re: Screwed display for table (all lyx versions)

2024-04-18 Thread Kornel Benko
Am Wed, 17 Apr 2024 23:36:30 +0200 schrieb Jean-Marc Lasgouttes : > Le 06/04/2024 à 15:30, Scott Kostyshak a écrit : > > On Sat, Apr 06, 2024 at 11:14:45AM GMT, Kornel Benko wrote: > >> > >> The created pdf looks like I wanted. > > > > I can repro

Re: 2.3.x does not compile on Windows

2024-04-17 Thread Kornel Benko
Am Tue, 16 Apr 2024 15:54:26 +0200 schrieb Yu Jin : > > Alternatively you can try setting CMAKE_CXX_STANDARD directly. > > Like in CMakeLists.txt:646 > > -if(NOT MSVC) > > +if (MSVC) > > +       set(CMAKE_CXX_STANDARD 11) > > +else() > > > > Since I cannot test for MSVC, it is untested. > > >

Re: 2.3.x does not compile on Windows

2024-04-16 Thread Kornel Benko
Am Fri, 12 Apr 2024 21:50:28 +0200 schrieb Yu Jin : > Am Fr., 12. Apr. 2024 um 09:56 Uhr schrieb Kornel Benko : > > > Am Thu, 11 Apr 2024 17:13:20 +0200 > > schrieb Yu Jin: > > > > > Am Do., 11. Apr. 2024 um 10:17 Uhr schrieb Kornel Benko: > > >

Re: Cursor painting gets stuck if space before end of inset

2024-04-12 Thread Kornel Benko
Am Fri, 12 Apr 2024 00:07:06 -0400 schrieb Scott Kostyshak : > To reproduce: > > 1. Open the attached file. > 2. Put the cursor just after "testing" and before the space. > 3. Press . > > Result: it looks like the cursor is frozen for a second. I do not see this. > Similarly, if after (3) you

Re: 2.3.x does not compile on Windows

2024-04-12 Thread Kornel Benko
Am Thu, 11 Apr 2024 17:13:20 +0200 schrieb Yu Jin : > Am Do., 11. Apr. 2024 um 10:17 Uhr schrieb Kornel Benko : > > > Am Wed, 10 Apr 2024 21:02:40 +0200 > > schrieb Yu Jin : > > [snip] > > Please check ./development/cmake/modules/LyXMacros.cmake:47

Re: 2.3.x does not compile on Windows

2024-04-11 Thread Kornel Benko
Am Wed, 10 Apr 2024 21:02:40 +0200 schrieb Yu Jin : > Am Mi., 10. Apr. 2024 um 16:02 Uhr schrieb Jean-Marc Lasgouttes : > > > Le 09/04/2024 à 06:30, Yu Jin a écrit : > > > Normally, unary_function and binary_function only disappeared in > > C++17. > > > Does C++14 work? > > > > > >

Re: Biginset branch has landed (sorry for the spam)

2024-04-10 Thread Kornel Benko
Am Wed, 10 Apr 2024 15:10:04 +0200 schrieb Jean-Marc Lasgouttes : > Le 10/04/2024 à 15:09, Kornel Benko a écrit : > > This patch definitely cured the behaviour here. > > Thanks for testing. Both for the math and the minibuffer examples? (this > is what I see, but

Re: Biginset branch has landed (sorry for the spam)

2024-04-10 Thread Kornel Benko
Am Wed, 10 Apr 2024 14:19:03 +0200 schrieb Jean-Marc Lasgouttes : > Le 09/04/2024 à 22:26, Scott Kostyshak a écrit : > > Bisect leads to here: 5e857883. Interestingly I bisected on the command > > buffer recipe, but the commit talks about math but I guess they're > > related issues. > > What

Re: Compiling With Qt5

2024-04-06 Thread Kornel Benko
Am Sat, 6 Apr 2024 10:59:42 +0200 schrieb Pavel Sanda : > On Sat, Apr 06, 2024 at 10:37:16AM +0200, Kornel Benko wrote: > > In this commit I only fixed the the wrong casing of "Qt6Core_Found" to > > "Qt6Core_FOUND". So this code was there for a

Screwed display for table (all lyx versions)

2024-04-06 Thread Kornel Benko
The created pdf looks like I wanted. Kornel Funktionstasten.lyx Description: application/lyx pgpN4FCuRw8VY.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Compiling With Qt5

2024-04-06 Thread Kornel Benko
Am Fri, 5 Apr 2024 17:23:57 -0400 schrieb Richard Kimberly Heck : > On 4/5/24 03:02, Kornel Benko wrote: > > Am Thu, 4 Apr 2024 13:39:18 -0400 > > schrieb Richard Kimberly Heck : > > > >> On 4/3/24 06:34, Jean-Marc Lasgouttes wrote: > >>>

Re: cmake build with qt6 (macos) does not include "plugins"

2024-04-05 Thread Kornel Benko
Am Thu, 21 Mar 2024 23:21:18 +0100 schrieb pdv : > On 20/03/2024 11:26, Pavel Sanda wrote: > > On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: > >> These steps have been added to my previous patch (new patch included) and I > >> also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables

Re: Compiling With Qt5

2024-04-05 Thread Kornel Benko
Am Thu, 4 Apr 2024 13:39:18 -0400 schrieb Richard Kimberly Heck : > On 4/3/24 06:34, Jean-Marc Lasgouttes wrote: > > Le 03/04/2024 à 12:27, Pavel Sanda a écrit : > >> On Tue, Apr 02, 2024 at 09:54:22PM -0400, Richard Kimberly Heck wrote: > >>> Also, do we want Qt6 to be the default with

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-03 Thread Kornel Benko
Am Wed, 3 Apr 2024 14:53:06 +0200 schrieb Jean-Marc Lasgouttes : > Le 02/04/2024 à 14:12, Kornel Benko a écrit : > >> The first one looks like a matter of old gcc that does not like the {} > >> constructor (don't remember the name). > >> > >> JMarc >

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-03 Thread Kornel Benko
Am Wed, 3 Apr 2024 12:43:59 +0200 schrieb Jean-Marc Lasgouttes : > Le 02/04/2024 à 14:11, Kornel Benko a écrit : > > Am Mon, 01 Apr 2024 20:24:10 +0100 > > schrieb José Matos : > >> What Qt version is available there? > > > > This is qt5.4.0. And pro

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-03 Thread Kornel Benko
Am Tue, 2 Apr 2024 14:53:22 +0200 schrieb Jean-Marc Lasgouttes : > Le 02/04/2024 à 14:12, Kornel Benko a écrit : > >> The first one looks like a matter of old gcc that does not like the {} > >> constructor (don't remember the name). > >> > >> JMarc >

Re: Compiling With Qt5

2024-04-03 Thread Kornel Benko
Am Tue, 2 Apr 2024 21:54:22 -0400 schrieb Richard Kimberly Heck : > On 4/2/24 21:19, Scott Kostyshak wrote: > > On Tue, Apr 02, 2024 at 08:41:50PM GMT, Richard Kimberly Heck wrote: > >> I'm now getting: > >> > >> CMake Error at CMakeLists.txt:826 (find_package): > >>   Could not find a package

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-02 Thread Kornel Benko
Am Mon, 1 Apr 2024 21:29:00 +0200 schrieb Jean-Marc Lasgouttes : > Le 01/04/2024 à 21:24, José Matos a écrit : > > On Mon, 2024-04-01 at 20:44 +0200, Kornel Benko wrote: > >> Attached the the errors for src/frontends/qt/GuiRef.cpp and > >> src/f

Re: Errors compiling lyx2.4 with gcc 5.4.0

2024-04-02 Thread Kornel Benko
Am Mon, 01 Apr 2024 20:24:10 +0100 schrieb José Matos : > On Mon, 2024-04-01 at 20:44 +0200, Kornel Benko wrote: > > Attached the the errors for src/frontends/qt/GuiRef.cpp and > > src/frontends/qt/GuiWorkArea.cpp. > > > > This is on a debian computer used b

Errors compiling lyx2.4 with gcc 5.4.0

2024-04-01 Thread Kornel Benko
Attached the the errors for src/frontends/qt/GuiRef.cpp and src/frontends/qt/GuiWorkArea.cpp. This is on a debian computer used by my wife, so I am somewhat reluctant to upgrade there. If I create a package on a different computer, the resulting executable does not run there because it expects

Re: SIGSEGV on current master

2024-03-30 Thread Kornel Benko
Am Sat, 30 Mar 2024 08:10:53 + schrieb José Matos : > On Fri, 2024-03-29 at 22:38 -0400, Scott Kostyshak wrote: > > To reproduce: > > > > 1. Start a new document. > > 2. Start a math inset and put "x + y". > > 3. Select x. > > 4. Press ctrl + f to open find. > > 5. Press . > > > > The

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-23 Thread Kornel Benko
Am Thu, 21 Mar 2024 23:21:18 +0100 schrieb pdv : > On 20/03/2024 11:26, Pavel Sanda wrote: > > On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: > >> These steps have been added to my previous patch (new patch included) and I > >> also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables

Re: cmake build on macos (Sonoma, XCode) fails and remedy

2024-03-20 Thread Kornel Benko
Am Tue, 19 Mar 2024 15:31:00 +0100 schrieb pdv : > Using the latest commit and building lyx with cmake on macos-sonoma with > xcode fails with multiple error messages like this one: > > -- > CMake Error in po/CMakeLists.txt: >The custom command generating > >

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-20 Thread Kornel Benko
Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : > On 04/11/2023 17:55, pdv wrote: > > On 21/03/2023 19:27, Kornel Benko wrote: > >> Am Tue, 21 Mar 2023 15:27:41 +0100 > >> schrieb pdv : > >> > >>> On 21/03/2023 11:00, Kornel Benko wrote: > >

Re: File compiles with 2.3.x but not with master

2024-01-16 Thread Kornel Benko
Am Tue, 16 Jan 2024 13:00:44 -0500 schrieb Scott Kostyshak : > The attached .lyx file (put the my.cnf file in the same directory) compiles > with 2.3.x > but not with master. > > This issue was reported by Eberhard. > > I currently can't compile old enough commits to bisect. > > Can anyone

Re: [LyX/master] Omit character activation with hanging package

2023-12-05 Thread Kornel Benko
Am Tue, 05 Dec 2023 18:36:55 +0100 schrieb "Jürgen Spitzmüller" : > Am Dienstag, dem 05.12.2023 um 18:08 +0100 schrieb Kornel Benko: > > Sorry, I really don't know how I could tell it is working with > > \PassOptionsToPackage. > > I messed up the argument orde

Re: [LyX/master] Omit character activation with hanging package

2023-12-05 Thread Kornel Benko
Am Tue, 5 Dec 2023 15:43:59 +0100 (CET) schrieb Juergen Spitzmueller : > commit ddc5fed0ad00a31d6a6df93c0def3e0da22d74eb > Author: Juergen Spitzmueller > Date: Tue Dec 5 17:07:10 2023 +0100 > > Omit character activation with hanging package > > We do not use this feature anyway,

Re: ctests failing on current master

2023-12-04 Thread Kornel Benko
Am Mon, 04 Dec 2023 12:47:59 +0100 schrieb "Jürgen Spitzmüller" : > Am Montag, dem 04.12.2023 um 12:14 +0100 schrieb Jürgen Spitzmüller: > > I am not sure which general solution would be best. Using notquote > > generally seems to limit the functionality too strongly. > > On the other hand,

Re: ctests failing on current master

2023-12-04 Thread Kornel Benko
Am Mon, 04 Dec 2023 12:14:10 +0100 schrieb "Jürgen Spitzmüller" : > Am Montag, dem 04.12.2023 um 11:38 +0100 schrieb Kornel Benko: > > Thanks, unfortunately adding > > \usepackage[notquote]{hanging} > > to the preamble led to > > ! LaTeX Error: Optio

Re: ctests failing on current master

2023-12-04 Thread Kornel Benko
Am Mon, 04 Dec 2023 11:09:49 +0100 schrieb "Jürgen Spitzmüller" : > Am Montag, dem 04.12.2023 um 10:55 +0100 schrieb Kornel Benko: > > In fact, there are differences. My version loads also slovak.ldf and > > babel-slovak.tex > > Don't know, how that is ha

Re: ctests failing on current master

2023-12-04 Thread Kornel Benko
Am Mon, 4 Dec 2023 10:55:22 +0100 schrieb Kornel Benko : > No output PDF file written. > support/Systemcall.cpp (306): Systemcall: 'dvipdfmx -p a4 -o "Additional.pdf" > "Additional.dvi"' finished with exit code 1 > > An error occurred while running: &

Re: ctests failing on current master

2023-12-04 Thread Kornel Benko
Am Mon, 04 Dec 2023 09:41:11 +0100 schrieb "Jürgen Spitzmüller" : > Am Montag, dem 04.12.2023 um 09:23 +0100 schrieb Kornel Benko: > > Yes, I am sure. I tried to find what's wrong, maybe using files not > > in TL23, but no. > > > > The used statement is found

Re: ctests failing on current master

2023-12-04 Thread Kornel Benko
Am Sun, 03 Dec 2023 14:18:52 +0100 schrieb "Jürgen Spitzmüller" : > Am Sonntag, dem 03.12.2023 um 13:50 +0100 schrieb Kornel Benko: > > Sure? View formats > > pdf: PDF (ps2pdf) > > ! Use of \next doesn't match its definition > > '->\futurelet \next \h@ngrq

Re: ctests failing on current master

2023-12-03 Thread Kornel Benko
Am Sun, 03 Dec 2023 13:29:12 +0100 schrieb "Jürgen Spitzmüller" : > Am Sonntag, dem 03.12.2023 um 12:01 +0100 schrieb Kornel Benko: > > From the 105 'Additional' export tests now only 16 are failing. > > The following tests FAILED: > > I cannot reproduce an

Re: ctests failing on current master

2023-12-03 Thread Kornel Benko
Am Sun, 03 Dec 2023 11:21:06 +0100 schrieb "Jürgen Spitzmüller" : > Am Freitag, dem 01.12.2023 um 12:19 -0500 schrieb Scott Kostyshak: > > The following ctests are failing on current master: > > Some of them (the Additional cases at least) should work again after > ac5cc017179cdff61 > From

Re: ctests failing on current master

2023-12-03 Thread Kornel Benko
Am Sun, 03 Dec 2023 10:40:12 +0100 schrieb "Jürgen Spitzmüller" : > Am Sonntag, dem 03.12.2023 um 09:32 + schrieb José Matos: > > On Sun, 2023-12-03 at 10:07 +0100, Kornel Benko wrote: > > > The only difference in the "roundtrip" for style 'Enumera

Re: ctests failing on current master

2023-12-03 Thread Kornel Benko
Am Sun, 03 Dec 2023 09:16:20 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 02.12.2023 um 17:42 +0100 schrieb Kornel Benko: > > Should I better know than you?  > > I thought so, since you are using and improving the tests regularly. > > > It is our co

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Sat, 02 Dec 2023 17:22:32 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 02.12.2023 um 17:16 +0100 schrieb Kornel Benko: > > In the lyx-bin directory there should also exist the command > > "check_layout". > > The use is simple: > > >

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Sat, 2 Dec 2023 17:16:45 +0100 schrieb Kornel Benko : > Am Sat, 02 Dec 2023 16:07:15 +0100 > schrieb "Jürgen Spitzmüller" : > > > Am Samstag, dem 02.12.2023 um 10:40 +0100 schrieb Kornel Benko: > > > Am Fri, 1 Dec 2023 12:19:31 -

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Sat, 02 Dec 2023 16:07:15 +0100 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 02.12.2023 um 10:40 +0100 schrieb Kornel Benko: > > Am Fri, 1 Dec 2023 12:19:31 -0500 > > schrieb Scott Kostyshak : > > > > > The following ctests are failing on curr

Re: ctests failing on current master

2023-12-02 Thread Kornel Benko
Am Fri, 1 Dec 2023 12:19:31 -0500 schrieb Scott Kostyshak : > The following ctests are failing on current master: > > check_layout/memoir.layout (Failed) > check_layout/powerdot.layout (Failed) Bisecting for check_layout/powerdot.layout led to: 3698281943611647738baba1b33a3bd08518e410 is

Re: Advanced find: ignore non-output content

2023-11-29 Thread Kornel Benko
Am Fri, 24 Nov 2023 13:24:55 -0500 schrieb Richard Kimberly Heck : > On 11/24/23 07:23, Scott Kostyshak wrote: > > In master, if I click on settings and then "Ignore non-output content", > > notes should not be searched right? In the attached example, if I search > > for "abc", it also searches

Re: List of available classes

2023-11-12 Thread Kornel Benko
Am Sun, 12 Nov 2023 15:55:40 -0500 schrieb Scott Kostyshak : > On Sun, Nov 12, 2023 at 06:40:02PM +0100, Jean-Pierre Chrétien wrote: > > Dear developers, > > > > While updating the French version of Additional.lyx, I wanted to check the > > availability of KOMA-Script Report. > > However, I

Re: List of available classes

2023-11-12 Thread Kornel Benko
Am Sun, 12 Nov 2023 18:40:02 +0100 schrieb Jean-Pierre Chrétien : > Dear developers, > > While updating the French version of Additional.lyx, I wanted to check the > availability of KOMA-Script Report. > However, I can't scroll down the list of classes further than the Japanese > reports, I do

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-11 Thread Kornel Benko
Am Sat, 11 Nov 2023 11:14:51 -0500 schrieb Scott Kostyshak : > > diff --git a/development/cmake/post_install/CMakeLists.txt > > b/development/cmake/post_install/CMakeLists.txt index > > 52a2f782af..f83cdaad0b 100644 > > --- a/development/cmake/post_install/CMakeLists.txt > > +++

Re: New macros LYX_BEGIN_MUTE_GCC_WARNING and LYX_END_MUTE_GCC_WARNING not defined in cmake conf

2023-11-10 Thread Kornel Benko
Am Fri, 10 Nov 2023 14:40:01 +0100 schrieb Jean-Marc Lasgouttes : > Le 10/11/2023 à 13:24, Kornel Benko a écrit : > > Thanks, but > > /usr2/src/lyx/lyx-git/src/Mover.h:18:10: fatal error: > > support/mute_warning.h: No such > > file or directory 18 | #incl

Re: New macros LYX_BEGIN_MUTE_GCC_WARNING and LYX_END_MUTE_GCC_WARNING not defined in cmake conf

2023-11-10 Thread Kornel Benko
Am Fri, 10 Nov 2023 13:16:35 +0100 schrieb Jean-Marc Lasgouttes : > Le 10/11/2023 à 12:58, Kornel Benko a écrit : > > > > This of course breaks the compilation. > > > > Please do not add new stuff at this stage. > > > > Would it be possible to add the de

New macros LYX_BEGIN_MUTE_GCC_WARNING and LYX_END_MUTE_GCC_WARNING not defined in cmake conf

2023-11-10 Thread Kornel Benko
This of course breaks the compilation. Please do not add new stuff at this stage. Would it be possible to add the definitions into some header file instead? Kornel pgpKxQrxIxltt.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Something's wrong today with git.lyx.org:lyx

2023-11-10 Thread Kornel Benko
Am Fri, 10 Nov 2023 12:13:12 +0100 schrieb Jean-Marc Lasgouttes : > Le 10/11/2023 à 12:05, Kornel Benko a écrit : > > > > On master I get > > $ git pull > > error: Could not read 343a9749abe4f32e67ef9aae9554ee4bd8dae1b4 > > remote: Counting objects: 42, done

Something's wrong today with git.lyx.org:lyx

2023-11-10 Thread Kornel Benko
On master I get $ git pull error: Could not read 343a9749abe4f32e67ef9aae9554ee4bd8dae1b4 remote: Counting objects: 42, done. remote: Compressing objects: 100% (26/26), done. remote: Total 26 (delta 22), reused 0 (delta 0) Unpacking objects: 100% (26/26), 76.31 KiB | 375.00 KiB/s, done.

  1   2   3   4   5   6   7   8   9   10   >