Re: current font parameters are not updated in math equations

2024-06-09 Thread Jürgen Spitzmüller
Am Sonntag, dem 09.06.2024 um 01:36 +0300 schrieb Udicoudco: > Somewhat but not entirely related to that, if I execute textstyle- > update shape up, LyX crash and I get a segmentation fault in 2.3.7, > and "Exception: basic_string::_M_construct null not valid" on LyX > 2.4 and master. Fixed

Re: Embedded Objects fails on updated TL

2024-06-08 Thread Jürgen Spitzmüller
Am Samstag, dem 08.06.2024 um 12:17 -0400 schrieb Scott Kostyshak: > Can anyone else confirm (or refute) on latest TeX Live? Yes. It seems the package arydshln does not work anymore with the tabular changes in LaTeX 6/24. -- Jürgen signature.asc Description: This is a digitally signed message

Re: [LyX/master] Implement InsetLayout::requiresPackage()

2024-06-08 Thread Jürgen Spitzmüller
Am Samstag, dem 08.06.2024 um 21:10 +0200 schrieb Jean-Marc Lasgouttes: > > requiresFeature(name)? > > Yes, why not. Went with that. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Implement InsetLayout::requiresPackage()

2024-06-08 Thread Jürgen Spitzmüller
Am Samstag, dem 08.06.2024 um 16:29 +0200 schrieb Jean-Marc Lasgouttes: > Maybe required(name)? We already have the required() member which returns the whole set. requiresFeature(name)? -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Implement InsetLayout::requiresPackage()

2024-06-08 Thread Jürgen Spitzmüller
Am Samstag, dem 08.06.2024 um 15:37 +0200 schrieb Jean-Marc Lasgouttes: > Is the Package part needed here? It is more a feature than a package > that we require, isn't it? I started with requires, but this has been flagged as a keyword by QtCreator, so I extended it. Maybe hasRequirement()? --

