Re: [LyX/master] CMake deb: support "python2 | python3" dependency

2020-10-20 Thread Scott Kostyshak
On Tue, Oct 20, 2020 at 06:40:22PM +0200, Scott Kostyshak wrote: > commit fe1cbc06c320677bf5930d3e3e943f7d9a75bdcf > Author: Scott Kostyshak > Date: Mon Oct 19 14:59:17 2020 -0400 > > CMake deb: support "python2 | python3" dependency > > The latest debian-based distributions have m

Re: [LyX/master] Reset caret size when inserting text over a selection

2020-10-20 Thread Scott Kostyshak
On Tue, Oct 20, 2020 at 01:11:46PM +0200, Kornel Benko wrote: > Am Sun, 18 Oct 2020 13:18:43 -0400 > schrieb Scott Kostyshak : > > > On Sat, Oct 17, 2020 at 08:01:52PM +0200, Jean-Marc Lasgouttes wrote: > > > commit c286cad565e2273339f21d8c17fe07942497d977 > > > Author: Jean-Marc Lasgouttes > > >

Re: CMake deb: support "python3 | python2" dependency

2020-10-20 Thread Scott Kostyshak
On Tue, Oct 20, 2020 at 11:51:58AM +0200, Kornel Benko wrote: > Am Mon, 19 Oct 2020 15:33:24 -0400 > schrieb Scott Kostyshak : > > > "make package" is convenient for making a .deb. Currently the .deb > > depends on the "python" package but in 20.04 it makes things > > complicated. Does anyone else

Re: [LyX/master] Reset caret size when inserting text over a selection

2020-10-20 Thread Kornel Benko
Am Sun, 18 Oct 2020 13:18:43 -0400 schrieb Scott Kostyshak : > On Sat, Oct 17, 2020 at 08:01:52PM +0200, Jean-Marc Lasgouttes wrote: > > commit c286cad565e2273339f21d8c17fe07942497d977 > > Author: Jean-Marc Lasgouttes > > Date: Sat Oct 17 20:29:16 2020 +0200 > > > > Reset caret size when i

Re: CMake deb: support "python3 | python2" dependency

2020-10-20 Thread Kornel Benko
Am Mon, 19 Oct 2020 15:33:24 -0400 schrieb Scott Kostyshak : > "make package" is convenient for making a .deb. Currently the .deb > depends on the "python" package but in 20.04 it makes things > complicated. Does anyone else install LyX with locally built debs? I do regularly > The attached patc

Re: Refactoring patches

2020-10-20 Thread Yuriy Skalko
> Assuming it compiles, it looks fine. Using strfwd.h in various places is > definitely worth it. > > Riki Thanks, committed. > I guess you checked, but these two below look strange... > Otherwise looks fine. P > > >> diff --git a/src/Buffer.h b/src/Buffer.h >> index 2d96ff938e..7d1b5eca97 1