Re: [LyX/master] Hack to display section symbol

2023-07-28 Thread Richard Kimberly Heck
On 7/28/23 19:43, Pavel Sanda wrote: On Fri, Jul 28, 2023 at 04:54:07PM +0200, Richard Kimberly Heck wrote: commit 5cb80b867f4a59c3253487652ba74a29ad5b3f0f Author: Richard Kimberly Heck Date: Thu Jul 27 01:18:55 2023 -0400 Hack to display section symbol --- lib/unicodesymbols |1

Re: [LyX/master] Hack to display section symbol

2023-07-28 Thread Pavel Sanda
On Fri, Jul 28, 2023 at 04:54:07PM +0200, Richard Kimberly Heck wrote: > commit 5cb80b867f4a59c3253487652ba74a29ad5b3f0f > Author: Richard Kimberly Heck > Date: Thu Jul 27 01:18:55 2023 -0400 > > Hack to display section symbol > --- > lib/unicodesymbols |1 - > src/BiblioInfo.cpp |

Re: Cursor Invisible on Start Up

2023-07-28 Thread Richard Kimberly Heck
On 7/10/23 12:14, Jean-Marc Lasgouttes wrote: Le 08/07/2023 à 18:19, Richard Kimberly Heck a écrit : I'm seeing an odd problem now: When I start up LyX, the cursor is not visible. This can also happen sometimes when switching back to LyX from other programs, though I can't see a pattern. I

Re: Breakdown of remaining 2.4 bugs

2023-07-28 Thread Richard Kimberly Heck
On 7/28/23 04:21, Pavel Sanda wrote: On Thu, Jul 27, 2023 at 11:26:09PM -0400, Richard Kimberly Heck wrote: I'd like to add the BufferParam needed for #10049 even though I don't have Your call, though reading through the bug it seems to me that at this stage even the concept is not entirely

Re: Breakdown of remaining 2.4 bugs

2023-07-28 Thread Scott Kostyshak
On Fri, Jul 28, 2023 at 10:21:50AM +0200, Pavel Sanda wrote: > > On Thu, Jul 27, 2023 at 11:26:09PM -0400, Richard Kimberly Heck wrote: > > I was going to write separately about format freeze. Is there anything > > anyone really wants to get in before we do that? > > Not me. > > > I'd like to

Re: Joining newlines in paste (was: Pasting latex in a lyx file)

2023-07-28 Thread Scott Kostyshak
On Thu, Jul 27, 2023 at 10:28:51PM -0400, Richard Kimberly Heck wrote: > > On 7/27/23 12:07, Pavel Sanda wrote: > > On Thu, Apr 22, 2021 at 12:38:32PM -0400, Scott Kostyshak wrote: > > > On Tue, Apr 20, 2021 at 12:15:56AM +0200, Dr Eberhard W Lisse wrote: > > > > On 2021-04-19 14:47 , Christoph

Re: [LyX/master] Save translators time, already used on different places.

2023-07-28 Thread Pavel Sanda
On Fri, Jul 28, 2023 at 09:44:57AM +0200, Kornel Benko wrote: > > Well, if RTL languages need it, then the code would need the placeholder > > for > > numbers_[row] in the string. Whether they need it I don't know. > > > > Pavel > > I don't mean the "Equation", but the following " "; Of

Re: Breakdown of remaining 2.4 bugs

2023-07-28 Thread Pavel Sanda
On Thu, Jul 27, 2023 at 11:26:09PM -0400, Richard Kimberly Heck wrote: > I was going to write separately about format freeze. Is there anything > anyone really wants to get in before we do that? Not me. > I'd like to add the BufferParam needed for #10049 even though I don't have Your call,

Re: [LyX/master] Save translators time, already used on different places.

2023-07-28 Thread Kornel Benko
Am Fri, 28 Jul 2023 09:30:17 +0200 schrieb Pavel Sanda : > On Fri, Jul 28, 2023 at 08:28:55AM +0200, Kornel Benko wrote: > > > @@ -314,7 +314,7 @@ void InsetMathHull::addToToc(DocIterator const & pit, > > > bool > > > output_active, if (!numbered(row)) > > > continue; > > >

Re: [LyX/master] Save translators time, already used on different places.

2023-07-28 Thread Pavel Sanda
On Fri, Jul 28, 2023 at 08:28:55AM +0200, Kornel Benko wrote: > > @@ -314,7 +314,7 @@ void InsetMathHull::addToToc(DocIterator const & pit, > > bool > > output_active, if (!numbered(row)) > > continue; > > if (label_[row]) { > > -

Re: [LyX/master] Save translators time, already used on different places.

2023-07-28 Thread Kornel Benko
Am Thu, 27 Jul 2023 22:10:12 +0200 (CEST) schrieb Pavel Sanda : > commit 56d9b713c7bfc060ea032283b35fd098fb7988aa > Author: Pavel Sanda > Date: Thu Jul 27 23:23:18 2023 +0200 > > Save translators time, already used on different places. > --- > src/mathed/InsetMathHull.cpp |2 +- > 1