Re: [LyX/master] Show full inset context-menu when clicking on text part of collapsible (#10370)

2024-06-08 Thread Jürgen Spitzmüller
Am Samstag, dem 08.06.2024 um 11:16 +0200 schrieb Jean-Marc Lasgouttes: > No this is a change that I did later. I did test that there is no > crash in the 2.4.1-devel branch, which only has the hopefully safe > part of biginset. I am relieved to see that so far the bugs that we > had are not in

Re: [LyX/master] Show full inset context-menu when clicking on text part of collapsible (#10370)

2024-06-08 Thread Jürgen Spitzmüller
Am Freitag, dem 07.06.2024 um 16:54 +0200 schrieb Jean-Marc Lasgouttes: > This should be fixed in master now. This was actually more general > than just an inset-split issue. Thank you, I confirm this fixes the crash for me, too. Does this need to get backported to biginset, too? -- Jürgen --

Re: [LyX/master] Show full inset context-menu when clicking on text part of collapsible (#10370)

2024-06-07 Thread Jürgen Spitzmüller
Am Freitag, dem 07.06.2024 um 15:29 +0200 schrieb Jürgen Spitzmüller: > I suspect some update is missing now (after the biginset change) in > the > splitInset chain, but I do not see where (and which). > > JMarc, do you happen to have an idea? As a pointer: The crash is caused a

Re: [LyX/master] Show full inset context-menu when clicking on text part of collapsible (#10370)

2024-06-07 Thread Jürgen Spitzmüller
Am Donnerstag, dem 06.06.2024 um 07:17 +0200 schrieb Jürgen Spitzmüller: > Am Dienstag, dem 04.06.2024 um 10:35 +0200 schrieb Pavel Sanda: > > I see new crash: > > > > 1) New file && Insert -> Float -> Figure && type "a" inside the > >

Re: NatBib/bibtopic Multiple bibliographies error

2024-06-06 Thread Jürgen Spitzmüller
Am Dienstag, dem 04.06.2024 um 12:16 +0100 schrieb John Robert Hudson: > Sorry, having installed 2.4, I am still getting the error message in > the LaTeX > log: > > Package natbib Warning: There were undefined citations. > > Package bibtopic Warning: Please (re)run BibTeX on the file(s): >

Re: [LyX/master] Show full inset context-menu when clicking on text part of collapsible (#10370)

2024-06-05 Thread Jürgen Spitzmüller
Am Dienstag, dem 04.06.2024 um 10:35 +0200 schrieb Pavel Sanda: > I see new crash: > > 1) New file && Insert -> Float -> Figure && type "a" inside the > innermost box > 2) Dissolve outer inset via context menu on "Float: Figure" box > 3) Postion the mouse cursor couple inches from left the side

Re: quotes around argument of PackageOptions

2024-06-05 Thread Jürgen Spitzmüller
Am Donnerstag, dem 06.06.2024 um 00:19 +0300 schrieb Udicoudco: > I attached a file that compiles with 2.3.x but not with 2.4.0. > If I remove the quotes around the second argument of PackageOptions > then LyX 2.3.7 complains that the layout is invalid, and with 2.4.0 > the file compiles. That's

Re: [LyX/master] Update layouts

2024-06-03 Thread Jürgen Spitzmüller
Am Montag, dem 03.06.2024 um 16:00 +0100 schrieb José Matos: > So I think that for the moment a pragmatic solution is to always > update > the layouts when updating the layout format. By reviewing the changes > we can ensure that the update code does what it should. I might have misunderstood the

Re: [LyX/master] Update layouts

2024-06-03 Thread Jürgen Spitzmüller
Am Montag, dem 03.06.2024 um 02:53 + schrieb Scott Kostyshak: > commit 7c041af6425001d7779f5e44d72918d8591ea37d > Author: Scott Kostyshak > Date:   Sun Jun 2 22:52:37 2024 -0400 > >     Update layouts Hm, I intentionally held that back unless we fix the problem discussed at

Re: layout update in master?

2024-06-02 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.06.2024 um 17:05 +0200 schrieb Jürgen Spitzmüller: > Am Sonntag, dem 02.06.2024 um 16:28 +0200 schrieb Pavel Sanda: > > ./lyx -dbg any > > ends up in infinite layout2layout conversion loop (strangely it > > does > > not when running without -dbg).

Re: layout update in master?

2024-06-02 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.06.2024 um 16:28 +0200 schrieb Pavel Sanda: > ./lyx -dbg any > ends up in infinite layout2layout conversion loop (strangely it does > not when running without -dbg). > Did we forget to update layout format number with some recent > feature? I stepped the format number at

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

2024-06-02 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.06.2024 um 14:44 +0200 schrieb Kornel Benko: > If 2.4.x will become 2.4.1, what happens with 2.4.1~devel? 2.4.2, I suppose. But only in case we need an emergency release. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list

Re: [LyX/master] Reset require_fresh_start_ after buffer has been viewed/exported

2024-06-01 Thread Jürgen Spitzmüller
Am Samstag, dem 01.06.2024 um 07:10 + schrieb Juergen Spitzmueller: > commit e1cb15ee5d9377cef6e3683a6d0bb68eb9b379c1 > Author: Juergen Spitzmueller > Date:   Sat Jun 1 09:06:44 2024 +0200 > >     Reset require_fresh_start_ after buffer has been viewed/exported >     >     The LFUN

Re: 2.4.0 To Be Released Friday!

2024-05-31 Thread Jürgen Spitzmüller
Am Donnerstag, dem 30.05.2024 um 21:59 -0400 schrieb Richard Kimberly Heck: > I'm happy to keep doing it. If anyone would like to take over, > though, I'd be happy to pass the baton. Excellent. You are doing an outstanding job. And congrats to the release. I think it is a real milestone on many

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

2024-05-30 Thread Jürgen Spitzmüller
Am Mittwoch, dem 29.05.2024 um 14:50 + schrieb Richard Kimberly Heck: > commit e80fdf38e4dc095316547371d22284676e2e6c7d > Author: Richard Kimberly Heck > Date:   Wed May 29 10:49:58 2024 -0400 > >     New status file, and status for last commit What is the relation of this (and the commit

Re: [LyX/master] Failing export tests

2024-05-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.05.2024 um 18:30 +0200 schrieb Kornel Benko: > xdvipdfmx:fatal: Invalid font: -1 (27) Probably some of your installed fonts are invalid. I had that, too, with some of my fonts. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing

Re: [LyX/master] Failing export tests

2024-05-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.05.2024 um 15:11 +0200 schrieb Kornel Benko: > So the only remaining test is > export/export/latex/languages/supported-languages_polyglossia- > XeTeX_pdf4_systemF Compiles for me. What errors do you get? -- Jürgen signature.asc Description: This is a digitally signed message

Re: [LyX/master] Failing export tests

2024-05-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.05.2024 um 15:11 +0200 schrieb Kornel Benko: > Yes, this helps. At least the tests passed. Committed. Riki, this probably should go to 2.4.1. > So the only remaining test is > export/export/latex/languages/supported-languages_polyglossia- > XeTeX_pdf4_systemF I'll have a

Re: [LyX/master] Failing export tests

2024-05-20 Thread 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? > Also failing American_Astronomical_Society This is because \acknowledgements has been deprecated in favor of an environment, and the

Re: [LyX/master] Address Qt 6.7 deprecation warning

2024-05-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.05.2024 um 14:09 +0200 schrieb Jean-Marc Lasgouttes: > > Yes, why not. Currently it is just another annoying warning, > > though. > > Yes, but eventually it will bite. And we know that 2.4 will stay for > 2+ years. Good point. Riki? -- Jürgen -- lyx-devel mailing list

Re: [LyX/master] Address Qt 6.7 deprecation warning

2024-05-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.05.2024 um 10:37 +0200 schrieb Jean-Marc Lasgouttes: > What about putting it in  2.4.1? Yes, why not. Currently it is just another annoying warning, though. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Initialize is_long_tabular before updateIndexes() (which employs it)

2024-05-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.05.2024 um 06:51 + schrieb Juergen Spitzmueller: > commit 10b5f03d95dca8f3e8c225aa2deca4d473f8b169 > Author: Juergen Spitzmueller > Date:   Mon May 20 08:50:39 2024 +0200 > >     Initialize is_long_tabular before updateIndexes() (which employs > it) Should maybe go to

Re: Tests failing on recent master

2024-05-20 Thread Jürgen Spitzmüller
Am Sonntag, dem 19.05.2024 um 19:23 +0200 schrieb Jean-Marc Lasgouttes: > You are right. What happens is that, since ad6aa8ba4b9, > updateIndexes() > relies on is_long_tabular, but this boolean is initialized *after* > calling updateIndexes() in Tabular::init(). > > I could just put the

Re: [LyX/master] Handle URL escaping in beamer frames

2024-05-20 Thread Jürgen Spitzmüller
Am Sonntag, dem 19.05.2024 um 12:22 -0400 schrieb Scott Kostyshak: > Starting with this commit, one of my knitr chunks in a beamer file > now > fails to compile. I committed a minimal example file to master > located > here: > >   autotests/export/latex/lyxbugs/ed62816e-knitr-comment-beamer.lyx

Re: Version 2.4.0~RC4 Instant preview stops working when inserting floats or comments

2024-05-19 Thread Jürgen Spitzmüller
Am Samstag, dem 18.05.2024 um 20:00 +0100 schrieb José Matos: > But, for example, to correctly > compile the User Guide what is the list of latex dependencies? The User Guide loads these, but of course, other docs will require other packages: *File List* scrbook.cls2023/07/07 v3.41

Re: Tests failing on recent master

2024-05-18 Thread Jürgen Spitzmüller
Am Samstag, dem 18.05.2024 um 16:28 +0200 schrieb Kornel Benko: > How should I know? I am reacting to the output of > valgrind only. I'd like to understand why the patch is needed. And why only for this boolean. Otherwise it seems just a shot in the dark. -- Jürgen signature.asc Description:

Re: Tests failing on recent master

2024-05-18 Thread 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 Benko a écrit : > > > Test passes after the attached patch.  > > > > The patch looks good. Is this where other variables are

Re: Workarea does not follow search in master

2024-05-18 Thread Jürgen Spitzmüller
Am Freitag, dem 17.05.2024 um 18:08 +0200 schrieb Jean-Marc Lasgouttes: > Should be OK now. Note that the cause was more profound than I > anticipated, I hope I got it right. I added some assertions for good > measure, so that we will soon see whether my assumptions about the > code are correct

Re: Version 2.4.0~RC4 Instant preview stops working when inserting floats or comments

2024-05-18 Thread Jürgen Spitzmüller
Am Samstag, dem 18.05.2024 um 13:13 +0300 schrieb fcana...@gmail.com: > Problem was mysterious because (1) it happened in LyX 2.4.0 but not > in LyX 2.3.7, and (2) there was no indication that previews were not > generated because these style files were missing. Perhaps something > in

Re: Tests failing on recent master

2024-05-16 Thread 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, which is not a valid value for type 'bool' > > Picky compiler ... Aha. I don't get what it is complaining about,

Re: Tests failing on recent master

2024-05-16 Thread 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_lyx16 (Failed) > export/doc/es/UserGuide_lyx20 (Failed) > export/doc/es/UserGuide_lyx21 (Failed) > export/doc/es/UserGuide_lyx22 (Failed) >

Re: Workarea does not follow search in master

2024-05-16 Thread Jürgen Spitzmüller
Am Donnerstag, dem 16.05.2024 um 10:00 +0200 schrieb Jean-Marc Lasgouttes: > If the situation is too annoying, I can revert it. No pressure from my side. I can live with it. Just wanted to bring it to your attention. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: [LyX/master] Amend 207eaeee9071cb

2024-05-15 Thread Jürgen Spitzmüller
Am Donnerstag, dem 16.05.2024 um 05:35 + schrieb Juergen Spitzmueller: > commit 2d95f8fc160d6ecc63acb81ffac16a99339083b2 > Author: Juergen Spitzmueller > Date:   Thu May 16 07:33:29 2024 +0200 > >     Amend 207eaeee9071cb >     >     The upstream encoding needs to be updated after this

Re: Tests failing on recent master

2024-05-15 Thread Jürgen Spitzmüller
Am Mittwoch, dem 15.05.2024 um 16:50 -0400 schrieb Scott Kostyshak: > Bisect leads to: > > 207eaeee9071cb828a2ab7f4680f8ff92e379af8 is the first bad commit > commit 207eaeee9071cb828a2ab7f4680f8ff92e379af8 > Author: Juergen Spitzmueller > Date:   Sun May 12 07:52:16 2024 +0200 > >     Introduce

Re: Tests failing on recent master

2024-05-15 Thread Jürgen Spitzmüller
Am Donnerstag, dem 16.05.2024 um 06:24 +0200 schrieb Jürgen Spitzmüller: > Well, the iconv conversion error stems from the fact that the > encodings > of master and child differ (latin9 vs. utf8). This looks very wring. > Why is this? > > If I change the encoding of the master f

Workarea does not follow search in master

2024-05-15 Thread Jürgen Spitzmüller
The screen moves a bit, but not to the point where the highlighted match is. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Tests failing on recent master

2024-05-15 Thread Jürgen Spitzmüller
Am Mittwoch, dem 15.05.2024 um 16:50 -0400 schrieb Scott Kostyshak: > > These are iconv conversion errors. Strange. > > Bisect leads to: Well, the iconv conversion error stems from the fact that the encodings of master and child differ (latin9 vs. utf8). This looks very wring. Why is this? If I

Re: Tests failing on recent master

2024-05-15 Thread Jürgen Spitzmüller
Am Mittwoch, dem 15.05.2024 um 14:24 -0400 schrieb Scott Kostyshak: > Yes the timeouts are gone now. The only remaining newly failing tests > are the following: > >   export/export/latex/languages/supported-languages_babel_auto- > legacy_dvi (Failed) >  

Re: Tests failing on recent master

2024-05-15 Thread Jürgen Spitzmüller
Am Mittwoch, dem 15.05.2024 um 11:05 -0400 schrieb Scott Kostyshak: > And now tests are timing out. For example: > >   cd lib/doc && lyx -e lyx23x Additional.lyx > > Can anyone reproduce the issue with that command? Better now? (I don't have time to check myself, but I'll do so in a few days

Re: [LyX/master] NeedCProtect -1 also for InsetLayouts

2024-05-14 Thread Jürgen Spitzmüller
Am Dienstag, dem 14.05.2024 um 11:38 + schrieb Juergen Spitzmueller: > commit a716fb96b534475759799b195a7edaeb049fbcf6 > Author: Juergen Spitzmueller > Date:   Tue May 14 13:37:29 2024 +0200 > >     NeedCProtect -1 also for InsetLayouts Riki, this should go to 2.4.1. -- Jürgen --

Re: Should we escape \url special characters in Beamer?

2024-05-12 Thread Jürgen Spitzmüller
Am Sonntag, dem 12.05.2024 um 12:39 -0400 schrieb Richard Kimberly Heck: > Since 2.4.x has been branched, you can go ahead with that. OK, so the new stage is open now. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Introduce NeedCProtect -1 layout option

2024-05-12 Thread Jürgen Spitzmüller
Am Sonntag, dem 12.05.2024 um 19:04 +0200 schrieb Jürgen Spitzmüller: > the documentation part manually later. Done now. I have pasted the new English paragraph in a note to those translated docs that already had the old version translated. -- Jürgen -- lyx-devel mailing list lyx-de

Re: [LyX/master] Introduce NeedCProtect -1 layout option

2024-05-12 Thread Jürgen Spitzmüller
Am Sonntag, dem 12.05.2024 um 12:39 -0400 schrieb Richard Kimberly Heck: > Since it's a regression, I think you should go ahead.  Thanks, I pulled the two code commits and do the documentation part manually later. > I assume it is otherwise safe? Yes. -- Jürgen -- lyx-devel mailing list

Re: Should we escape \url special characters in Beamer?

2024-05-12 Thread Jürgen Spitzmüller
Am Samstag, dem 25.03.2023 um 15:43 +0100 schrieb Jürgen Spitzmüller: > > Should LyX escape '#' in the 'Frame' environment, or do we put the > > responsibility on the user to know to use a Fragile Frame? > > The former, but this requires some effort (probably a new layout f

Re: [LyX/master] Introduce NeedCProtect -1 layout option

2024-05-12 Thread Jürgen Spitzmüller
Am Sonntag, dem 12.05.2024 um 05:53 + schrieb Juergen Spitzmueller: > commit 207eaeee9071cb828a2ab7f4680f8ff92e379af8 > Author: Juergen Spitzmueller > Date:   Sun May 12 07:52:16 2024 +0200 > >     Introduce NeedCProtect -1 layout option >     >     It turns out beamer frame does not allow

Re: Regression in 2.4.0

2024-05-11 Thread Jürgen Spitzmüller
Am Freitag, dem 10.05.2024 um 21:34 +0300 schrieb Udicoudco: > Dear all,  > > I think I've encountered a regression in the 2.4 branch.  > > The location of equation numbers/tags in RTL paragraphs seems wrong > to me. > > When I tried to bisect yesterday I got way back to 2019 until I could >

Re: New 2.3.8 Tarballs

2024-05-09 Thread Jürgen Spitzmüller
Am Donnerstag, dem 09.05.2024 um 18:49 +0200 schrieb Jean-Pierre Chrétien: > The utf8 errors are gone, only the cprotect fatal error in the note > if 6.6.1 remains, but it can't be easily solved AFAIU. Correct. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Final 2.3.8 Tarballs

2024-05-09 Thread Jürgen Spitzmüller
Am Donnerstag, dem 09.05.2024 um 15:32 +0200 schrieb Pavel Sanda: > I'll just repeat from the second thread so the issue is more clear: > Both 2.3 and 2.4 produce from UG > \item > [{\ensuremath{\lceil}\textsf{Outer}\ensuremath{\rfloor}\textsf{~and~} >

Re: Final 2.3.8 Tarballs

2024-05-09 Thread Jürgen Spitzmüller
Am Donnerstag, dem 09.05.2024 um 12:18 +0200 schrieb Jean-Marc Lasgouttes: > Le 09/05/2024 à 12:10, Jürgen Spitzmüller a écrit : > > Am Donnerstag, dem 09.05.2024 um 09:03 +0200 schrieb Enrico > > Forestieri: > > > Maybe Jürgen knows how feasible is backp

Re: Final 2.3.8 Tarballs

2024-05-09 Thread Jürgen Spitzmüller
Am Donnerstag, dem 09.05.2024 um 09:03 +0200 schrieb Enrico Forestieri: > Maybe Jürgen knows how feasible is backporting the cprotect work. Definitely too much work. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Version 2.4.0~RC4 Instant preview stops working when inserting floats or comments

2024-04-22 Thread Jürgen Spitzmüller
Am Sonntag, dem 21.04.2024 um 23:22 +0300 schrieb fcana...@gmail.com: > 1. Launch LyX 2.4.0 and start a new document using toolbar or menu. > 2. Type some math and observe instant preview is working. > 3. Insert either a Comment or Figure Float or Table Float (need not > be filled in). > 4. Type

Re: [LyX/master] Handle the case of outdated chkconfig.ltx in user directory

2024-04-21 Thread Jürgen Spitzmüller
Am Sonntag, dem 21.04.2024 um 11:59 +0200 schrieb Pavel Sanda: > Will do if you are fine with my proposal. Yes, sure. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Handle the case of outdated chkconfig.ltx in user directory

2024-04-21 Thread Jürgen Spitzmüller
Am Sonntag, dem 21.04.2024 um 12:20 +0200 schrieb Pavel Sanda: > Actually I'm not sure I understand the lifecycle of chkconfig.ltx. > After renaming to chkconfig.ltx.bak some fresh chkconfig.ltx will be > created there or only chkconfig.ltx.bak remains? The latter. Let me explain: The problem is

Re: [LyX/master] Handle the case of outdated chkconfig.ltx in user directory

2024-04-21 Thread Jürgen Spitzmüller
Am Sonntag, dem 21.04.2024 um 11:42 +0200 schrieb Pavel Sanda: > Not sure if it's woth the flurry of new commits, but: > 1) "We" sounds somewhat unusual in our messages > 2) "If you did not copy the script there" was somewhat confusing on > first reading as it does not relate to the previous

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

2024-04-20 Thread 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 that contains the "layouts", "templates&

Re: LyX 2.4.0 RC3

2024-04-20 Thread Jürgen Spitzmüller
Am Freitag, dem 19.04.2024 um 17:24 +0200 schrieb jspi...@gmail.com: > Am Freitag, dem 19.04.2024 um 17:11 +0200 schrieb jspi...@gmail.com: > > I am currently traveling, so I cannot test. But does the attached > > patch help and provide a sufficient clues? > > Take this. The first one didn't

Re: [LyX/master] gbrief-2 loads babel internally. So don't load it ourselves.

2024-04-20 Thread Jürgen Spitzmüller
Am Dienstag, dem 16.04.2024 um 18:21 +0200 schrieb Jürgen Spitzmüller: > Am Samstag, dem 13.04.2024 um 07:36 +0200 schrieb Jürgen Spitzmüller: > > Am Samstag, dem 13.04.2024 um 05:34 + schrieb Juergen > > Spitzmueller: > > > commit c3c96a446b32ef77927b5e06436c2668d95dfd

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

2024-04-20 Thread Jürgen Spitzmüller
Am Mittwoch, dem 17.04.2024 um 18:36 + schrieb Bernt Lie: > In the Style menu, “Default” is the only possible option. That's strange, you should have six different options. Do you have a folder called "tabletemplates" in your system directory (that's the directory that contains the "layouts",

Re: Bug in language conversion ?

2024-04-20 Thread Jürgen Spitzmüller
Am Mittwoch, dem 17.04.2024 um 23:31 +0200 schrieb Jean-Marc Lasgouttes: > > I wouldn't rate it a bug, but I also would prefer if insets > > (generally, > > not only in the case here) would inherit language changes from > > selections. > > Do inset inherit language from outside world? I think we

Re: SIGSEGV on current master when saving with cursor in subscript

2024-04-16 Thread Jürgen Spitzmüller
Am Dienstag, dem 16.04.2024 um 12:08 +0200 schrieb Jean-Marc Lasgouttes: > I propose the following patch. Can you check that it works? Works for me with both testcases. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] gbrief-2 loads babel internally. So don't load it ourselves.

2024-04-16 Thread Jürgen Spitzmüller
Am Samstag, dem 13.04.2024 um 07:36 +0200 schrieb Jürgen Spitzmüller: > Am Samstag, dem 13.04.2024 um 05:34 + schrieb Juergen > Spitzmueller: > > commit c3c96a446b32ef77927b5e06436c2668d95dfd6d > > Author: Juergen Spitzmueller > > Date:   Sat Apr 13 07:32:30 2024 +02

Re: [LyX/master] Disable language package choice if the class preloads a package

2024-04-13 Thread Jürgen Spitzmüller
Am Samstag, dem 13.04.2024 um 08:07 + schrieb Juergen Spitzmueller: > commit 5477451e36cd9ff4e99aefea2627fbf63e028004 > Author: Juergen Spitzmueller > Date:   Sat Apr 13 10:07:18 2024 +0200 > >     Disable language package choice if the class preloads a package Another candidate for 2.4.1.

Re: SIGSEGV on current master when saving with cursor in subscript

2024-04-13 Thread Jürgen Spitzmüller
Am Freitag, dem 12.04.2024 um 12:06 -0400 schrieb Scott Kostyshak: > To reproduce: > > 1. Start a new document. > 2. Start a math inset, e.g., ctrl + m. > 3. Type "x". > 4. Press "_" to go into the subscript. > 5. Type "i" (so at this step the math will be $x_i$). > 6. Save the (new) file. > >

Re: [LyX/master] gbrief-2 loads babel internally. So don't load it ourselves.

2024-04-12 Thread Jürgen Spitzmüller
Am Samstag, dem 13.04.2024 um 05:34 + schrieb Juergen Spitzmueller: > commit c3c96a446b32ef77927b5e06436c2668d95dfd6d > Author: Juergen Spitzmueller > Date:   Sat Apr 13 07:32:30 2024 +0200 > >     gbrief-2 loads babel internally. So don't load it ourselves. >     >     This makes the class

Re: Bug in language conversion ?

2024-04-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.04.2024 um 17:10 +0100 schrieb José Matos: > In principle I agree with you. > Is there a counter example where this is undesirable? Theoretically I can think of cases where one uses, for instance, info insets in a specific language that should not be changed. But this case is

Re: [LyX/2.4.x] Update Qt bug documentation (#12641)

2024-04-12 Thread Jürgen Spitzmüller
Am Samstag, dem 13.04.2024 um 03:00 +0200 schrieb Pavel Sanda: > Isn't all this mac-specific? P Yes, clarified. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Bug in language conversion ?

2024-04-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.04.2024 um 11:18 +0200 schrieb Jean-Pierre Chrétien: > When I select section 4.10.1.1 in the French copy of Additional.lyx > and convert > it to French, I see that the optional argument of the list items > remain > untranslated. This trigger compilation errors like : > >

Re: Please update the readme of evince_sync_lyx.zip

2024-04-11 Thread Jürgen Spitzmüller
Am Mittwoch, dem 10.04.2024 um 10:05 + schrieb 包子 戴: > Here are two problem. > First, I found I have to copy the three file to > /usr/local/bin > to make it work rather than place in a  folder which PATH included. This is not a folder with PATH included, but a folder included in your

Re: LyX 2.4.0, Listing, and computer language?

2024-04-11 Thread Jürgen Spitzmüller
Am Mittwoch, dem 10.04.2024 um 15:11 + schrieb Bernt Lie: > > How can I add another computer language to the Program Listing > Settings? >   >  * Is there a file where I can add reserved words, etc.? >  * …and then have it show up in the Program Listing Settings language > choice? The

Re: SIGSEGV introduced recently on master when deleting an inset

2024-04-07 Thread Jürgen Spitzmüller
Am Sonntag, dem 07.04.2024 um 19:34 +0200 schrieb Jean-Marc Lasgouttes: > This is now fixed in master at 89901123c579. Thanks, this also fixes the other, minor issue (CT related) I reported. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: SIGSEGV introduced recently on master when deleting an inset

2024-04-06 Thread Jürgen Spitzmüller
Am Sonntag, dem 07.04.2024 um 06:50 +0200 schrieb Jürgen Spitzmüller: > Just doing a bisect. 73678dcde977802d5ff3ae07f0226484041fff48 is the first bad commit commit 73678dcde977802d5ff3ae07f0226484041fff48 Author: Jean-Marc Lasgouttes Date: Mon Nov 27 15:57:09 2023 +0100 Avoid f

Re: SIGSEGV introduced recently on master when deleting an inset

2024-04-06 Thread Jürgen Spitzmüller
Am Sonntag, dem 07.04.2024 um 00:38 -0400 schrieb Richard Kimberly Heck: > I am hoping this is not in 2.4.x and is due to the big inset merge. > Can you check? Not in 2.4.x. Just doing a bisect. I also assured it is not connected with my recent fix before backporting. -- Jürgen -- lyx-devel

Re: File format increases on master make it hard to test

2024-04-06 Thread Jürgen Spitzmüller
Am Samstag, dem 06.04.2024 um 16:51 -0400 schrieb Scott Kostyshak: > I imagine others face the same situation? Is there anything that can > be done? No, I think this will be a nightmare to maintain. And then, you really do not "text master" if you strip the most interesting commits. -- Jürgen

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

2024-04-06 Thread Jürgen Spitzmüller
Am Freitag, dem 05.04.2024 um 16:17 +0200 schrieb Jean-Marc Lasgouttes: > What now? Well, testing is welcome when you have time : does > everything works the same, but faster for big document that were > annoying?. I see drawing omissions with change tracking. Select part of a word with CT on and

Re: Compiling With Qt5

2024-04-06 Thread Jürgen Spitzmüller
Am Freitag, dem 05.04.2024 um 17:23 -0400 schrieb Richard Kimberly Heck: > Unless I'm misreading it, commit 993e784a6284a to 2.4.x makes Qt6 the > default (and that commit is also in 2.4.1-devel). That's bad. I think our Qt6 implementation still has too many drawbacks. I would keep it opt-in in

Re: [LyX/master] Fix assertion when pasting paragraph with insets in lyxrc.ct_markup_copied

2024-04-06 Thread Jürgen Spitzmüller
Am Samstag, dem 06.04.2024 um 07:48 + schrieb Juergen Spitzmueller: > commit 9198ed5965809a1e951d1b721899d0051e619e34 > Author: Juergen Spitzmueller > Date:   Sat Apr 6 09:47:22 2024 +0200 > >     Fix assertion when pasting paragraph with insets in > lyxrc.ct_markup_copied >     >     This

Re: Misplaced IME window in 2.4.0

2024-04-06 Thread Jürgen Spitzmüller
Am Freitag, dem 05.04.2024 um 23:01 -0400 schrieb Scott Kostyshak: > On Thu, Mar 21, 2024 at 11:31:35AM GMT, Allan Chain wrote: > > Hello, LyX developers! > > > > I'm trying out LyX 2.4.0-rc3 (qt6) on KDE6+Wayland, and I'm using > > fcitx5 to > > input CJK characters. I found that the candidate

Re: Subtract value for word/character count

2024-04-05 Thread Jürgen Spitzmüller
Am Freitag, dem 05.04.2024 um 09:18 +0200 schrieb Pavel Sanda: > I admit I was struggling to find short description. > > Basically I want to set the baseline from which the counter is > subtracted so I get > relative number to that baseline ("clamp to tha value"). > > Any help with better

Re: Subtract value for word/character count

2024-04-05 Thread Jürgen Spitzmüller
Am Donnerstag, dem 04.04.2024 um 23:15 +0200 schrieb Pavel Sanda: > + Item "Clamp statistics to the current value" > "statistics-reference-clamp" > + OptItem "Reset statistics to the absolute value" > "statistics-reference-clamp reset" Stick to Title Casing and add

Re: LyX 2.3.8

2024-04-04 Thread Jürgen Spitzmüller
Am Donnerstag, dem 04.04.2024 um 11:55 -0400 schrieb Richard Kimberly Heck: > Should we go ahead and release the last of the 2.3.x series? It seems > exceedingly unlikely that there will be a format change in 2.4.0 at > this point. Yes. -- Jürgen -- lyx-devel mailing list

Re: [LyX/master] Smarter menu length calculation

2024-04-03 Thread Jürgen Spitzmüller
Take the attached patch. The other one was buggy. Am Mittwoch, dem 03.04.2024 um 17:21 +0200 schrieb Jürgen Spitzmüller: > E.g., right-click in the User's Guide on the index subentry in > section heading 1.1 ("Graphics Dialog [Figures > Graphics Dialog]"). That

Re: [LyX/master] Smarter menu length calculation

2024-04-03 Thread Jürgen Spitzmüller
Am Mittwoch, dem 03.04.2024 um 16:40 +0200 schrieb Jürgen Spitzmüller: > Am Mittwoch, dem 03.04.2024 um 11:41 +0200 schrieb Jürgen > Spitzmüller: > > What could be a more clever (?) option, I think, is the possibility > > to assign shortcut alternatives, as in "Text

Re: [LyX/master] Smarter menu length calculation

2024-04-03 Thread Jürgen Spitzmüller
Am Mittwoch, dem 03.04.2024 um 11:41 +0200 schrieb Jürgen Spitzmüller: > What could be a more clever (?) option, I think, is the possibility > to assign shortcut alternatives, as in "Text actions|Txct", and LyX > checks the characters in turn until one is free. As in the at

Re: [LyX/master] Smarter menu length calculation

2024-04-03 Thread Jürgen Spitzmüller
Am Mittwoch, dem 03.04.2024 um 11:07 +0200 schrieb Jean-Marc Lasgouttes: > Should the menu code disable the second shortcut when a conflict is > detected?  Not sure. As said, the shortcuts are usable if multiply assigned. You just need an extra return on the one you want. This strikes me better

Re: [LyX/master] Smarter menu length calculation

2024-04-03 Thread Jürgen Spitzmüller
Am Mittwoch, dem 03.04.2024 um 09:32 +0200 schrieb Stephan Witt: > Here I get the following warnings: > > frontends/qt/Menus.cpp (781): Menu warning: menu entries "Move > Paragraph Up|h" and "Einfügen (vorherige Auswahl)|h" share the same > shortcut. > frontends/qt/Menus.cpp (781): Menu warning:

Re: Article about LyX

2024-04-03 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 20:40 -0400 schrieb Richard Kimberly Heck: > https://www.baeldung.com/cs/lyx-tutorial > > Ran into it today... That's a nice one. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2024-04-03 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 12:47 -0400 schrieb Richard Kimberly Heck: > You can also add it to 2.4.1-devel if you wish. Done after having resolved further shortcut conflicts. I also took the liberty to add a status file to keep track of the changes. -- Jürgen -- lyx-devel mailing list

Re: [LyX/master] Smarter menu length calculation

2024-04-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 11:00 -0400 schrieb Scott Kostyshak: > I don't understand the patch, so I am guessing my comment is not > correct, but in the 1% chance: when you removed the FIXME comment I > expected the "50" to no longer be hardcoded. The FIXME was not on the "50" but on the

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2024-04-02 Thread Jürgen Spitzmüller
Am Mittwoch, dem 01.11.2023 um 12:50 +0100 schrieb Jürgen Spitzmüller: > Attached is a patch that does this, considering not only hidden > entries > but also the dynamic entries that are only expanded in expand() (such > as spelling suggestions). As far as I can see the resul

Re: [LyX/master] Fix label escaping in InsetMathRef (#12980)

2024-04-02 Thread Jürgen Spitzmüller
Am Dienstag, dem 02.04.2024 um 06:17 + schrieb Juergen Spitzmueller: > commit 98080ca0d548b754433a99f9f097054134117184 > Author: Juergen Spitzmueller > Date:   Tue Apr 2 08:15:53 2024 +0200 > >     Fix label escaping in InsetMathRef (#12980) >     >     This was completely broken: the IDs

Re: SIGSEGV on current master

2024-03-30 Thread Jürgen Spitzmüller
Am Freitag, dem 29.03.2024 um 22:38 -0400 schrieb Scott Kostyshak: > 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 result for me is a SIGSEGV. > > Can anyone else reproduce? Yes, fixed,

Re: RC4? [was: Scheduled maintenance of LyX servers (Mar 21, 2024)]

2024-03-24 Thread Jürgen Spitzmüller
Am Sonntag, dem 24.03.2024 um 13:12 -0400 schrieb Richard Kimberly Heck: > I was about to ask where everyone thinks we stand with that. There > have been some pretty significant bugs, but it seems like everything > has settled now? IMHO 2.4 is pretty much stable. There might be some rough edges,

Re: Copy files to tmp

2024-03-21 Thread Jürgen Spitzmüller
Am Montag, dem 18.03.2024 um 22:55 +0100 schrieb Enrico Forestieri: > Maybe you don't need to copy them to the tmp. We have an info inset > that can be used to provide the full path to the files, wherever you > move the directory containing the document. See the attached. Sorry for the late

Copy files to tmp

2024-03-18 Thread Jürgen Spitzmüller
I am trying to set up a private external template for the inclusion of sound files to beamer slides. Could somebody please remind me what needs to be done to get those files (e.g., mp3's) copied to the tmp with their mangled file name? Thanks, -- Jürgen -- lyx-devel mailing list

Re: [LyX/master] Add Idan Pazi to contributors list

2024-03-16 Thread Jürgen Spitzmüller
Am Samstag, dem 16.03.2024 um 08:12 +0100 schrieb Pavel Sanda: > Juergen, please do not commit updates to our web via svn now, I > already transfered the main web to the new server, so it will get > lost anyway. Thanks for the reminder, I didn't intend to. -- Jürgen -- lyx-devel mailing list

  1   2   3   4   5   6   7   8   9   10   >