Re: Lyx-Devel crash with EmbeddedObjects.lyx

2025-04-29 Thread Jürgen Spitzmüller
Am Dienstag, dem 29.04.2025 um 10:20 +0200 schrieb Jean-Marc Lasgouttes: > Jürgen, I suspect this is a consequence of xr support: > ExternalObjects.lyx has a child document and when closing, > updateBuffer > is invoked to clean up something. This ends up crashing in > InsetRef::externalFilenames

Re: [LyX/master] CAS: Allow commands for octave (part of #13178).

2025-04-29 Thread Pavel Sanda
On Tue, Apr 29, 2025 at 09:56:35PM +, Pavel Sanda wrote: > commit b3585ea76caeed508c4cd9183456fda446f9bb41 > Author: Pavel Sanda > Date: Tue Apr 29 23:55:48 2025 +0200 > > CAS: Allow commands for octave (part of #13178). Candidate for stable. P > --- > src/mathed/MathExtern.cpp | 19

Re: [LyX/master] CAS: Allow commands for maxima (part of #13178).

2025-04-29 Thread Pavel Sanda
On Sun, Apr 27, 2025 at 07:28:00PM +, Pavel Sanda wrote: > commit 9665f6d39ad055b865f78764533d289ae32a22fb > Author: Pavel Sanda > Date: Sun Apr 27 21:25:57 2025 +0200 > > CAS: Allow commands for maxima (part of #13178). > > Now constructs like: > math-extern maxima facto

Re: LyX 2.5.0

2025-04-29 Thread José Matos
On Tue, 2025-04-29 at 11:37 -0400, Richard Kimberly Heck wrote: > This sounds reasonable to me. > > Riki FWIW I also agree. -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: LyX 2.5.0

2025-04-29 Thread Richard Kimberly Heck
On 4/29/25 8:33 AM, Pavel Sanda wrote: On Mon, Apr 28, 2025 at 12:48:37PM -0400, Richard Kimberly Heck wrote: If you think things are reasonably settled, I will do some kind of 'nightly' package of 2.5.0, and see if we can get a bit of testing for it. Then we can think about more concrete plans.

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-29 Thread Richard Kimberly Heck
On 4/29/25 3:07 AM, Jean-Marc Lasgouttes wrote: Le 21/04/2025 à 12:57, Jean-Marc Lasgouttes a écrit : Le 21/04/2025 à 12:54, Jean-Marc Lasgouttes a écrit : commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 Author: Jean-Marc Lasgouttes Date:   Mon Apr 21 12:53:34 2025 +0200 Fix handling of

Re: Search + replace math symbols?

2025-04-29 Thread Kornel Benko
Am Tue, 29 Apr 2025 15:05:06 +0200 schrieb Jean-Marc Lasgouttes : > Le 29/04/2025 à 13:51, Kornel Benko a écrit : > > The issue is that regex does not identify them as regular chars, that is > > regex > > requires them backslashed. So setting them to values > 0xf while > > searching makes >

Re: Search + replace math symbols?

2025-04-29 Thread Jean-Marc Lasgouttes
Le 29/04/2025 à 13:51, Kornel Benko a écrit : The issue is that regex does not identify them as regular chars, that is regex requires them backslashed. So setting them to values > 0xf while searching makes them 'normal'. What are the codepoints involved? In your addAccent thing (why the n

Re: LyX 2.5.0

2025-04-29 Thread Jean-Marc Lasgouttes
Le 29/04/2025 à 14:33, Pavel Sanda a écrit : Another thing I would like to propose to stop endlessly postponing major milestones. Our bug lists grew over reasonable size. In particular we could drop the milestone altogether if bug 1) already had 2.4.0 milestone in the past and 2) does not have

Re: LyX 2.5.0

2025-04-29 Thread Pavel Sanda
On Mon, Apr 28, 2025 at 12:48:37PM -0400, Richard Kimberly Heck wrote: > If you think things are reasonably settled, I will do some kind of 'nightly' > package of 2.5.0, and see if we can get a bit of testing for it. Then we can > think about more concrete plans. Another thing I would like to prop

Re: Search + replace math symbols?

2025-04-29 Thread Kornel Benko
Am Tue, 29 Apr 2025 13:04:30 +0200 schrieb Jean-Marc Lasgouttes : > Le 29/04/2025 à 12:02, Kornel Benko a écrit : > > Am Tue, 29 Apr 2025 08:28:22 + > > schrieb Bernt Lie via lyx-users : > > > >> I'm on LyX 2.4.3 + Windows 64bit. > >> > >> I'm trying to replace the bullet ("\bullet") in >

Re: Search + replace math symbols?

2025-04-29 Thread Jean-Marc Lasgouttes
Le 29/04/2025 à 12:02, Kornel Benko a écrit : Am Tue, 29 Apr 2025 08:28:22 + schrieb Bernt Lie via lyx-users : I'm on LyX 2.4.3 + Windows 64bit. I'm trying to replace the bullet ("\bullet") in [cid:image001.png@01DBB8F1.6CF55C50] with a star ("\star"). But the LyX Advanced Find and Replac

Re: Lyx-Devel crash with EmbeddedObjects.lyx

2025-04-29 Thread Jean-Marc Lasgouttes
Le 28/04/2025 à 22:14, Andreas Riedel a écrit : Dear developers, I compiled Lyx, the latest Git version, today under both Debian 11 and 12. I noticed a bug: When I open and close the EmbeddedObjects file, Lyx crashes reproducibly. Thanks for the report, Andreas. Jürgen, I suspect this is a

Re: [LyX/master] Fix handling of \int with external math tools

2025-04-29 Thread Jean-Marc Lasgouttes
Le 21/04/2025 à 12:57, Jean-Marc Lasgouttes a écrit : Le 21/04/2025 à 12:54, Jean-Marc Lasgouttes a écrit : commit 0ed7820843d2b4dd09240d6e6145ddb013d090b8 Author: Jean-Marc Lasgouttes Date:   Mon Apr 21 12:53:34 2025 +0200 Fix handling of \int with external math tools Riki, this is can