Re: csv2lyx.py not working with python3??

2023-03-08 Thread José Matos
On Wed, 2023-03-08 at 22:27 +0100, Pavel Sanda wrote: > I committed the patch for your convenience. Pavel Thank you. :-) -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: csv2lyx.py not working with python3??

2023-03-08 Thread Pavel Sanda
On Tue, Mar 07, 2023 at 08:46:34AM +, José Matos wrote: > Simplest solution, remove all the 'rU' arguments for open in the > script. > > Rationale: 'r' is the read mode, default, 'U' is for the universal > newlines mode (for backwards compatibility; should not be used in new > code)

Re: [LyX/master] When a displayed inset is aligned left, align it left

2023-03-08 Thread Jean-Marc Lasgouttes
Le 08/03/2023 à 18:48, Jean-Marc Lasgouttes a écrit : Le 08/03/2023 à 14:29, Pavel Sanda a écrit : So let's test the next week :) The alternative to reporting to gcc is using +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdangling-reference"    our_code_triggering_warning

Re: [LyX/master] When a displayed inset is aligned left, align it left

2023-03-08 Thread Jean-Marc Lasgouttes
Le 08/03/2023 à 14:29, Pavel Sanda a écrit : So let's test the next week :) The alternative to reporting to gcc is using +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdangling-reference" our_code_triggering_warning +#pragma GCC diagnostic pop Or use

Re: lyx constantly crashing

2023-03-08 Thread Pavel Sanda
On Wed, Mar 08, 2023 at 01:38:16PM +0900, ? wrote: > Hello, > when trying to adjust table, I get a constant crash. It would be helpful if we can get more information. - What LyX version do you use? - Is there some exact recipy how we could reproduce your crash? - Perhaps you could share

Re: Include Python3 in the Windows installer

2023-03-08 Thread Pavel Sanda
On Tue, Mar 07, 2023 at 10:11:57PM +0100, Yu Jin wrote: > I am probably a bit late on this, but Python2 like does not exist anymore, > so I am thinking on including python 3 in the installer. I have looked at > the download page for python and found Windows embeddable package (64-bit), > which is

Re: Crash in document settings

2023-03-08 Thread Pavel Sanda
On Wed, Mar 08, 2023 at 08:26:05AM +0100, Jürgen Spitzmüller wrote: > > Maybe I was not precise enough, try this one: > > 1. go to the document setting -> modules > > 2. click and hold *on arrow* of 'Accesibility' item (so it gets unrolled) > > 3. while holding move mouse strictly vertically down

Re: [LyX/master] When a displayed inset is aligned left, align it left

2023-03-08 Thread Pavel Sanda
On Wed, Mar 08, 2023 at 08:30:50AM +, José Matos wrote: > On Tue, 2023-03-07 at 21:16 +0100, Pavel Sanda wrote: > > One possible fix just got into upstream gcc. So we'll see what will > > Jose report after next release of gcc. If that still persits we > > should perhaps report it and see

Re: Crash in document settings

2023-03-08 Thread Kornel Benko
Am Tue, 7 Mar 2023 16:01:01 -0500 schrieb Scott Kostyshak : > On Tue, Mar 07, 2023 at 08:54:30PM +0100, Pavel Sanda wrote: > > On Tue, Mar 07, 2023 at 05:13:41PM +0100, Kornel Benko wrote: > > > Am Tue, 7 Mar 2023 16:04:55 +0100 (CET) > > > schrieb "Jürgen Spitzmüller" : > > > > > > > Pavel

lyx constantly crashing

2023-03-08 Thread 이진이
Hello, when trying to adjust table, I get a constant crash. The following is the bug report: ( 1) 1 lyx 0x000100f483aa _ZN3lyx8frontend5Alert7doErrorERKNSt3__112basic_stringIwNS2_11char_traitsIwEENS2_9allocatorIwSA_b : 1 lyx 0x000100f483aa

Re: [LyX/master] When a displayed inset is aligned left, align it left

2023-03-08 Thread José Matos
On Tue, 2023-03-07 at 21:16 +0100, Pavel Sanda wrote: > One possible fix just got into upstream gcc. So we'll see what will > Jose report after next release of gcc. If that still persits we > should perhaps report it and see whether they consider it grievous > enough... > > Pavel I am using a