Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 23:56, Pavel Sanda a écrit : Well, why we should keep it? We consistently cut feature after feature as the most interesting cases already landed in standard C++ libs. How many new uses we came up during last 10 years? I am all for it. I will nuke all traces of boost. JMarc --

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 09:44:52PM +0200, Jean-Marc Lasgouttes wrote: > Le 25/06/2025 ?? 18:03, Jean-Marc Lasgouttes a écrit : > > Le 25/06/2025 ?? 17:39, Pavel Sanda a écrit : > > > > In the following, I have simulated an > > > > assertion. This is what you see at the top. Then there is the back t

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 even th

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 06:30:11PM +0200, Jean-Marc Lasgouttes wrote: > Le 25/06/2025 ?? 17:39, Pavel Sanda a écrit : > > I always tend to look into RETURN VALUE or EXIT STATUS of man page. > > This section currently does not exists for lyx, but this might be the right > > time > > to add it? > >

Re: \underbar

2025-06-25 Thread Enrico Forestieri
On Sat, Jun 14, 2025 at 11:18:57PM +0200, Scott Kostyshak wrote: When I enter math mode and type \underbar, the cursor is placed outside of the box. I expected for it to be placed inside. I'm guessing it has something to do with \underbar being wrapped in \text{}. Interestingly, if I do alt+m,_

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 06:03:54PM +0200, Jean-Marc Lasgouttes wrote: > > I always tend to look into RETURN VALUE or EXIT STATUS of man page. > > This section currently does not exists for lyx, but this might be the right > > time > > to add it? > > Currently, lyx returns either 1 or 0. What lyx

Re: Opened preview overlaps text in 2.5 alpha

2025-06-25 Thread Andrew Parsloe
On 26/06/2025 1:23 am, Pavel Sanda wrote: On Mon, Jun 23, 2025 at 05:52:29PM +1200, Andrew Parsloe wrote: In LyX 2.5.0-alpha, when a preview inset is opened by clicking on it, it can overlap surrounding text -- see the attachment. The problem arises when a different font is used within the previ

RE: #11371: default equation reference format

2025-06-25 Thread thomas.j.buckholtz
Pavel (and Riki): Thanks for letting me know. If you would, please ensure that someone tells me when 2.5 is the "official currently available" version. Permit me to add a few remarks. * As a long-ago developer of software, I appreciate your offering a "preview" version and recomme

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 18:03, Jean-Marc Lasgouttes a écrit : Le 25/06/2025 à 17:39, Pavel Sanda a écrit : In the following, I have simulated an assertion. This is what you see at the top. Then there is the back trace gibberish, and then the super useless BOOST_ASSERT output. Do I read it correctly th

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: [LyX/master] Amend 6acc0759fc89

