master compile errors gzlib?

2022-12-04 Thread Yu Jin
I can't build master currently on Windows, I get these errors: Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand Fehler LNK2019 Verweis auf nicht aufgelöstes externes Symbol "__imp_z_gzread" in Funktion ""public: virtual int __cdecl gz::gzstreambuf::underflow(void)" (?underfl

Cross reference inset

2022-12-04 Thread Jean-Pierre Chrétien
Dear Devs I think there is something fishy with this inset, when the 'Alphabetically' sort keys are used : the selected entry has nothing in common with the one selected, if you select a fresh one. The only correct behavior is with the sort key by occurrence. Do you see the same behavior ?

Re: Cross reference inset

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 14:20 +0100 schrieb Jean-Pierre Chrétien: > I think there is something fishy with this inset, when the > 'Alphabetically' sort > keys are used : the selected entry has nothing in common with the one > selected, > if you select a fresh one. > > The only correct behav

Re: A lot of ctests are failing on current master

2022-12-04 Thread Scott Kostyshak
On Sat, Dec 03, 2022 at 11:06:08AM -0500, Scott Kostyshak wrote: > On Sat, Dec 03, 2022 at 08:46:02AM +0100, Jürgen Spitzmüller wrote: > > Am Freitag, dem 02.12.2022 um 12:08 -0500 schrieb Scott Kostyshak: > > > Below is the list. The roundtrip tests are probably failing because > > > of the recent

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Kornel Benko
Ping Am Fri, 25 Nov 2022 13:00:01 +0100 schrieb Kornel Benko : > > > So, maybe the problem is very specific to --enable-stdlib-debug and has > > > to do with the way we use external libraries. > > > > It might be time to dump debug iterators and use the less annoying but > > less powerful

Re: Cross reference inset

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 15:16 +0100 schrieb Jürgen Spitzmüller: > Yes, also "group" does not seem to work properly. I'll have a look. Both fixed. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Apply downstream macport patch?

2022-12-04 Thread Scott Kostyshak
On Thu, Dec 01, 2022 at 05:35:43PM +0100, Jean-Marc Lasgouttes wrote: > Le 01/12/2022 à 16:25, Scott Kostyshak a écrit : > > The following is a patch that (I think?) macports applies. I don't > > understand it at all, but is it something we want? > > > > https://github.com/macports/macports-ports/

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Jean-Marc Lasgouttes
Le 25/11/2022 à 13:00, Kornel Benko a écrit : So, would it be sufficient to use _GLIBCXX_ASSERTIONS in case of QT6 only? Or should we use it on all qt versions? I added in autoconf --enable-stdlib-assertions, that is set automatically in development builds. stdlib-debug is now always off and

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Jean-Marc Lasgouttes
Le 19/11/2022 à 20:39, Jürgen Spitzmüller a écrit : Am Samstag, dem 19.11.2022 um 18:40 +0100 schrieb Jean-Marc Lasgouttes: But there is no stdlib-debug in this setting, right? I compile --with-version-suffix=-dev --enable-maintainer-mode --with-included- hunspell --with-included-dtl --enable

Re: master compile errors gzlib?

2022-12-04 Thread Pavel Sanda
On Sun, Dec 04, 2022 at 10:17:25AM +0100, Yu Jin wrote: > I can't build master currently on Windows, I get these errors: Did you update gzlib or compiler? Pavel -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [PATCH] change semantics of "delete" LFUNs again (was: Re: Assertion from command-sequence)

2022-12-04 Thread Jean-Marc Lasgouttes
Le 02/12/2022 à 18:11, Scott Kostyshak a écrit : Just as a reminder, the goal is to have char-delete-backwards without argument actually delete previous element, without consideration of confirmation that are only relevant to interactive use. Sorry, I have no experience with this. Once sorted

Re: [PATCH] change semantics of "delete" LFUNs again (was: Re: Assertion from command-sequence)

2022-12-04 Thread Scott Kostyshak
On Sun, Dec 04, 2022 at 09:12:45PM +0100, Jean-Marc Lasgouttes wrote: > Le 02/12/2022 à 18:11, Scott Kostyshak a écrit : > > > Just as a reminder, the goal is to have char-delete-backwards without > > > argument actually delete previous element, without consideration of > > > confirmation that are

Put OS information in Help > About > Version ?

2022-12-04 Thread Scott Kostyshak
When collecting information, it might be nice to have OS information. That way, the user only has to go to Help > About and click on "Copy Version Info" and all important information is copied; rather than having to ask them to separately state it. Is it OK if I add OS information? I'm not sure wh

Re: [PATCH] change semantics of "delete" LFUNs again (was: Re: Assertion from command-sequence)

2022-12-04 Thread José Matos
On Sun, 2022-12-04 at 21:12 +0100, Jean-Marc Lasgouttes wrote: > I finally managed to convinced python to like me, and pushed the > result. > > JMarc Nice, I intended to look into this issue this weekend. On the other hand I was concerned with encoding a text message in integer number that in Py

