Re: [LyX/master] Add ScrollType BOTTOM and TOGGLE for BufferView::scrollToCursor()

2024-09-19 Thread Pavel Sanda
On Thu, Sep 19, 2024 at 10:56:51PM +0200, Jean-Marc Lasgouttes wrote: > Le 10/09/2024 ?? 15:56, Pavel Sanda a écrit : > > On Fri, Sep 06, 2024 at 03:33:24PM +0200, Jean-Marc Lasgouttes wrote: > > > Then, I changed the outline to yield the same effect. I expect some of you > > > to hate it, but disc

Re: [LyX/master] Add ScrollType BOTTOM and TOGGLE for BufferView::scrollToCursor()

2024-09-19 Thread Jean-Marc Lasgouttes
Le 10/09/2024 à 15:56, Pavel Sanda a écrit : On Fri, Sep 06, 2024 at 03:33:24PM +0200, Jean-Marc Lasgouttes wrote: Then, I changed the outline to yield the same effect. I expect some of you to hate it, but discussion is good and this is not the final design. Again, clicking several times on an e

Re: ctests failing on current master

2024-09-19 Thread Scott Kostyshak
On Wed, Sep 18, 2024 at 11:42:34AM GMT, Scott Kostyshak wrote: > On Wed, Sep 18, 2024 at 09:58:05AM GMT, Kornel Benko wrote: > > But now using pdf your patch makes more sense. > > Sounds good. I'll apply it. Done at c7be9780. > First I will see if any new tests fail with > it though. These tes

Re: Could not find LaTeX command for character....

2024-09-19 Thread Scott Kostyshak
On Thu, Sep 19, 2024 at 04:24:21PM GMT, Jürgen Spitzmüller wrote: > Am Mittwoch, dem 18.09.2024 um 12:49 +0200 schrieb Scott Kostyshak: > > Is this worth fixing? > > Not sure it's worth the effort. Nobody seems to have complained about > it so far, and 2.0 is quite old. > > If somebody feels like

Re: LyX 2.4.2 Tarballs

2024-09-19 Thread Yu Jin
Am Do., 19. Sept. 2024 um 17:16 Uhr schrieb Richard Kimberly Heck < rikih...@gmail.com>: > Here: > > > https://drive.google.com/drive/folders/1eRWa19xe9BwJ_jgNXg8w27JpPJChye6l?usp=sharing > > I am having trouble accessing the LyX ftp server, due to a change in my > IP. You should verify the signat

Re: LyX 2.4.2 Tarballs

2024-09-19 Thread José Matos
On Thu, 2024-09-19 at 11:15 -0400, Richard Kimberly Heck wrote: > Here: > > https://drive.google.com/drive/folders/1eRWa19xe9BwJ_jgNXg8w27JpPJChye6l?usp=sharing > > I am having trouble accessing the LyX ftp server, due to a change in > my > IP. You should verify the signatures. > > We might hol

Re: LyX 2.4.2 Tarballs

2024-09-19 Thread Jean-Pierre Chrétien
Le 19/09/2024 à 17:15, Richard Kimberly Heck a écrit : Here: https://drive.google.com/drive/folders/1eRWa19xe9BwJ_jgNXg8w27JpPJChye6l?usp=sharing I am having trouble accessing the LyX ftp server, due to a change in my IP. You should verify the signatures. We might hold off briefly on buildin

LyX 2.4.2 Tarballs

2024-09-19 Thread Richard Kimberly Heck
Here: https://drive.google.com/drive/folders/1eRWa19xe9BwJ_jgNXg8w27JpPJChye6l?usp=sharing I am having trouble accessing the LyX ftp server, due to a change in my IP. You should verify the signatures. We might hold off briefly on building binaries until we're sure there are no other problems

Re: Coverity musings

2024-09-19 Thread Jürgen Spitzmüller
Am Donnerstag, dem 19.09.2024 um 16:16 +0200 schrieb Jean-Marc Lasgouttes: > What I have in mind as a simpler alternative is this (like the last > patch, with vector instead of map). Seems to make sense. I have no time to look closer now, unfortunately. -- Jürgen -- lyx-devel mailing list lyx-

Re: Could not find LaTeX command for character....

2024-09-19 Thread Jürgen Spitzmüller
Am Mittwoch, dem 18.09.2024 um 12:49 +0200 schrieb Scott Kostyshak: > Is this worth fixing? Not sure it's worth the effort. Nobody seems to have complained about it so far, and 2.0 is quite old. If somebody feels like tackling it, revert_verbatim in lyx_2.1.py is to blame. -- Jürgen signature

Re: Coverity musings

2024-09-19 Thread Jean-Marc Lasgouttes
Le 19/09/2024 à 15:40, Jürgen Spitzmüller a écrit : Am Donnerstag, dem 19.09.2024 um 15:14 +0200 schrieb Jean-Marc Lasgouttes: But why go from a vector<> to a map<>? Frankly: I can't remember. What I have in mind as a simpler alternative is this (like the last patch, with vector instead o

Re: Coverity musings

2024-09-19 Thread Jürgen Spitzmüller
Am Donnerstag, dem 19.09.2024 um 15:14 +0200 schrieb Jean-Marc Lasgouttes: > But why go from a vector<> to a map<>? Frankly: I can't remember. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Coverity musings

2024-09-19 Thread Jean-Marc Lasgouttes
Le 15/09/2024 à 18:14, Jürgen Spitzmüller a écrit : Am Samstag, dem 14.09.2024 um 20:07 +0200 schrieb Jean-Marc Lasgouttes: Back in history, the structure was not a map but a vecor. It is used to track things like "is there a line below this cell?". I am not sure why  Juergen changed it to a map