Registration

2024-09-09 Thread Anna Naden
It says automatic registration is disabled but there is absolutely no clue how to request manual registration\ I have a Lyx bug report Anna Naden, Chief Scientist Applied Quantum Physics Corporation [cid:164e430f-888e-4ab0-a8b1-4ae4de62894d] -- lyx-devel mailing list lyx-devel@lists.ly

Re: [LyX/master] Initialize client's name in main()

2024-09-09 Thread Richard Kimberly Heck
On 9/9/24 11:58 AM, Jean-Marc Lasgouttes wrote: Le 09/09/2024 à 15:33, Jean-Marc Lasgouttes a écrit : commit 3d323412ad5b4d47774de43f985202f20cabd156 Author: Jean-Marc Lasgouttes Date:   Mon Sep 9 15:29:39 2024 +0200 Initialize client's name in main() Initializing clientName at

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread José Matos
On Mon, 2024-09-09 at 17:54 +0200, Jean-Marc Lasgouttes wrote: > string const arg = (type.empty()) ? move(label) : move(label) + " " > + type; I can understand the first move. That makes all the sense to me. I can not understand why you use move and then add it to a chr * (that will be converted

Re: ctests failing on current master

2024-09-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.09.2024 um 18:37 +0200 schrieb Jürgen Spitzmüller: > Am Montag, dem 09.09.2024 um 18:43 +0200 schrieb Kornel Benko: > > LaTeX.cpp (867): Log line: > > LaTeX.cpp (867): Log line: ! LaTeX Error: The key > > 'polyglossia/gloss/english/__current_options_tl' is > > LaTeX.cpp (1156): li

Re: ctests failing on current master

2024-09-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.09.2024 um 18:43 +0200 schrieb Kornel Benko: > LaTeX.cpp (867): Log line: > LaTeX.cpp (867): Log line: ! LaTeX Error: The key > 'polyglossia/gloss/english/__current_options_tl' is > LaTeX.cpp (1156): line: 3954 > Desc: LaTeX Error: The key > 'polyglossia/gloss/english/__current_op

Re: ctests failing on current master

2024-09-09 Thread Kornel Benko
Am Mon, 9 Sep 2024 17:36:01 +0200 schrieb Scott Kostyshak : > On Mon, Sep 09, 2024 at 04:55:24PM GMT, Jürgen Spitzmüller wrote: > > Am Sonntag, dem 08.09.2024 um 12:08 +0200 schrieb Scott Kostyshak: > > > > (the reason being that we didn't use polyglossia for Japanese and > > > > Chinese before

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.09.2024 um 17:54 +0200 schrieb Jean-Marc Lasgouttes: > I am even tempted to use std::move() here to > point out that this is the standard library method and not just a > function of our own. Thankfully, Scott has done that for my commit at 0a7585403832c -- Jürgen -- lyx-dev

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.09.2024 um 17:55 +0200 schrieb Jean-Marc Lasgouttes: > The good thing is that we caught a few real bugs. It is not always > coverity being annoying. No, it is actually really helpful. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/lis

Re: label whitespaces no more

2024-09-09 Thread Igor
(Sorry, bringing this back under the right Subject Line) Thank you Daniel. Interesting. I'm glad we may still use brackets to preserve whitespaces when referencing through refstyle's commands, hope it won't create new problems, but at least label names are allowed to have whitespaces after all :)

Re: lyx-devel Digest, Vol 254, Issue 1

2024-09-09 Thread Daniel Els
Igor The main command in refstyle that cycles through a list of references (and a single reference) is: \def\RS@ref#1[#2]#3{% \begingroup \RS@setkeys{RS@#1}{#2}% \@safe@activestrue% \edef\RS@tmpa{\zap@space#3 \@empty}% \@safe@activesfals

Re: [LyX/master] Do not forget to reset stream after std::hex

2024-09-09 Thread Jean-Marc Lasgouttes
Le 09/09/2024 à 17:51, Jean-Marc Lasgouttes a écrit : commit f4c02d670b60a56bc6fb4a49e201c7134af1011b Author: Jean-Marc Lasgouttes Date: Mon Sep 9 17:49:20 2024 +0200 Do not forget to reset stream after std::hex Riki, this is in stable to. OK to backport? JMarc Spotted by

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Jean-Marc Lasgouttes
Le 09/09/2024 à 17:35, Scott Kostyshak a écrit : I see, good to know! Thanks to you and JMarc for taking on that seemingly never-ending task. The good thing is that we caught a few real bugs. It is not always coverity being annoying. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org h

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Jean-Marc Lasgouttes
Le 09/09/2024 à 16:47, Jürgen Spitzmüller a écrit : Am Montag, dem 09.09.2024 um 16:31 +0200 schrieb Scott Kostyshak: Just out of curiosity (no I don't want to receive the scan results ;)), are most of these from Coverity adding new features that detect new things? Or were they there before, and

Re: ctests failing on current master

2024-09-09 Thread Scott Kostyshak
On Mon, Sep 09, 2024 at 04:55:24PM GMT, Jürgen Spitzmüller wrote: > Am Sonntag, dem 08.09.2024 um 12:08 +0200 schrieb Scott Kostyshak: > > > (the reason being that we didn't use polyglossia for Japanese and > > > Chinese before that commit with non-TeX fonts, but babel) > > > > Sounds good! Thanks

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Scott Kostyshak
On Mon, Sep 09, 2024 at 04:47:57PM GMT, Jürgen Spitzmüller wrote: > Am Montag, dem 09.09.2024 um 16:31 +0200 schrieb Scott Kostyshak: > > Just out of curiosity (no I don't want to receive the scan results > > ;)), > > are most of these from Coverity adding new features that detect new > > things? O

Re: ctests failing on current master

2024-09-09 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.09.2024 um 12:08 +0200 schrieb Scott Kostyshak: > > (the reason being that we didn't use polyglossia for Japanese and > > Chinese before that commit with non-TeX fonts, but babel) > > Sounds good! Thanks for confirming. You might want to rerun the test with an up-to date polygl

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.09.2024 um 16:31 +0200 schrieb Scott Kostyshak: > Just out of curiosity (no I don't want to receive the scan results > ;)), > are most of these from Coverity adding new features that detect new > things? Or were they there before, and you are whittling down the > list little by li

Re: [LyX/master] Do not handle special case where buffer == NULL

2024-09-09 Thread Scott Kostyshak
On Mon, Sep 09, 2024 at 01:54:05PM GMT, Jean-Marc Lasgouttes wrote: > Spotted by Coverity scan. Just out of curiosity (no I don't want to receive the scan results ;)), are most of these from Coverity adding new features that detect new things? Or were they there before, and you are whittling

Re: lyx-devel Digest, Vol 254, Issue 1

2024-09-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.09.2024 um 21:20 +1200 schrieb Igor: > -- refstyle gets loaded automatically when I choose Formatted > reference through LyX GUI. Ironically I redefine most of the > refstyle's formatted commands underneath :) I'm going to test to see > how I can implement this with "Use refstyle"

Re: lyx-devel Digest, Vol 254, Issue 1

2024-09-09 Thread Igor
== Cc: Danie Els Hi Dannie, Seeing that you've updated the refstyle packages quite recently, on 2024/02/01, could you comment on the issue below? Full discussion starts from https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg222793.html. Basically, due to a refstyle bug (?) of eating u