Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-07-01 Thread Pavel Sanda
On Thu, Jun 26, 2025 at 04:09:49PM +0200, Pavel Sanda wrote: > On Thu, Jun 26, 2025 at 03:14:13PM +0200, Stephan Witt wrote: > > > I think this is really not about lyx at the moment. > > > For some reason when I install octave through homebrew, launching > > > &#

Re: patch: include the .h file, not the .cpp file

2025-07-01 Thread Scott Kostyshak
On Tue, Jul 01, 2025 at 02:39:47AM +0200, Pavel Sanda wrote: > On Tue, Jul 01, 2025 at 12:03:20AM +0200, Scott Kostyshak wrote: > > Is the attached patch OK? > > Looks ok to me. P Thanks, it's in master at 22b35872. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-

Re: patch: include the .h file, not the .cpp file

2025-06-30 Thread Pavel Sanda
On Tue, Jul 01, 2025 at 12:03:20AM +0200, Scott Kostyshak wrote: > Is the attached patch OK? Looks ok to me. P -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

patch: include the .h file, not the .cpp file

2025-06-30 Thread Scott Kostyshak
From: Scott Kostyshak Date: Mon, 30 Jun 2025 23:54:53 +0200 Subject: [PATCH] Include the .h file, not the .cpp file --- src/factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory.cpp b/src/factory.cpp index 310fbb8b86..b72e24ec39 100644 --- a/src/factory.cpp +++

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-27 Thread Scott Kostyshak
On Fri, Jun 27, 2025 at 10:37:05AM +0200, Jean-Marc Lasgouttes wrote: > Le 27 juin 2025 10:26:32 GMT+02:00, Scott Kostyshak a > écrit : > >Thanks, José for your follow-up commit. These last days I've been > >focused mainly on compiler warnings. And also seeing if anything > >interesting from fsan

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-27 Thread Jean-Marc Lasgouttes
Le 27 juin 2025 10:26:32 GMT+02:00, Scott Kostyshak a écrit : >Thanks, José for your follow-up commit. These last days I've been >focused mainly on compiler warnings. And also seeing if anything >interesting from fsanitize. > >Scott You may want to play with cppcheck (--enable=style, for example)

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-27 Thread Scott Kostyshak
On Fri, Jun 27, 2025 at 07:59:23AM +0100, José Matos wrote: > On Thu, 2025-06-26 at 22:17 +0200, Enrico Forestieri wrote: > > Because we love tradition and this is lost in the mists of time? ;-) > > > > https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg96750.html > > Now is the time to star

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-27 Thread José Matos
On Thu, 2025-06-26 at 22:17 +0200, Enrico Forestieri wrote: > Because we love tradition and this is lost in the mists of time? ;-) > > https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg96750.html Now is the time to start new traditions. :-) I removed the last bits. @Scott some of the work

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-26 Thread Scott Kostyshak
On Thu, Jun 26, 2025 at 05:28:19PM +0100, José Matos wrote: > On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: > > Currently, configure.py prints output to STDERR, even though they are > > not necessarily warnings or errors. > > I can understand why the logg

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-26 Thread Enrico Forestieri
On Thu, Jun 26, 2025 at 05:28:19PM +0100, José Matos wrote: On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: [...] python3 -tt /home/scott/lyxbuilds/master-master/repo/lib/configure.py > /dev/null Why, on Earth, are we still using -tt? :-) Because we love tradition and this is los

Re: patch: have configure.py print to STDOUT, not STDERR

