Re: [LyX/master] Fix math-mode control of input method on Linux and Windows

2025-07-23 Thread Yokota K.
> 2025/07/23 21:11、Jean-Marc Lasgouttes のメール: > > I would say that this "switch off" property could be added as a new languages > file tag. But of course, having other input method users chime in would be > useful. Asking on lyx-users may help. I see. That seems a better way. Thanks! > Concer

Re: [LyX/master] Fix math-mode control of input method on Linux and Windows

2025-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2025 à 13:59, Yokota K. a écrit : 2025/07/23 16:29、Jean-Marc Lasgouttes のメール: Le 23 juillet 2025 03:28:12 GMT+02:00, Koji Yokota a écrit : This part of code prohibits only CJK from entering their characters in the math mode, so it is a minimal list. I’m thinking of taking a strateg

Re: [LyX/master] Fix math-mode control of input method on Linux and Windows

2025-07-23 Thread Yokota K.
> 2025/07/23 16:29、Jean-Marc Lasgouttes のメール: > > Le 23 juillet 2025 03:28:12 GMT+02:00, Koji Yokota a > écrit : >> This part of code prohibits only CJK from entering their characters in the >> math mode, so it is a minimal list. I’m thinking of taking a strategy to add >> another language if

Re: [LyX/master] Fix math-mode control of input method on Linux and Windows

2025-07-23 Thread Jean-Marc Lasgouttes
Le 23 juillet 2025 03:28:12 GMT+02:00, Koji Yokota a écrit : >This part of code prohibits only CJK from entering their characters in the >math mode, so it is a minimal list. I’m thinking of taking a strategy to add >another language if it is found to be appropriate to do so. Does it look good >

Re: [LyX/master] Fix math-mode control of input method on Linux and Windows

2025-07-22 Thread Koji Yokota
> 1/ Note that you can use run-time checks instead, which help make sure that > the code always compile: > if (guiApp->platformName() == "cocoa") { > ... > } I see, I got it. Thanks! > 2/ what is a cjk locale exactly, apart from the list of languages? It seems > to me that other languages like

Re: [LyX/master] Fix math-mode control of input method on Linux and Windows

2025-07-22 Thread Jean-Marc Lasgouttes
Le 22/07/2025 à 12:48, Koji Yokota a écrit : commit 5f290476f809e75265e9a61a5bbcf16438ee8bd0 Author: Koji Yokota Date: Tue Jul 22 19:44:02 2025 +0900 Fix math-mode control of input method on Linux and Windows Since QInputMethod::locale() doesn't work on these systems, use lang