Re: Put OS information in Help > About > Version ?

2022-12-04 Thread Jean-Marc Lasgouttes
Le 04/12/2022 à 21:41, Scott Kostyshak a écrit : When collecting information, it might be nice to have OS information. That way, the user only has to go to Help > About and click on "Copy Version Info" and all important information is copied; rather than having to ask them to separately state it.

Re: [PATCH] change semantics of "delete" LFUNs again (was: Re: Assertion from command-sequence)

2022-12-04 Thread Jean-Marc Lasgouttes
Le 04/12/2022 à 22:13, José Matos a écrit : On Sun, 2022-12-04 at 21:12 +0100, Jean-Marc Lasgouttes wrote: I finally managed to convinced python to like me, and pushed the result. JMarc Nice, I intended to look into this issue this weekend. Let's say I believe you ;) On the other hand I w

Re: [LyX/master] Introduce HTMLClass tag, to make it easier to give these.

2022-12-04 Thread Richard Kimberly Heck
On 12/4/22 16:11, Jean-Marc Lasgouttes wrote: Le 04/12/2022 à 18:41, Richard Kimberly Heck a écrit : commit 69a6c41b9417c0f069f4eeae2b0f2e932ee39be4 Author: Richard Kimberly Heck Date:   Sun Dec 4 13:27:19 2022 -0500 Introduce HTMLClass tag, to make it easier to give these. Hi Riki, No

Re: [LyX/master] Introduce HTMLClass tag, to make it easier to give these.

2022-12-04 Thread José Matos
On Sun, 2022-12-04 at 16:40 -0500, Richard Kimberly Heck wrote: > Fixed. Hyperactive perl script. > > Riki I still see this, even after your last commits. -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Introduce HTMLClass tag, to make it easier to give these.

2022-12-04 Thread Richard Kimberly Heck
On 12/4/22 18:34, José Matos wrote: On Sun, 2022-12-04 at 16:40 -0500, Richard Kimberly Heck wrote: Fixed. Hyperactive perl script. Riki I still see this, even after your last commits. Here I see: ../lib/layouts/[master]> grep HTMLClass * ijmpc.layout:HTMLClassLyXRomanList ijmpd.layout:

Re: [LyX/master] Fix bug #11410.

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 23:39 +0100 schrieb Richard Kimberly Heck: > commit d4f2460ac4707aa4d9302c6257fc2511fa0dc54f > Author: Richard Kimberly Heck > Date:   Sun Dec 4 18:33:58 2022 -0500 > >     Fix bug #11410. >     >     Main part of patch from Daniel, adapted by me. >     I also added

Re: 2.4.0 plan for #12215 [LyX crashes with async processes (Qt6 only)] ?

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 19:40 +0100 schrieb Jean-Marc Lasgouttes: > Why do you compile with included-dtl BTW? Can't remember. It ended up in the build script eventually. > Maintainer mode should also by the default for development builds. This as well. -- Jürgen -- lyx-devel mailing lis

Re: [LyX/master] Fix bug #11410.

2022-12-04 Thread Richard Kimberly Heck
On 12/5/22 00:54, Jürgen Spitzmüller wrote: Am Sonntag, dem 04.12.2022 um 23:39 +0100 schrieb Richard Kimberly Heck: commit d4f2460ac4707aa4d9302c6257fc2511fa0dc54f Author: Richard Kimberly Heck Date:   Sun Dec 4 18:33:58 2022 -0500     Fix bug #11410.     Main part of patch from Danie

Re: [LyX/master] Introduce HTMLClass tag, to make it easier to give these.

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 18:44 -0500 schrieb Richard Kimberly Heck: > All these are OK. Do you have something else? I am getting LyX: Unknown InsetLayout tag [around line 21 of file [layouts/logicalmkup.module] current token: 'HTMLClass' context: ''] LyX: Unknown InsetLayout tag [around line

Re: A lot of ctests are failing on current master

2022-12-04 Thread Jürgen Spitzmüller
Am Sonntag, dem 04.12.2022 um 10:00 -0500 schrieb Scott Kostyshak: > A git bisect for the lyx2lyx tests leads to: > > commit 14b108fc222ef9e7891d90ce364ceb227f8182dc > Author: Juergen Spitzmueller > Date:   Fri Dec 2 11:23:32 2022 +0100 > >     Check encodability of math user macro names (#11855

Re: master compile errors gzlib?

2022-12-04 Thread Yu Jin
Am So., 4. Dez. 2022 um 20:03 Uhr schrieb Pavel Sanda : > Did you update gzlib or compiler? > No, it I just tried to compile with Qt5 though, it works, only Qt6 doesn't... I don't understand why, I even tried to update to zlib 1.2.13, but no success. -- Eugene -- lyx-devel mailing list lyx-de