Re: 'triage' keyword

2021-01-02 Thread Richard Kimberly Heck
On 1/2/21 5:29 PM, Richard Kimberly Heck wrote: > I'm going to start going through bugs with 2.3.x and 2.4.0 targets and > asking questions about them. I'll add the 'triage' keyword to such bugs > so we can track ones that need such attention. Once a decision has been > made on whether we want to t

'triage' keyword

2021-01-02 Thread Richard Kimberly Heck
I'm going to start going through bugs with 2.3.x and 2.4.0 targets and asking questions about them. I'll add the 'triage' keyword to such bugs so we can track ones that need such attention. Once a decision has been made on whether we want to try to fix a bug for 2.4.0 or not, the 'triage' keyword s

Re: Renaming math stream objects

2021-01-02 Thread Thibaut Cuvelier
On Sat, 2 Jan 2021 at 17:54, Richard Kimberly Heck wrote: > On 1/2/21 11:33 AM, Thibaut Cuvelier wrote: > > I'm just upping this conversation: can I push the patches to rename the > classes to MathMLStream and TeXMathStream? > > Yes, I think that's fine. > Thanks, I've just pushed the relevant co

Re: Problem with standard regex

2021-01-02 Thread Scott Kostyshak
On Sat, Jan 02, 2021 at 06:45:21PM +0100, Kornel Benko wrote: > Am Sat, 2 Jan 2021 09:23:00 -0500 > schrieb Scott Kostyshak : > > > On Sat, Jan 02, 2021 at 12:47:13PM +0100, Kornel Benko wrote: > > > Given the string > > > t = "\foreignlanguage{russian}{\texttt{\label}" > > > and trying to use >

Re: Problem with standard regex

2021-01-02 Thread Kornel Benko
Am Sat, 2 Jan 2021 09:23:00 -0500 schrieb Scott Kostyshak : > On Sat, Jan 02, 2021 at 12:47:13PM +0100, Kornel Benko wrote: > > Given the string > > t = "\foreignlanguage{russian}{\texttt{\label}" > > and trying to use > > "regex_replace(t, t, > > > > "(emph|noun|text(bf|sl|sf|it|

Re: Renaming math stream objects

2021-01-02 Thread Richard Kimberly Heck
On 1/2/21 11:33 AM, Thibaut Cuvelier wrote: > I'm just upping this conversation: can I push the patches to rename > the classes to MathMLStream and TeXMathStream? Yes, I think that's fine. Riki > > On Mon, 28 Dec 2020 at 20:18, Thibaut Cuvelier > wrote: > > On Mon

Re: Renaming math stream objects

2021-01-02 Thread Thibaut Cuvelier
I'm just upping this conversation: can I push the patches to rename the classes to MathMLStream and TeXMathStream? On Mon, 28 Dec 2020 at 20:18, Thibaut Cuvelier wrote: > On Mon, 28 Dec 2020 at 19:33, Jean-Marc Lasgouttes > wrote: > >> Le 26 décembre 2020 20:07:19 GMT+01:00, Thibaut Cuvelier <

Re: LyX 2.4.0-alpha1

2021-01-02 Thread Thibaut Cuvelier
On Sat, 2 Jan 2021 at 07:37, Yu Jin wrote: > Am Mi., 30. Dez. 2020 um 20:40 Uhr schrieb Yu Jin : > >> Am Mi., 30. Dez. 2020 um 20:33 Uhr schrieb Thibaut Cuvelier < >> tcuvel...@lyx.org>: >> >>> On Wed, 30 Dec 2020 at 20:26, Yu Jin wrote: >>> Am Mi., 30. Dez. 2020 um 20:02 Uhr schrieb Thibau

Re: Problem with standard regex

2021-01-02 Thread Scott Kostyshak
On Sat, Jan 02, 2021 at 12:47:13PM +0100, Kornel Benko wrote: > Given the string > t = "\foreignlanguage{russian}{\texttt{\label}" > and trying to use > "regex_replace(t, t, > > "(emph|noun|text(bf|sl|sf|it|tt)|(u|uu)line|(s|x)out|uwave)(\\{(\\{\\})?\\})+", > "") > lead

Problem with standard regex

2021-01-02 Thread Kornel Benko
Given the string t = "\foreignlanguage{russian}{\texttt{\label}" and trying to use "regex_replace(t, t, "(emph|noun|text(bf|sl|sf|it|tt)|(u|uu)line|(s|x)out|uwave)(\\{(\\{\\})?\\})+", "") leads to regex-exception. Anything other than "\label" works. (e.g. "\xyzz