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 installed > > > > system. > > > > >

Re: LaTeX definitions of greyedout and lyxdeleted

2024-06-12 Thread Enrico Forestieri
On Wed, Jun 12, 2024 at 09:15:35PM +0300, Udicoudco wrote: Hello all, lyxdeleted is a macro used to mark deleted parts of text when using "show changes in output" in track changes. Instead of directly using \sout there is another helper macro, \mklyxsout, which is defined as \DeclareRobustComma

LaTeX definitions of greyedout and lyxdeleted

2024-06-12 Thread Udicoudco
Hello all, lyxdeleted is a macro used to mark deleted parts of text when using "show changes in output" in track changes. Instead of directly using \sout there is another helper macro, \mklyxsout, which is defined as \DeclareRobustCommand{\mklyxsout}[1]{\ifx\\#1\else\sout{#1}\fi} If I'm understand

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

2024-06-12 Thread 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 installed > > > system. > > > > Today I tried, but to no avail. Sadly for my wife. > > Your wife needs deve

Re: [LyX/master] Fix change tracking colors with RTL languages (#12923)

2024-06-12 Thread Udicoudco
On Wed, Jun 12, 2024 at 6:40 PM Pavel Sanda wrote: > > On Wed, Jun 12, 2024 at 01:11:23PM +0300, Udicoudco wrote: > > Does this matter? i.e. do we hold strongly > > backwards compatibility of the output of change track? > > Generally we do in between minor version. Here I am ambivalent. I think us

Re: [LyX/master] Fix change tracking colors with RTL languages (#12923)

2024-06-12 Thread Pavel Sanda
On Wed, Jun 12, 2024 at 01:11:23PM +0300, Udicoudco wrote: > Does this matter? i.e. do we hold strongly > backwards compatibility of the output of change track? Generally we do in between minor version. Here I am ambivalent. I think users should feel confident between switching 2.4.x minor version

Re: [LyX/master] Remove hebrew letter document class

2024-06-12 Thread Jürgen Spitzmüller
Am Dienstag, dem 11.06.2024 um 21:37 +0300 schrieb Udicoudco: > How can it break old documents? All good. I missed the file format change part. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

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

2024-06-12 Thread Pavel Sanda
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 installed > > system. > > Today I tried, but to no avail. Sadly for my wife. Your wife needs development version of lyx 2.5? Pavel -- lyx-devel mailing list lyx-devel@li

Re: operator << for Cursor seems to not work

2024-06-12 Thread Jean-Marc Lasgouttes
Le 12/06/2024 à 12:55, Kornel Benko a écrit : I was not aware of it. Anyway, it worked , later it did not work (for me) and now it works again. Great. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

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 : > >>> Works now. But gives not the needed info. >

Re: [LyX/master] Fix change tracking colors with RTL languages (#12923)

2024-06-12 Thread Udicoudco
On Wed, Jun 12, 2024 at 10:32 AM Pavel Sanda wrote: > > On Mon, Jun 10, 2024 at 12:19:18PM +, Udi Fogiel wrote: > > commit a5749b9c1f5c5b42e6d6db7cd9f2aab16bc28f5b > > Author: Udi Fogiel > > Date: Mon Jun 10 15:19:08 2024 +0300 > > > > Fix change tracking colors with RTL languages (#129

Re: Brief download popup

2024-06-12 Thread Daniel
On 2024-06-12 01:14, Stephan Witt wrote: Am 11.06.2024 um 16:56 schrieb José Matos : On Tue, 2024-06-11 at 15:42 +0200, Daniel wrote: When starting LyX 2.4.0 for the first time on macOS, a dialog mentioning some "download" popped up briefly. Anyone knows what this might be about? Which popup

Re: operator << for Cursor seems to not work

2024-06-12 Thread 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 : 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 ex

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 > > > > Kornel > > I suppose that, f

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 example I can test? > > JMarc > I

Re: How can I run LyX 2.4.0 on Ubuntu 30.04 ?

2024-06-12 Thread Pavel Sanda
On Fri, Jun 07, 2024 at 04:29:00PM +0200, Enrico Forestieri wrote: > I uploaded all necessary packages for building old version of lyx into > wiki-uploads and created the page https://wiki.lyx.org/LyX/Flashback with > instructions for building. I also uploaded already built packages for those > onl

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

2024-06-12 Thread Pavel Sanda
On Mon, Jun 10, 2024 at 09:04:42AM +, 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 > > Remove -tt option that is a no-op in Python 3. >

Re: [LyX/master] Fix change tracking colors with RTL languages (#12923)

2024-06-12 Thread Pavel Sanda
On Mon, Jun 10, 2024 at 12:19:18PM +, Udi Fogiel wrote: > commit a5749b9c1f5c5b42e6d6db7cd9f2aab16bc28f5b > Author: Udi Fogiel > Date: Mon Jun 10 15:19:08 2024 +0300 > > Fix change tracking colors with RTL languages (#12923) > --- > src/LaTeXFeatures.cpp | 4 ++-- > 1 file changed, 2 i