2025-06-26 Thread José Matos
On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: > Currently, configure.py prints output to STDERR, even though they are > not necessarily warnings or errors. I can understand why the logging default is stderr. :-) > The attached patch changes it to print to STDOUT.

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Pavel Sanda
On Thu, Jun 26, 2025 at 03:14:13PM +0200, Stephan Witt wrote: > > I think this is really not about lyx at the moment. > > For some reason when I install octave through homebrew, launching 'octave' > > on commandline launches command line version for me, while octave-gu

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Stephan Witt
xpected. Interestingly, when I type ???octave??? in a terminal window it >> apparently also seeks octave-gui and fails: >> >> "failed to exec >> '/opt/homebrew/Cellar/octave/9.4.0_1/libexec/octave/9.4.0/exec/aarch64-apple-darwin23.6.0/octave-gui??? >> &quo

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Pavel Sanda
"failed to exec > '/opt/homebrew/Cellar/octave/9.4.0_1/libexec/octave/9.4.0/exec/aarch64-apple-darwin23.6.0/octave-gui??? > " I think this is really not about lyx at the moment. For some reason when I install octave through homebrew, launching 'octave' on commandline lau

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread fcanatay
>>> Fatihcan, did you do something specific in your configuration/install that >>> current lyx sees your octave in path? >>> >> >> On my Mac I have both Maxima and Octave installed through Homebrew. > > I can't reproduce the lag problem. I installed lyx 2.4.4 & octave from > homebrew on some

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-26 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 04:04:01PM +0200, fcana...@gmail.com wrote: > > Fatihcan, did you do something specific in your configuration/install that > > current lyx sees your octave in path? > > > > On my Mac I have both Maxima and Octave installed through Homebrew. I can't reproduce the lag pro

patch: have configure.py print to STDOUT, not STDERR

2025-06-25 Thread Scott Kostyshak
Currently, configure.py prints output to STDERR, even though they are not necessarily warnings or errors. The attached patch changes it to print to STDOUT. Without the patch, a command like the following: python3 -tt /home/scott/lyxbuilds/master-master/repo/lib/configure.py > /dev/null e

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread José Matos
On Wed, 2025-06-25 at 15:01 +0200, fcana...@gmail.com wrote: > According to octave.org , Starting with version 4, the > default behavior of the “octave” command has been changed to launch the GUI: > https://octave.org/NEWS-4.0.html. Previous versions would launch in a terminal >

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread Pavel Sanda
On Tue, Jun 24, 2025 at 10:44:19PM +0200, fcana...@gmail.com wrote: > I checked the Maxima and Octave operations listed in the document with both > LyX 2.4.4 and 2.5.0 alpha, and I???m glad to confirm that all items reported > as ???not working??? in 2.3.3 are now working fine. Go

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread Stephan Witt
ange the command to >> "octave-cli??? when calling from LyX (the file also exists on mac), or use >> one of the command-line options --no-window-system, -W, --no-gui, etc. Or >> perhaps Stephan???s idea is the right way to go about it. > > I am not sure why

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread fcanatay
> Fatihcan, did you do something specific in your configuration/install that > current lyx sees your octave in path? > On my Mac I have both Maxima and Octave installed through Homebrew. I have tested by adding /opt/homebrew/bin to the PATH Prefix in LyX, which contains symbolic links to th

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 03:29:10PM +0200, Stephan Witt wrote: > > I am not sure why mac needs the special treatment. When I simply change > > octave to octave-cli on linux (see attached patch), "rand(2,2)" in mathed > > works as expected for octave. > > Steph

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread Pavel Sanda
t; one of the command-line options --no-window-system, -W, --no-gui, etc. Or > perhaps Stephan???s idea is the right way to go about it. I am not sure why mac needs the special treatment. When I simply change octave to octave-cli on linux (see attached patch), "rand(2,2)" in mathed

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread Stephan Witt
se the home-brew path? BR, Stephan > Unfortunately, I was unable to test how any of these affects the speed. I > made the alias octave='octave-cli’ as well as with command-line options in my > Z-shell but it did not change the behavior in LyX: the icon on the Dock is > always titled

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-25 Thread fcanatay
how any of these affects the speed. I made the alias octave='octave-cli’ as well as with command-line options in my Z-shell but it did not change the behavior in LyX: the icon on the Dock is always titled “octave-gui” and alway takes a few seconds to appear and disappear before the ans

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-24 Thread Stephan Witt
Am 25.06.2025 um 08:48 schrieb Pavel Sanda : > > On Tue, Jun 24, 2025 at 10:44:19PM +0200, fcana...@gmail.com wrote: >> I checked the Maxima and Octave operations listed in the document with both >> LyX 2.4.4 and 2.5.0 alpha, and I???m glad to confirm that all items repo

