Re: Python warning in lyx2lyx

2025-03-03 Thread Jürgen Spitzmüller
Am Montag, dem 03.03.2025 um 10:08 + schrieb José Matos: > One solution is, just like Jürgen did, to escape the backslash > itself: > "r@{\\extracolsep{0pt}" > > The other option is to change the string to be raw, by prefixing an r > before the > string starts, where backslashes are normal cha

Re: Logic issue in InsetTableCell::draw

2025-03-03 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.03.2025 um 21:08 +0100 schrieb Jean-Marc Lasgouttes: > This one is for Jürgen. Coverity states it very clearly: "Local > variable > change_drawn is assigned only once, to a constant value, making it > effectively constant throughout its scope. If this is not the intent, > exami

Re: Branches workflow

2025-03-03 Thread Scott Kostyshak
On Mon, Mar 03, 2025 at 05:28:48PM +0100, Pavel Sanda wrote: > On Mon, Mar 03, 2025 at 03:29:31PM +0100, Scott Kostyshak wrote: > > On Mon, Mar 03, 2025 at 03:19:08PM +0100, Jean-Marc Lasgouttes wrote: > > > Le 03/03/2025 ? 15:12, Scott Kostyshak a écrit : > > > > True, my theory is that some devel

Re: Bug: Incorrect language used in figure caption headers

2025-03-03 Thread Matti Lehtonen
On Sun, 2 Mar 2025 at 22:29, Pavel Sanda wrote: > On Sun, Mar 02, 2025 at 12:45:17PM +0200, Matti Lehtonen wrote: > > > The term "Scheme" is more difficult as it depends from the context (or > > field of science), but several mathematical dictionaries suggest > > "Scheme" "Kaavio" > > Context-wis

Re: Branches workflow

2025-03-03 Thread Pavel Sanda
On Mon, Mar 03, 2025 at 03:29:31PM +0100, Scott Kostyshak wrote: > On Mon, Mar 03, 2025 at 03:19:08PM +0100, Jean-Marc Lasgouttes wrote: > > Le 03/03/2025 ? 15:12, Scott Kostyshak a écrit : > > > True, my theory is that some developers don't use branches because > > > having to use the features rep

Re: LyX 2.4.0 crash

2025-03-03 Thread Scott Kostyshak
On Thu, Feb 27, 2025 at 07:03:03PM +, crispy wrote: > Hi, > the attached, > second similar crash in a week, > something known? You are on 2.4.0? There have been fixes in this part of the code, so hopefully it is fixed in the latest release. Thanks for reporting it though! Scott signature.

Re: Branches workflow

2025-03-03 Thread Scott Kostyshak
On Mon, Mar 03, 2025 at 03:19:08PM +0100, Jean-Marc Lasgouttes wrote: > Le 03/03/2025 à 15:12, Scott Kostyshak a écrit : > > True, my theory is that some developers don't use branches because > > having to use the features repo is just a bit more of an inconvenience > > than using the main repo. I'

Re: Branches workflow

2025-03-03 Thread Jean-Marc Lasgouttes
Le 03/03/2025 à 15:12, Scott Kostyshak a écrit : True, my theory is that some developers don't use branches because having to use the features repo is just a bit more of an inconvenience than using the main repo. I'm not so confident in my theory though. Why is it less convenient? I personally

Re: Branches workflow

2025-03-03 Thread Scott Kostyshak
On Mon, Mar 03, 2025 at 01:13:46PM +0100, Pavel Sanda wrote: > On Mon, Mar 03, 2025 at 11:54:22AM +0100, Scott Kostyshak wrote: > > True. What if I volunteer to take care of the pruning to keep things > > clean? > > Might work. > > > I'm not sure about this. I don't think the merge commit takes u

Re: Branches workflow

2025-03-03 Thread Pavel Sanda
On Mon, Mar 03, 2025 at 11:54:22AM +0100, Scott Kostyshak wrote: > True. What if I volunteer to take care of the pruning to keep things > clean? Might work. > I'm not sure about this. I don't think the merge commit takes up much > additional space. I'm pretty sure Git is efficient and does not >

Re: Branches workflow

2025-03-03 Thread Scott Kostyshak
On Sun, Mar 02, 2025 at 09:40:00PM +0100, Pavel Sanda wrote: > On Sun, Mar 02, 2025 at 05:16:23PM +0100, Scott Kostyshak wrote: > > Is it OK to push branches to our main repository? > > > > We have a features repository (https://wiki.lyx.org/Devel/LyXGit#toc4), > > but I'm talking about more short

Re: Python warning in lyx2lyx

2025-03-03 Thread José Matos
On Sat, 2025-03-01 at 21:49 +0100, Jean-Marc Lasgouttes wrote: > /home/jean-marc/src/lyx/master/lib/lyx2lyx/lyx_2_5.py:2464: > SyntaxWarning: invalid escape sequence '\e' >    cmd = " special=\"" + scmd + "r@{\extracolsep{0pt}" + decpoint + "}" > + scmd2 + "l\">" > > I cannot reproduce it for so