Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-24 Thread Yu Jin
Am Di., 25. Feb. 2020 um 01:25 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > Actually, I will shortly be uploading 2.3.4.4, with that fix. So you can > use that. > I think that the installer versioning got a little confusing, LyX-2344-Installer-4.exe lets me think, that LyX 2.3.4.4 has

New Windows Installer For Testing

2020-02-24 Thread Richard Kimberly Heck
I've put a new Windows installer here     http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ for testing. It is meant to fix bug #11750, which prevents proper collection of TeX files on Windows. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-24 Thread Richard Kimberly Heck
On 2/24/20 2:30 PM, Yu Jin wrote: > Am So., 23. Feb. 2020 um 11:23 Uhr schrieb Jürgen Spitzmüller > mailto:sp...@lyx.org>>: > > Am Samstag, den 22.02.2020, 12:03 -0500 schrieb Richard Kimberly Heck: > > Am I right that the splitindex_command LyXRC variable is not handled > > in the UI?

Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-24 Thread Richard Kimberly Heck
On 2/24/20 2:30 PM, Yu Jin wrote: > Am So., 23. Feb. 2020 um 11:23 Uhr schrieb Jürgen Spitzmüller > mailto:sp...@lyx.org>>: > > Am Samstag, den 22.02.2020, 12:03 -0500 schrieb Richard Kimberly Heck: > > Am I right that the splitindex_command LyXRC variable is not handled > > in the UI?

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-24 Thread Guenter Milde
On 2020-02-23, Stephan Witt wrote: > Am 22.02.2020 um 20:13 schrieb Guenter Milde : >> On 2020-02-22, Stephan Witt wrote: >>> Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : On 2/21/20 12:08 PM, Stephan Witt wrote: > Am 21.02.2020 um 12:08 schrieb Stephan Witt : >> Hi pythonists

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 09:56:41PM +0100, Enrico Forestieri wrote: > On Mon, Feb 24, 2020 at 02:02:32PM -0500, Scott Kostyshak wrote: > > On Mon, Feb 24, 2020 at 06:39:25PM +0100, Enrico Forestieri wrote: > > > On Mon, Feb 24, 2020 at 11:05:51AM -0500, Scott Kostyshak wrote: > > > > > > > > Appare

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Enrico Forestieri
On Mon, Feb 24, 2020 at 02:02:32PM -0500, Scott Kostyshak wrote: > On Mon, Feb 24, 2020 at 06:39:25PM +0100, Enrico Forestieri wrote: > > On Mon, Feb 24, 2020 at 11:05:51AM -0500, Scott Kostyshak wrote: > > > > > > Apparently another approach would be to add the following: > > > > > > memset(&p

Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-24 Thread Yu Jin
Am So., 23. Feb. 2020 um 11:23 Uhr schrieb Jürgen Spitzmüller : > Am Samstag, den 22.02.2020, 12:03 -0500 schrieb Richard Kimberly Heck: > > Am I right that the splitindex_command LyXRC variable is not handled > > in the UI? > > Yes. We take the first we find. > Looks like I should leave the Per

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 06:39:25PM +0100, Enrico Forestieri wrote: > On Mon, Feb 24, 2020 at 11:05:51AM -0500, Scott Kostyshak wrote: > > > > Apparently another approach would be to add the following: > > > > memset(&padded_event, 0, sizeof(padded_event)); > > > > Valgrind does not complain wh

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Enrico Forestieri
On Mon, Feb 24, 2020 at 11:05:51AM -0500, Scott Kostyshak wrote: > > Apparently another approach would be to add the following: > > memset(&padded_event, 0, sizeof(padded_event)); > > Valgrind does not complain when this line is added to the union patch. I am baffled. The last suggestion I ha

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 12:50:57PM +0100, Kornel Benko wrote: > Am Mon, 24 Feb 2020 11:37:36 - (UTC) > schrieb Guenter Milde : > > > >> How about PDF (pdflatex)? > > > > > This works. > > > > Good. > > > > > BTW, changing the document language from French to English makes the doc > > >

Re: [LyX/master] Clear background behind sublables when necessary.

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 10:44:11AM +0100, Jean-Marc Lasgouttes wrote: > Le 06/02/2020 à 03:16, Scott Kostyshak a écrit : > > A bisect led me here. Open the attached example .lyx file. There are two > > "Undefined" insets. Place the cursor at the end of the document (i.e., > > after the last period)

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Scott Kostyshak
On Mon, Feb 24, 2020 at 12:39:49PM +0100, Enrico Forestieri wrote: > On Sun, Feb 23, 2020 at 08:41:12PM -0500, Scott Kostyshak wrote: > > On Sun, Feb 23, 2020 at 10:40:32PM +0100, Enrico Forestieri wrote: > > > On Sun, Feb 23, 2020 at 12:04:20PM -0500, Scott Kostyshak wrote: > > > > On Sun, Feb 23,

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-24 Thread Kornel Benko
Am Mon, 24 Feb 2020 11:37:36 - (UTC) schrieb Guenter Milde : > >> How about PDF (pdflatex)? > > > This works. > > Good. > > > BTW, changing the document language from French to English makes the doc > > compilable > > too. I tried to create an mwe. The error comes as soon as > > > 1

Re: lyx2lyx error: \begin{english} is inside a bold layout instead of outside

2020-02-24 Thread Guenter Milde
On 2020-02-23, Scott Kostyshak wrote: > On Fri, Feb 21, 2020 at 11:26:08AM -0500, Scott Kostyshak wrote: >> The following tests are failing on master: >> export/examples/ko/Welcome_lyx22 (Failed) >> export/examples/ko/Welcome_lyx23 (Failed) >> To reproduce manually, export Welcome.lyx in mate

Re: [PATCH] Fix write to uninitialized bytes for XCB event

2020-02-24 Thread Enrico Forestieri
On Sun, Feb 23, 2020 at 08:41:12PM -0500, Scott Kostyshak wrote: > On Sun, Feb 23, 2020 at 10:40:32PM +0100, Enrico Forestieri wrote: > > On Sun, Feb 23, 2020 at 12:04:20PM -0500, Scott Kostyshak wrote: > > > On Sun, Feb 23, 2020 at 03:10:37PM +0100, Enrico Forestieri wrote: > > > > On Sun, Feb 23,

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-24 Thread Guenter Milde
On 2020-02-23, Kornel Benko wrote: > Am Sun, 23 Feb 2020 16:28:19 - (UTC) > schrieb Guenter Milde : >> On 2020-02-22, Kornel Benko wrote: >> >> >> ... >> >> >> > I tested on an updated TL. Removing the custom class option >> >> >> > dvips fixes it. However, I'm not sure this is the right

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-24 Thread Enrico Forestieri
On Mon, Feb 24, 2020 at 11:19:50AM +0100, Jean-Marc Lasgouttes wrote: > > BTW, our download page says that we only support windows 7 and later since > June 2016. But the sources would still allow compiling with Xp and earlier versions. > A relevant bug: https://www.lyx.org/trac/ticket/10186 I c

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-24 Thread Jean-Marc Lasgouttes
Le 24/02/2020 à 10:57, Stephan Witt a écrit : On Mac OS 10.8.5 (2012+) with Apple clang 4.0 the build of lyx-2.3.4.2 fails with compiler errors in boost: ATM, I’m able to build LyX on Mac OS 10.11.6 (El Capitan 2015). Thanks for checking. I guess we can update README and the download page.

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-24 Thread Stephan Witt
Am 23.02.2020 um 16:07 schrieb Jean-Marc Lasgouttes : > > Le 23/02/2020 à 15:42, Stephan Witt a écrit : >> What’s the audience of this file? >> Perhaps it’s possible to download a LyX for 10.4 - but is this the >> intention of the authors of this list of requirements? > > The question is: is it p

Re: [LyX/master] Clear background behind sublables when necessary.

2020-02-24 Thread Jean-Marc Lasgouttes
Le 06/02/2020 à 03:16, Scott Kostyshak a écrit : A bisect led me here. Open the attached example .lyx file. There are two "Undefined" insets. Place the cursor at the end of the document (i.e., after the last period). Press "Backspace" to delete the period. For me this causes the first "UNDEFINED"