Re: #13178: LFUN math-extern does not pass the optional parameter to maxima or octave

2025-06-24 Thread fcanatay
Hello Pavel, I checked the Maxima and Octave operations listed in the document with both LyX 2.4.4 and 2.5.0 alpha, and I’m glad to confirm that all items reported as “not working” in 2.3.3 are now working fine. I made a few changes in the attached document and appended 2.4.4 to its name so

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-11 Thread Jürgen Spitzmüller
Am Mittwoch, dem 11.06.2025 um 19:23 +0200 schrieb mkri...@me.com: > > Meanwhile I found a way to automatically load the required models > > when these colors are used in PDF settings. > Thanks! I think it would be great it this would find its way into the > release. It already has ... -- Jürgen

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-11 Thread mkriele
> Meanwhile I found a way to automatically load the required models when these > colors are used in PDF settings. Thanks! I think it would be great it this would find its way into the release. Best regards, Marcus -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/lis

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-10 Thread Jürgen Spitzmüller
Am Montag, dem 09.06.2025 um 19:46 +0200 schrieb Jürgen Spitzmüller: > Am Montag, dem 09.06.2025 um 19:33 +0200 schrieb Jürgen Spitzmüller: > > A note in UG as you sketch would be possible, yes. > > I added such a note. BTW it's not "hyperref's own colors",

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.06.2025 um 19:33 +0200 schrieb Jürgen Spitzmüller: > A note in UG as you sketch would be possible, yes. I added such a note. BTW it's not "hyperref's own colors", it's just the LaTeX (graphics or graphicx) base colors (or whatever model has been req

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-09 Thread Jürgen Spitzmüller
f I want to use one of the 752 colors it is a little > different.  I can use an x11 color (such as Maroon3) if I have used > some x11 color somewhere in the document. Otherwise I get an error, > because the xcolor package has not been loaded.  > > It is easy enough to work ar

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-09 Thread mkriele
error, because the xcolor package has not been loaded. It is easy enough to work around this limitation by simply defining all hyperref colors as custom colors or loading the corresponding color package in the preamble. However, I was concerned that this behavior may confuse people new to LyX.

