Re: Cursor in front of image half invisible

2023-04-13 Thread Jean-Marc Lasgouttes
Le 10/04/2023 à 21:39, Pavel Sanda a écrit : Hi, this is in current master: 1. create new file & insert new graphics 2. move cursor in front of the graphics 3. only small bottom part of the cursor is visible, the rest is hidden behind the image (in other words the cursor is actually not in

Re: Unicode characters in mathed

2023-04-13 Thread Kornel Benko
Am Thu, 13 Apr 2023 16:57:27 +0200 schrieb Jean-Marc Lasgouttes : > Le 13/04/2023 à 16:29, Kornel Benko a écrit : > > Would be nice to have a list of these math-commands which can map to > > unicode. (Not all > > are in file unicodesymbols). This is important for advanced find too. > > And in

Re: Unicode characters in mathed

2023-04-13 Thread Jean-Marc Lasgouttes
Le 13/04/2023 à 16:29, Kornel Benko a écrit : Would be nice to have a list of these math-commands which can map to unicode. (Not all are in file unicodesymbols). This is important for advanced find too. And in lib/symbols ? JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists

Re: Unicode characters in mathed

2023-04-13 Thread Kornel Benko
Am Thu, 6 Apr 2023 10:43:42 +0200 schrieb Jean-Marc Lasgouttes : > Le 03/04/2023 à 00:36, Enrico Forestieri a écrit : > >> So how should I solve problem 1/ ? I see 3 solutions > >> a/ replace ≠ with a \neq directly in the document at input time; we > >> might not want to do that in case we eventu

Re: [LyX/master] When a displayed inset is aligned left, align it left

2023-04-13 Thread José Matos
On Thu, 2023-04-13 at 10:24 +0200, Pavel Sanda wrote: > Jose, > > can you try the current gcc, whether the warning is still there? > > I believe their view on what's fixable WRT dangling-reference > stabilized. > If it's still there -Wno-dangling-reference might be the best > way to go forward (u

Re: [LyX/master] When a displayed inset is aligned left, align it left

2023-04-13 Thread Pavel Sanda
On Wed, Mar 08, 2023 at 06:48:31PM +0100, Jean-Marc Lasgouttes wrote: > Le 08/03/2023 ?? 14:29, Pavel Sanda a écrit : > >So let's test the next week :) > > > >The alternative to reporting to gcc is using > > > >+#pragma GCC diagnostic push > >+#pragma GCC diagnostic ignored "-Wdangling-reference" >