Re: DocBook change: use a stack of fonts

2023-01-07 Thread Kornel Benko
Am Sat, 7 Jan 2023 03:19:39 +0100 schrieb Thibaut Cuvelier : > > What could you do, is to call xmlParser.pl directly to check if it working > > > >         $ perl D:/LyX/lyx-unstable/development/autotests/xmlParser.pl > > some_test_file.xml This should give the same error. In this case check if >

Re: DocBook change: use a stack of fonts

2023-01-06 Thread Thibaut Cuvelier
On Sun, 1 Jan 2023 at 13:02, Kornel Benko wrote: > Am Tue, 27 Dec 2022 02:13:15 +0100 > schrieb Thibaut Cuvelier : > > > Dear list, > > > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached > patch. > > Basically, LyX now considers the order of font tags when closing them, > >

Re: DocBook change: use a stack of fonts

2023-01-01 Thread Kornel Benko
Am Tue, 27 Dec 2022 02:13:15 +0100 schrieb Thibaut Cuvelier : > Dear list, > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached patch. > Basically, LyX now considers the order of font tags when closing them, > otherwise you get strange results like in the ticket. The bug is qu

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Scott Kostyshak
On Tue, Dec 27, 2022 at 07:36:41PM +0100, Kornel Benko wrote: > Am Tue, 27 Dec 2022 10:23:59 -0500 > schrieb Scott Kostyshak : > > > On Tue, Dec 27, 2022 at 10:12:15AM +0100, Kornel Benko wrote: > > > Am Tue, 27 Dec 2022 00:03:40 -0500 > > > schrieb Scott Kostyshak : > > > > > > > On Tue, Dec 2

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Kornel Benko
Am Tue, 27 Dec 2022 10:23:59 -0500 schrieb Scott Kostyshak : > On Tue, Dec 27, 2022 at 10:12:15AM +0100, Kornel Benko wrote: > > Am Tue, 27 Dec 2022 00:03:40 -0500 > > schrieb Scott Kostyshak : > > > > > On Tue, Dec 27, 2022 at 02:13:15AM +0100, Thibaut Cuvelier wrote: > > > > Dear list, > >

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Richard Kimberly Heck
On 12/27/22 10:55, Thibaut Cuvelier wrote: On Tue, 27 Dec 2022 at 05:42, Richard Kimberly Heck wrote: On 12/26/22 21:46, Thibaut Cuvelier wrote: On Tue, 27 Dec 2022 at 03:20, Richard Kimberly Heck wrote: On 12/26/22 20:13, Thibaut Cuvelier wrote: > Dear list,

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 05:42, Richard Kimberly Heck wrote: > On 12/26/22 21:46, Thibaut Cuvelier wrote: > > On Tue, 27 Dec 2022 at 03:20, Richard Kimberly Heck > wrote: > >> On 12/26/22 20:13, Thibaut Cuvelier wrote: >> > Dear list, >> > >> > To solve https://www.lyx.org/trac/ticket/12585, I wro

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Scott Kostyshak
On Tue, Dec 27, 2022 at 10:12:15AM +0100, Kornel Benko wrote: > Am Tue, 27 Dec 2022 00:03:40 -0500 > schrieb Scott Kostyshak : > > > On Tue, Dec 27, 2022 at 02:13:15AM +0100, Thibaut Cuvelier wrote: > > > Dear list, > > > > > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached

Re: DocBook change: use a stack of fonts

2022-12-27 Thread Kornel Benko
Am Tue, 27 Dec 2022 00:03:40 -0500 schrieb Scott Kostyshak : > On Tue, Dec 27, 2022 at 02:13:15AM +0100, Thibaut Cuvelier wrote: > > Dear list, > > > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached patch. > > Basically, LyX now considers the order of font tags when closing

Re: DocBook change: use a stack of fonts

2022-12-26 Thread Scott Kostyshak
On Tue, Dec 27, 2022 at 02:13:15AM +0100, Thibaut Cuvelier wrote: > Dear list, > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached patch. > Basically, LyX now considers the order of font tags when closing them, > otherwise you get strange results like in the ticket. The bug is

Re: DocBook change: use a stack of fonts

2022-12-26 Thread Richard Kimberly Heck
On 12/26/22 21:46, Thibaut Cuvelier wrote: On Tue, 27 Dec 2022 at 03:20, Richard Kimberly Heck wrote: On 12/26/22 20:13, Thibaut Cuvelier wrote: > Dear list, > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached > patch. Basically, LyX now considers t

Re: DocBook change: use a stack of fonts

2022-12-26 Thread Thibaut Cuvelier
On Tue, 27 Dec 2022 at 03:20, Richard Kimberly Heck wrote: > On 12/26/22 20:13, Thibaut Cuvelier wrote: > > Dear list, > > > > To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached > > patch. Basically, LyX now considers the order of font tags when > > closing them, otherwise you g

Re: DocBook change: use a stack of fonts

2022-12-26 Thread Richard Kimberly Heck
On 12/26/22 20:13, Thibaut Cuvelier wrote: Dear list, To solve https://www.lyx.org/trac/ticket/12585, I wrote the attached patch. Basically, LyX now considers the order of font tags when closing them, otherwise you get strange results like in the ticket. The bug is quite serious, actually, ev