Re: LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-09 Thread Jürgen Spitzmüller
Am Montag, dem 09.06.2025 um 08:05 +0200 schrieb mkri...@me.com: > In Settings -> PDF Properties -> Additional Options it is possible to > specify colors, e.g linkcolor=blue > > This field does not understand the build-in color names such as Teal > (one of the old names

LyX 2.5 alpha 1: Colors: pdf-properterties do not recognize all colors

2025-06-08 Thread mkriele
In Settings -> PDF Properties -> Additional Options it is possible to specify colors, e.g linkcolor=blue This field does not understand the build-in color names such as Teal (one of the old names) or Fuchsia (a newly introduced name). However, custom names defined in Settings -> C

Re: [LyX/master] Do not use a version of dispatch() that use a DispatchResult if not using it

2025-05-20 Thread Richard Kimberly Heck
On 5/19/25 4:28 AM, Pavel Sanda wrote: On Sun, May 11, 2025 at 06:28:51PM +, Jean-Marc Lasgouttes wrote: commit cd3d32736644477bcd6c3aac66cb197e366f168b Author: Jean-Marc Lasgouttes Date: Sun May 11 20:23:00 2025 +0200 Do not use a version of dispatch() that use a DispatchResult if

Re: [LyX/master] Do not use a version of dispatch() that use a DispatchResult if not using it

2025-05-19 Thread Pavel Sanda
On Sun, May 11, 2025 at 06:28:51PM +, Jean-Marc Lasgouttes wrote: > commit cd3d32736644477bcd6c3aac66cb197e366f168b > Author: Jean-Marc Lasgouttes > Date: Sun May 11 20:23:00 2025 +0200 > > Do not use a version of dispatch() that use a DispatchResult if

Re: [LyX/master] Do not to release inset before erasing it

2025-04-11 Thread Jean-Marc Lasgouttes
Le 11/04/2025 à 08:54, Jürgen Spitzmüller a écrit : Am Donnerstag, dem 10.04.2025 um 16:32 +0200 schrieb Jean-Marc Lasgouttes: This is a candidate for branch if Jürgen agrees with the change. and here, as well. Done. Thanks to both of you. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Jürgen Spitzmüller
Am Donnerstag, dem 10.04.2025 um 16:32 +0200 schrieb Jean-Marc Lasgouttes: > This is a candidate for branch if Jürgen agrees with the change. and here, as well. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Richard Kimberly Heck
On 4/10/25 10:32 AM, Jean-Marc Lasgouttes wrote: Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit 4f20ac64d70282f1792abfeafa48a9fea8f89af1 Author: Jean-Marc Lasgouttes Date:   Wed Apr 9 14:29:14 2025 +0200 Do not to release inset before erasing it It will be done by

Re: [LyX/master] Do not to release inset before erasing it

2025-04-10 Thread Jean-Marc Lasgouttes
Le 10/04/2025 à 16:28, Jean-Marc Lasgouttes a écrit : commit 4f20ac64d70282f1792abfeafa48a9fea8f89af1 Author: Jean-Marc Lasgouttes Date: Wed Apr 9 14:29:14 2025 +0200 Do not to release inset before erasing it It will be done by eraseChar if needed. But when change tracking

Displayed text in color rows does not fit

2025-03-28 Thread Kornel Benko
This is part of PrefColorsUi.ui, but is not handled there. See attached. It looks not better in another language. Kornel pgp8XJqrih1wW.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: not found on macos/cmake/xcode build

2025-02-03 Thread pdv
On 03/02/2025 14:55, pdv wrote: I didn't build LyX for a long time and got now into this problem: I use CMake and XCode (on an M3 iMac with MacOS15.3). The problem is with ImageMagick-6 (provided by macports), the header file not being found. CMake does not complain but unfortunately

not found on macos/cmake/xcode build

2025-02-03 Thread pdv
I didn't build LyX for a long time and got now into this problem: I use CMake and XCode (on an M3 iMac with MacOS15.3). The problem is with ImageMagick-6 (provided by macports), the header file not being found. CMake does not complain but unfortunately also not when I mangle the in

Re: [LyX/master] LibertinusT1Math does not load amssymb or amsfonts (#13145)

2025-01-21 Thread Jean-Marc Lasgouttes
Le 21/01/2025 à 05:49, Jürgen Spitzmüller a écrit : Am Montag, dem 20.01.2025 um 20:27 +0100 schrieb Jean-Marc Lasgouttes: It is strange, I would have expected Requires amssymb,amsfonts No, many maths fonts (but not this) load those packages internally, hence Provides. Sorry, I

Re: [LyX/master] LibertinusT1Math does not load amssymb or amsfonts (#13145)

2025-01-20 Thread Jürgen Spitzmüller
Am Montag, dem 20.01.2025 um 20:27 +0100 schrieb Jean-Marc Lasgouttes: > It is strange, I would have expected > Requires amssymb,amsfonts No, many maths fonts (but not this) load those packages internally, hence Provides. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.l

Re: [LyX/master] LibertinusT1Math does not load amssymb or amsfonts (#13145)

2025-01-20 Thread Jean-Marc Lasgouttes
ibertinusT1Math does not load amssymb or amsfonts (#13145) >--- > lib/latexfonts | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/lib/latexfonts b/lib/latexfonts >index 28e60d3d31..939504be7c 100644 >--- a/lib/latexfonts >+++ b/lib/latexfonts >@@ -1300,7 +130

2.4.3 does not crash on the command line any longer

2025-01-15 Thread Eberhard W Lisse
I have commented (on the issue) in the tracker. Thank you el -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Itemize command is not working with figurewrap

2024-12-31 Thread Richard Kimberly Heck
On 12/30/24 4:48 PM, Abdul Rehman Chishti wrote: Hello sir, i am working on lYx tool, i am getting to much issues if i add simple text with wrapfigure , it shows the text below the figure as well, but when i add same text with itemize command it only shows page on half column leaving black the

Itemize command is not working with figurewrap

2024-12-30 Thread Abdul Rehman Chishti
Hello sir, i am working on lYx tool, i am getting to much issues if i add simple text with wrapfigure , it shows the text below the figure as well, but when i add same text with itemize command it only shows page on half column leaving black the spaces below the figure. Do you have any clue why

Re: [LyX/master] Not needed anymore

2024-10-21 Thread Jean-Marc Lasgouttes
Le 20/10/2024 à 21:43, Pavel Sanda a écrit : I am slowly & tediously going through header includes which are not needed for compilation (automated by dirty script I once convinced Scott to polish and include in our tree;) and at the same time are not actually requested in the header it

Re: [LyX/master] Do not update statistics when not requested.

2024-10-21 Thread Jean-Marc Lasgouttes
Le 20/10/2024 à 23:50, Richard Kimberly Heck a écrit : I tried to cherry-pick it but got a merge conflict. So I'll let you do it. I finally reverted it, so it will be even easier :) JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Do not update statistics when not requested.

2024-10-21 Thread Jean-Marc Lasgouttes
Le 20/10/2024 à 21:52, Pavel Sanda a écrit : On Sat, Oct 19, 2024 at 05:07:00PM +, Jean-Marc Lasgouttes wrote: commit c50debaffcccb4481bf440df1ab4b2d11d28a048 Author: Jean-Marc Lasgouttes Date: Thu Oct 17 10:50:34 2024 +0200 Do not update statistics when not requested

Re: [LyX/master] Do not update statistics when not requested.

2024-10-20 Thread Richard Kimberly Heck
On 10/19/24 3:14 PM, Jean-Marc Lasgouttes wrote: Le 19 octobre 2024 19:07:00 GMT+02:00, Jean-Marc Lasgouttes a écrit : commit c50debaffcccb4481bf440df1ab4b2d11d28a048 Author: Jean-Marc Lasgouttes Date: Thu Oct 17 10:50:34 2024 +0200 Do not update statistics when not requested

Re: [LyX/master] Not needed anymore

2024-10-20 Thread Scott Kostyshak
gt; > Date: Tue Oct 15 20:09:52 2024 +0200 > > > > > > Not needed anymore > > > > Hi Pavel, > > > > I see you removing header after header. How do you determine the extra ones? > > By you sheer eye power? > > I am slowly & tedi

Re: [LyX/master] Do not update statistics when not requested.

2024-10-20 Thread Pavel Sanda
On Sat, Oct 19, 2024 at 05:07:00PM +, Jean-Marc Lasgouttes wrote: > commit c50debaffcccb4481bf440df1ab4b2d11d28a048 > Author: Jean-Marc Lasgouttes > Date: Thu Oct 17 10:50:34 2024 +0200 > > Do not update statistics when not requested. > > If the user d

Re: [LyX/master] Not needed anymore

2024-10-20 Thread Pavel Sanda
On Tue, Oct 15, 2024 at 11:19:48PM +0200, Jean-Marc Lasgouttes wrote: > Le 15/10/2024 ?? 20:10, Pavel Sanda a écrit : > > commit abd26f1122b88be63ad7491f50fb76b3b7e467ea > > Author: Pavel Sanda > > Date: Tue Oct 15 20:09:52 2024 +0200 > > > > Not needed

Re: [LyX/master] Do not update statistics when not requested.

2024-10-19 Thread Jean-Marc Lasgouttes
Le 19 octobre 2024 19:07:00 GMT+02:00, Jean-Marc Lasgouttes a écrit : >commit c50debaffcccb4481bf440df1ab4b2d11d28a048 >Author: Jean-Marc Lasgouttes >Date: Thu Oct 17 10:50:34 2024 +0200 > >Do not update statistics when not requested. > > If the user d

Re: Repository not accessible ATM

2024-10-03 Thread Jean-Marc Lasgouttes
Le 03/10/2024 à 14:34, Kornel Benko a écrit : About 13:38 CEST the access was OK, now I get (after 5 mins) ssh: connect to host git.lyx.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists

Repository not accessible ATM

2024-10-03 Thread Kornel Benko
About 13:38 CEST the access was OK, now I get (after 5 mins) ssh: connect to host git.lyx.org port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Exit 128 Kornel pgpjM6ItU6qQl.pgp

Re: Could not find LaTeX command for character....

2024-09-19 Thread Scott Kostyshak
On Thu, Sep 19, 2024 at 04:24:21PM GMT, Jürgen Spitzmüller wrote: > Am Mittwoch, dem 18.09.2024 um 12:49 +0200 schrieb Scott Kostyshak: > > Is this worth fixing? > > Not sure it's worth the effort. Nobody seems to have complained about > it so far, and 2.0 is quite old.

Re: Could not find LaTeX command for character....

2024-09-19 Thread Jürgen Spitzmüller
Am Mittwoch, dem 18.09.2024 um 12:49 +0200 schrieb Scott Kostyshak: > Is this worth fixing? Not sure it's worth the effort. Nobody seems to have complained about it so far, and 2.0 is quite old. If somebody feels like tackling it, revert_verbatim in lyx_2.1.py is to blame. --

Could not find LaTeX command for character....

2024-09-18 Thread Scott Kostyshak
If I do the following: cd lib/doc/ja && lyx -e lyx20x UserGuide.lyx && lyx UserGuide.20.lyx and then go to File > Export > LaTeX (pLatex) I get the following error: Could not find LaTeX command for character '§' (code point 0xa7) Is this worth fixing? S

Re: Outliner does not respect tree depth after removing text selection inside the section (2.4 regression)

2024-09-17 Thread Pavel Sanda
On Tue, Sep 17, 2024 at 04:29:38PM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 17.09.2024 um 15:03 +0200 schrieb Pavel Sanda: > > - open some structured text (eg any manual) > > - set tree depth to some higher level (eg 2) by the slider in toc > > dialog > > - go inside any section, highlig

Re: Outliner does not respect tree depth after removing text selection inside the section (2.4 regression)

2024-09-17 Thread Jürgen Spitzmüller
Am Dienstag, dem 17.09.2024 um 15:03 +0200 schrieb Pavel Sanda: > - open some structured text (eg any manual) > - set tree depth to some higher level (eg 2) by the slider in toc > dialog > - go inside any section, highlight the text and remove/replace it > - the outliner tree depth gets reset to 0

Re: [LyX/master] Do not output empty statement in lyx2lyx reversion

2024-09-17 Thread Jürgen Spitzmüller
Am Dienstag, dem 17.09.2024 um 14:14 + schrieb Juergen Spitzmueller: > commit 2e408d2fdccffddebcd05eb2c6ccf6e9607def61 > Author: Juergen Spitzmueller > Date:   Tue Sep 17 15:53:18 2024 +0200 > >     Do not output empty statement in lyx2lyx reversion Candidate for stable --

Outliner does not respect tree depth after removing text selection inside the section (2.4 regression)

2024-09-17 Thread Pavel Sanda
Hi, - open some structured text (eg any manual) - set tree depth to some higher level (eg 2) by the slider in toc dialog - go inside any section, highlight the text and remove/replace it - the outliner tree depth gets reset to 0 irrespective of the slider position Works fine in 2.3; bisect in 2.4

Re: [LyX/master] Do not use rand() to set a BranchList id

2024-09-14 Thread Jürgen Spitzmüller
Am Freitag, dem 13.09.2024 um 11:14 +0200 schrieb Jean-Marc Lasgouttes: > Jürgen, could you double-check this? Makes sense to me. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Do not use rand() to set a BranchList id

2024-09-13 Thread Jean-Marc Lasgouttes
Do not use rand() to set a BranchList id Use a simple counting instead, beecause Coverity complains that rand() is not safe, and counting is siimpler anyway. What does it mean rand is not safe? Thread safe? Or not necessarily giving unique result? No, Coverity mumbles about security

Re: [LyX/master] Do not use rand() to set a BranchList id

2024-09-13 Thread Pavel Sanda
On Fri, Sep 13, 2024 at 11:14:13AM +0200, Jean-Marc Lasgouttes wrote: > Le 13/09/2024 ?? 11:11, Jean-Marc Lasgouttes a écrit : > > commit 9f40eaee15d53ce418a728d3ff3716541d35775f > > Author: Jean-Marc Lasgouttes > > Date: Fri Sep 13 11:07:05 2024 +0200 > > > >

Re: [LyX/master] Do not use rand() to set a BranchList id

2024-09-13 Thread Jean-Marc Lasgouttes
Le 13/09/2024 à 11:11, Jean-Marc Lasgouttes a écrit : commit 9f40eaee15d53ce418a728d3ff3716541d35775f Author: Jean-Marc Lasgouttes Date: Fri Sep 13 11:07:05 2024 +0200 Do not use rand() to set a BranchList id Use a simple counting instead, beecause Coverity complains that

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

2024-09-11 Thread Jean-Marc Lasgouttes
Le 9 septembre 2024 19:01:09 GMT+02:00, "José Matos" a écrit : >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. Tha

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

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ürge

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/m

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

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

2024-09-09 Thread Jean-Marc Lasgouttes
e std::move() here to point out that this is the standard library method and not just a function of our own. JMarc @@ -1707,7 +1707,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr) string label = dit.innerParagraph().ge

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: [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/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Jean-Marc Lasgouttes
Le 30/08/2024 à 17:40, Scott Kostyshak a écrit : Great, thanks! Although from what I understand it has zero effect ;). Indeed. Even if we were to use all possible integers too soon, nothing bad would happen :) JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mai

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Scott Kostyshak
On Fri, Aug 30, 2024 at 03:14:21PM GMT, Jean-Marc Lasgouttes wrote: > Le 30/08/2024 à 14:27, Scott Kostyshak a écrit : > > I have a question only out of curiosity (it doesn't have any practical > > consequence): > > > > Also, is id_ ever updated by just 1 in updateId()? When I put debug code > > t

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Jean-Marc Lasgouttes
Le 30/08/2024 à 14:27, Scott Kostyshak a écrit : I have a question only out of curiosity (it doesn't have any practical consequence): Also, is id_ ever updated by just 1 in updateId()? When I put debug code to print id_, when I type I see: id_: 0 id_: 2 id_: 4 You are right, of course. I kn

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-08-30 Thread Scott Kostyshak
On Wed, Jul 24, 2024 at 04:31:59PM GMT, Jean-Marc Lasgouttes wrote: > commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa > Author: Jean-Marc Lasgouttes > Date: Sat Jul 20 22:31:34 2024 +0200 > > Do not run updateMacros if the buffer has not changed > > Each buffe

Re: textclass.lst is not updated

2024-07-31 Thread Jürgen Spitzmüller
Am Mittwoch, dem 31.07.2024 um 15:40 +0300 schrieb Udicoudco: > Hmmm, very interesting. I did install only the basic > scheme of texlive, and I'm not sure if hyperref is a part of it or > not. > I'll look further into it tomorrow, when I'll have access to this > lap

Re: textclass.lst is not updated

2024-07-31 Thread Udicoudco
nk to try probably is if it always breaks at the same package > or whether this is just coincidental (the next package to be checked, > btw, would be hyperref). > Hmmm, very interesting. I did install only the basic scheme of texlive, and I'm not sure if hyperref is a part of it o

Re: textclass.lst is not updated

2024-07-31 Thread Jürgen Spitzmüller
go through the layouts folder for some > reason? Does not look like that from your log file. However, your log file indicates that configure stops after the check of package hhline, and this is before any class will be checked. So you need to find out the reason why it breaks at this point. F

Re: textclass.lst is not updated

2024-07-31 Thread Jürgen Spitzmüller
go through the layouts folder for some > reason? Does not look like that from your log file. However, your log file indicates that configure stops after the check of package hhline, and this is before any class will be checked. So you need to find out the reason why it breaks at this point. F

Re: textclass.lst is not updated

2024-07-31 Thread Udicoudco
On Wed, Jul 31, 2024 at 12:49 PM Udicoudco wrote: > > On Wed, Jul 31, 2024 at 9:15 AM Jürgen Spitzmüller wrote: > > > > Am Dienstag, dem 30.07.2024 um 21:05 +0300 schrieb Udicoudco: > > > Does anyone has a guess what the problem is? > > > > Do you happen to have an old configure.py script in your

Re: textclass.lst is not updated

2024-07-31 Thread Udicoudco
On Wed, Jul 31, 2024 at 9:15 AM Jürgen Spitzmüller wrote: > > Am Dienstag, dem 30.07.2024 um 21:05 +0300 schrieb Udicoudco: > > Does anyone has a guess what the problem is? > > Do you happen to have an old configure.py script in your user > directory? > Nope, this is a fresh install. > -- > lyx-

Re: textclass.lst is not updated

2024-07-30 Thread Jürgen Spitzmüller
Am Dienstag, dem 30.07.2024 um 21:05 +0300 schrieb Udicoudco: > Does anyone has a guess what the problem is? Do you happen to have an old configure.py script in your user directory? -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

textclass.lst is not updated

2024-07-30 Thread Udicoudco
Hello all, I've recently installed LyX 2.4.1 on Windows 11 and I have a problem with the configuration script. Although the the file clsFiles.lst is getting updated after I run the script, and his content seems correct, the file textclass.cls remains empty (except the comments at the top). I've

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-07-24 Thread Jean-Marc Lasgouttes
Le 25/07/2024 à 00:43, Richard Kimberly Heck a écrit : On 7/24/24 12:36 PM, Jean-Marc Lasgouttes wrote: Le 24/07/2024 à 18:31, Jean-Marc Lasgouttes a écrit : commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa Author: Jean-Marc Lasgouttes Date:   Sat Jul 20 22:31:34 2024 +0200 Do not run

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-07-24 Thread Richard Kimberly Heck
On 7/24/24 12:36 PM, Jean-Marc Lasgouttes wrote: Le 24/07/2024 à 18:31, Jean-Marc Lasgouttes a écrit : commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa Author: Jean-Marc Lasgouttes Date:   Sat Jul 20 22:31:34 2024 +0200 Do not run updateMacros if the buffer has not changed Each

Re: [LyX/master] Do not run updateMacros if the buffer has not changed

2024-07-24 Thread Jean-Marc Lasgouttes
Le 24/07/2024 à 18:31, Jean-Marc Lasgouttes a écrit : commit 999fb37ebb1aecfda9889fa6a2b2fbb15133f2aa Author: Jean-Marc Lasgouttes Date: Sat Jul 20 22:31:34 2024 +0200 Do not run updateMacros if the buffer has not changed Each buffer now has an id which is increased when it

Re: [LyX/master] Do not export the content of InsetMathBoxed as text in MathML

2024-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2024 à 23:48, Jean-Marc Lasgouttes a écrit : commit 1186d90edf9a6702573f296d5642c5e61ceaaedf Author: Jean-Marc Lasgouttes Date: Tue Jul 23 23:44:58 2024 +0200 Do not export the content of InsetMathBoxed as text in MathML \boxed{} is the only box in LaTeX that

Re: Unbinding Alt-1 Does Not Work

2024-07-20 Thread Jürgen Spitzmüller
www.lyx.org/trac/ticket/12973 The problem was simply that we did not consider the mask modifier (~S and friends) when writing to the user bind file, and this bug has been there forever (see the older report at https://www.lyx.org/trac/ticket/7821) It's basically what you say: KeySequence::pri

Re: [LyX/master] Fix display of page references when language is not specified

2024-07-10 Thread Jean-Marc Lasgouttes
page references when language is not specified Riki, this is candidate for branch. A pretty minor issue, but one more use of Inset::buffer(). If we are scared that this may crash, I can use _() instead of B_(). I am not sure about the context of this message and what we actually want. Thanks

Re: [LyX/master] Fix display of page references when language is not specified

2024-07-05 Thread Richard Kimberly Heck
On 7/5/24 10:25 AM, Jean-Marc Lasgouttes wrote: Le 05/07/2024 à 16:18, Jean-Marc Lasgouttes a écrit : commit 6f6d9b631d110fb71fcd99351b4f40d58451700a Author: Jean-Marc Lasgouttes Date:   Fri Jul 5 16:10:17 2024 +0200 Fix display of page references when language is not specified Riki

  1   2   3   4   5   6   7   8   9   10   >