Re: Invalid? docbook5 export of de/Presentations/Beamer.lyx

2020-07-25 Thread Richard Kimberly Heck
On 7/25/20 2:12 PM, Kornel Benko wrote: > Am Sat, 25 Jul 2020 14:10:01 -0400 > schrieb Richard Kimberly Heck : > > ... >> (By the way, the only known issue right now: nested lists do not always >> work. I have >> not yet started to work on this.) >> Well, that is great progress! >> >> Riki >> > Wh

New bug in change tracking?

2020-07-25 Thread Paul A. Rubin
Can someone confirm that (a) I'm not hallucinating and (b) this is a new bug (I couldn't find it in the issue tracker)? Create a test file with any text, and turn on change tracking. Then change fonts on some words (italics, bold, san serif, ...). None of the font changes are flagged as changes

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools-extended #2019

2020-07-25 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/2019/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Invalid? docbook5 export of de/Presentations/Beamer.lyx

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 14:10:01 -0400 schrieb Richard Kimberly Heck : ... > (By the way, the only known issue right now: nested lists do not always work. > I have > not yet started to work on this.) > > > Well, that is great progress! > > Riki > What about the assertions? They _are_ itching.

Re: Invalid? docbook5 export of de/Presentations/Beamer.lyx

2020-07-25 Thread Richard Kimberly Heck
On 7/25/20 1:19 PM, Thibaut Cuvelier wrote: > On Sat, 25 Jul 2020 at 18:59, Richard Kimberly Heck > wrote: > > On 7/25/20 12:19 PM, Kornel Benko wrote: > > Export to docbook5 --> OK > > Check the exported with xmllint > > > >       $ xmllint --valid -sa

Jenkins build is back to normal : Build branch "master" » ubuntu-latest-qt5-cmake #2104

2020-07-25 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/2104/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Invalid? docbook5 export of de/Presentations/Beamer.lyx

2020-07-25 Thread Thibaut Cuvelier
On Sat, 25 Jul 2020 at 18:59, Richard Kimberly Heck wrote: > On 7/25/20 12:19 PM, Kornel Benko wrote: > > Export to docbook5 --> OK > > Check the exported with xmllint > > > > $ xmllint --valid -sax Beamer.xml > > ... > > SAX.startElementNs(Subsection, NULL, 'http://docbook.org/ns/docbook',

Re: Invalid? docbook5 export of de/Presentations/Beamer.lyx

2020-07-25 Thread Richard Kimberly Heck
On 7/25/20 12:19 PM, Kornel Benko wrote: > Export to docbook5 --> OK > Check the exported with xmllint > > $ xmllint --valid -sax Beamer.xml > ... > SAX.startElementNs(Subsection, NULL, 'http://docbook.org/ns/docbook', 0, 0, 0) > SAX.characters(Basic Ideas for Proofs/Impleme, 38) > SAX.endEle

Invalid? docbook5 export of de/Presentations/Beamer.lyx

2020-07-25 Thread Kornel Benko
Export to docbook5 --> OK Check the exported with xmllint $ xmllint --valid -sax Beamer.xml ... SAX.startElementNs(Subsection, NULL, 'http://docbook.org/ns/docbook', 0, 0, 0) SAX.characters(Basic Ideas for Proofs/Impleme, 38) SAX.endElementNs(Subsection, NULL, 'http://docbook.org/ns/docbo

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools #1810

2020-07-25 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools/1810/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 17:59:50 +0200 schrieb Kornel Benko : > Am Sat, 25 Jul 2020 17:48:44 +0200 > schrieb Thibaut Cuvelier : > > > On Sat, 25 Jul 2020 at 11:29, Kornel Benko wrote: > > > > > Am Sat, 25 Jul 2020 04:49:18 +0200 > > > schrieb Thibaut Cuvelier : > > > > In > > > > output_docbook

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 17:48:44 +0200 schrieb Thibaut Cuvelier : > On Sat, 25 Jul 2020 at 11:29, Kornel Benko wrote: > > > Am Sat, 25 Jul 2020 04:49:18 +0200 > > schrieb Thibaut Cuvelier : > > > In > > > output_docbook.cpp, makeAny function, there was nothing being done for > > the > > > LATEX_BIB_

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Thibaut Cuvelier
On Sat, 25 Jul 2020 at 11:29, Kornel Benko wrote: > Am Sat, 25 Jul 2020 04:49:18 +0200 > schrieb Thibaut Cuvelier : > > In > > output_docbook.cpp, makeAny function, there was nothing being done for > the > > LATEX_BIB_ENVIRONMENT case, > > I have seen it too, but was unable to do anything there.

Re: Sluggish caret

2020-07-25 Thread Jean-Marc Lasgouttes
Le 25 juillet 2020 11:20:57 GMT+02:00, Daniel a écrit : >On 2020-07-25 11:16, Jean-Marc Lasgouttes wrote: >> Yes, this is something I saw but did not investigate yet. The first >> blink of the cursor is at the wrong position. >> >> Could you open a ticket please ? > >Done at https://www.lyx.or

Re: Endless loop in src/output_docbook.cpp

2020-07-25 Thread Kornel Benko
Am Sat, 25 Jul 2020 04:49:18 +0200 schrieb Thibaut Cuvelier : > Hi, > > I think your patch fixes the effect and not the cause. Yes, I was aware of it. > In > output_docbook.cpp, makeAny function, there was nothing being done for the > LATEX_BIB_ENVIRONMENT case, I have seen it too, but was una

Re: Sluggish caret

2020-07-25 Thread Daniel
On 2020-07-25 11:16, Jean-Marc Lasgouttes wrote: Yes, this is something I saw but did not investigate yet. The first blink of the cursor is at the wrong position. Could you open a ticket please ? JMarc Le 25 juillet 2020 08:32:14 GMT+02:00, Daniel a écrit : In master the caret seems a b

Re: Sluggish caret

2020-07-25 Thread Jean-Marc Lasgouttes
Yes, this is something I saw but did not investigate yet. The first blink of the cursor is at the wrong position. Could you open a ticket please ? JMarc Le 25 juillet 2020 08:32:14 GMT+02:00, Daniel a écrit : >In master the caret seems a bit sluggish on updating its position. For >example, if