Re: Python warning in lyx2lyx

2025-03-01 Thread Jürgen Spitzmüller
Am Samstag, dem 01.03.2025 um 21:49 +0100 schrieb Jean-Marc Lasgouttes: > While playing with master, I got the following warning: > > /home/jean-marc/src/lyx/master/lib/lyx2lyx/lyx_2_5.py:2464: > SyntaxWarning: invalid escape sequence '\e' >    cmd = " special=\"" + scmd + "r@{\extracolsep{0pt}"

Re: [LyX/master] Introducing color themes

2025-03-01 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.03.2025 um 00:22 +0100 schrieb Pavel Sanda: > Launch lyx (master), create new file, Insert greyed-out note and you > might see it in the console. Do you? Yes. Should be fixed. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/

[automated testing] debian testing: compile failure with qt6

2025-03-01 Thread testing
Making all in autotests Making all in config Making all in development Making all in po Making all in 3rdparty Making all in nod Making all in src CHK lyx_commit_hash.h Making all in support Making all in frontends Making all in qt CXX DialogFactory.o In file included from GuiPrefs.h:

Re: [LyX/master] Introducing color themes

2025-03-01 Thread Pavel Sanda
On Thu, Feb 27, 2025 at 11:14:02AM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 27.02.2025 um 13:41 +0900 schrieb Koji Yokota: > > Since the color ???notefontcolor??? is not included in ColorCode.h, it > > will not be handled in changing color theme. Is this color newly > > introduced? (Ma

Re: Bug: Incorrect language used in figure caption headers

2025-03-01 Thread Pavel Sanda
On Sat, Mar 01, 2025 at 10:37:43PM +0200, Matti Lehtonen wrote: > I am writing a document in Finnish with some figures. In LyX, the figure > caption headers are correctly in Finnish (except Sub-Kuva - subfigure), but > the generated PDF uses incorrect English caption headers. Can you share example

Python warning in lyx2lyx

2025-03-01 Thread Jean-Marc Lasgouttes
Hello, While playing with master, I got the following warning: /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 some reason

Re: Compilation problem with d6200568056

2025-03-01 Thread Scott Kostyshak
On Thu, Feb 27, 2025 at 10:06:42PM +0100, Scott Kostyshak wrote: > On Thu, Feb 27, 2025 at 09:59:06PM +0900, Koji Yokota wrote: > > > 2025/02/27 17:57、Kornel Benko のメール: > > > > > > after this commit, I get error compiling with clang-15 ang QT 6.2.4. > > > > > > Kornel > > > > > > Thank you,