2025-06-25 Thread Richard Kimberly Heck
On 6/24/25 7:42 AM, Juergen Spitzmueller wrote: commit aba40a9ecf01fb0815ec371df4eefa2cf2eef8d3 Author: Juergen Spitzmueller Date: Tue Jun 24 13:41:27 2025 +0200 Amend 6acc0759fc89 for the case of read-only documents (though I think the real problem here being the restor

Re: Odd Behavior in Document> Settings

2025-06-25 Thread Pavel Sanda
On Tue, Jun 24, 2025 at 01:18:58AM -0400, Richard Kimberly Heck wrote: > If I open, say, the Tutorial, then open Document> Settings, cancelling the > dialog with the escape key pops up the "Unapplied changes" alert. This does > not happen if I hit the Cancel button. I am pretty sure this did not ha

RE: #11371: default equation reference format

2025-06-25 Thread thomas.j.buckholtz
Ricki: Thank you. I downloaded the most recent version (2.4.4) that the (normal part of the) website offers. I discovered some useful "new to me" features, such as the ability to see smaller text (I set the size indicator to 101%. That works better for me than the previously larger text that I

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. Good. > I made

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 16:28, Pavel Sanda a écrit : I was already checking in that direction :) But my shallow understanding is that - we get std::source_location only in C++20 - custom messages in C++26 (do we use them? parhaps not) - we lose current function information altogether. The last point loo

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 17:39, Pavel Sanda a écrit : In the following, I have simulated an assertion. This is what you see at the top. Then there is the back trace gibberish, and then the super useless BOOST_ASSERT output. Do I read it correctly that all we get from current implementation of BOOST_ASSE

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

2025-06-25 Thread Stephan Witt
Am 25.06.2025 um 15:19 schrieb Pavel Sanda : > > On Wed, Jun 25, 2025 at 03:01:39PM +0200, fcana...@gmail.com wrote: >>> We call "octave -q 2>&1". I see on my commandline that there exists >>> octave-cli. >>> iDo you see it on mac as well? Should we call that instead? >> >> According to octave.o

Re: #11371: default equation reference format

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 07:21:59AM -0700, thomas.j.buckho...@gmail.com wrote: > Thank you. I downloaded the most recent version (2.4.4) that the (normal part > of the) website offers. I discovered some useful "new to me" features, such > as the ability to see smaller text (I set the size indicato

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 17:39, Pavel Sanda a écrit : I always tend to look into RETURN VALUE or EXIT STATUS of man page. This section currently does not exists for lyx, but this might be the right time to add it? OK, but where? I do not find so many of them in the man pages I looked at. JMarc -- lyx-d

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 05:18:14PM +0200, Jean-Marc Lasgouttes wrote: > We do not lose anything, actually. That would be cool. > In the following, I have simulated an > assertion. This is what you see at the top. Then there is the back trace > gibberish, and then the super useless BOOST_ASSERT ou

Re: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Pavel Sanda
On Wed, Jun 25, 2025 at 03:53:40PM +0200, Jean-Marc Lasgouttes wrote: > > Upgrade boost to version 1.88.0 > > Also remove boost/crc.hpp, which is not used anymore since 197ea636. > > Now we use boost only for boost/assert.hpp. > > It is tempting at this point to get rid of BOOST_ASS

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: [LyX/master] Upgrade boost to version 1.88.0

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 14:05, Jean-Marc Lasgouttes a écrit : commit 02760b3269a45bc21c7f32c44cacd7301f42217e Author: Jean-Marc Lasgouttes Date: Wed Jun 25 12:50:38 2025 +0200 Upgrade boost to version 1.88.0 Also remove boost/crc.hpp, which is not used anymore since 197ea636. No

Re: Opened preview overlaps text in 2.5 alpha

2025-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2025 à 15:23, Pavel Sanda a écrit : On Mon, Jun 23, 2025 at 05:52:29PM +1200, Andrew Parsloe wrote: In LyX 2.5.0-alpha, when a preview inset is opened by clicking on it, it can overlap surrounding text -- see the attachment. The problem arises when a different font is used within the pr

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. > > Stephan, is this enough? > > To answer tha

Re: Opened preview overlaps text in 2.5 alpha

2025-06-25 Thread Pavel Sanda
On Mon, Jun 23, 2025 at 05:52:29PM +1200, Andrew Parsloe wrote: > In LyX 2.5.0-alpha, when a preview inset is opened by clicking on it, it can > overlap surrounding text -- see the attachment. The problem arises when a > different font is used within the preview from that outside, e.g. as occurs >

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:01:39PM +0200, fcana...@gmail.com wrote: > > We call "octave -q 2>&1". I see on my commandline that there exists > > octave-cli. > > iDo you see it on mac as well? Should we call that instead? > > According to octave.org , Starting with version 4, th

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

2025-06-25 Thread Stephan Witt
Am 25.06.2025 um 15:01 schrieb fcana...@gmail.com: > > >> We call "octave -q 2>&1". I see on my commandline that there exists >> octave-cli. >> iDo you see it on mac as well? Should we call that instead? > > > According to octave.org , Starting with version 4, the > defaul

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

2025-06-25 Thread fcanatay
> We call "octave -q 2>&1". I see on my commandline that there exists > octave-cli. > iDo you see it on mac as well? Should we call that instead? According to octave.org , Starting with version 4, the default behavior of the “octave” command has been changed to launch the G

Re: [LyX/master] Set up a math-text toolbar menu

2025-06-25 Thread Pavel Sanda
On Sun, Jun 22, 2025 at 03:41:02PM +, Koji Yokota wrote: > commit f5e607185905a9b2f43522080d6ada5e2cfefa8c > Author: Koji Yokota > Date: Sun Jun 22 19:53:01 2025 +0900 > > Set up a math-text toolbar menu > > intertext and shortintertext are forced to be used in only compatible

Re: English Shortcut Changes for Master

2025-06-25 Thread Pavel Sanda
On Tue, Jun 24, 2025 at 12:10:07PM -0400, Richard Kimberly Heck wrote: > On 6/24/25 6:09 AM, Pavel Sanda wrote: > > On Tue, Jun 24, 2025 at 01:30:13AM -0400, Richard Kimberly Heck wrote: > > > I propose the following changes to the File menu shortcuts for English: > > > > > > New From Template: T