Re: on macOS new user experience likely to be frustrating

2020-02-12 Thread Stephan Witt
Am 12.02.2020 um 19:51 schrieb Stephan Witt : > > Am 12.02.2020 um 16:22 schrieb mn : >> >> LyX 2.3.4.2, macOS 12 >> >> This is just a new user to LyX perspective: bad. >> >> Newly setup system: >> >> 1. install macOS >> 2. install TeXlive2019 >> 3. install LyX 2.3.4.2 >> 4. install Skim >> 5.

Re: [RFC][PATCH] Replace deprecated mem_fun_ref with lambda

2020-02-12 Thread Richard Kimberly Heck
On 2/12/20 2:45 PM, Jean-Marc Lasgouttes wrote: > Hi there, > > Here is a patch to fix a message from Stephan that nobody but me saw, > because I discarded it instead of accepting it :) BTW, Attachment size > was over 500k, what would be a good limit size? > > I replace a thing I do not really unde

Re: Questions regarding compiler warnings

2020-02-12 Thread Jean-Marc Lasgouttes
Le 12/02/2020 à 21:17, Stephan Witt a écrit : I don’t know what I’m talking about either. But, perhaps std::mem_fn is a possible replacement? https://en.cppreference.com/w/cpp/utility/functional/mem_fn I tried it, but it does not seems to work with std::not1. JMarc 2. various memory leak w

Re: Questions regarding compiler warnings

2020-02-12 Thread Stephan Witt
Am 12.02.2020 um 20:53 schrieb Jean-Marc Lasgouttes : > > Le 12/02/2020 à 20:45, Stephan Witt a écrit : >> Hi all, >> I've recently upgraded some parts of my tool box. I’m seeing new warnings >> now. >> 1. deprecated warning (removed with C++17?) >> lyx/src/insets/InsetCommandParams.cpp:596:9: wa

Re: Questions regarding compiler warnings

2020-02-12 Thread Jean-Marc Lasgouttes
Le 12/02/2020 à 20:45, Stephan Witt a écrit : Hi all, I've recently upgraded some parts of my tool box. I’m seeing new warnings now. 1. deprecated warning (removed with C++17?) lyx/src/insets/InsetCommandParams.cpp:596:9: warning: 'mem_fun_ref' is deprecated I already answered this one :)

[RFC][PATCH] Replace deprecated mem_fun_ref with lambda

2020-02-12 Thread Jean-Marc Lasgouttes
Hi there, Here is a patch to fix a message from Stephan that nobody but me saw, because I discarded it instead of accepting it :) BTW, Attachment size was over 500k, what would be a good limit size? I replace a thing I do not really understand with another thing that I do not really understa

Re: on macOS new user experience likely to be frustrating

2020-02-12 Thread Stephan Witt
Am 12.02.2020 um 16:22 schrieb mn : > > LyX 2.3.4.2, macOS 12 > > This is just a new user to LyX perspective: bad. > > Newly setup system: > > 1. install macOS > 2. install TeXlive2019 > 3. install LyX 2.3.4.2 > 4. install Skim > 5. read some docs for configuration > > (as written previously:

Re: on macOS new user experience likely to be frustrating

2020-02-12 Thread Pavel Sanda
On Wed, Feb 12, 2020 at 04:22:12PM +0100, mn wrote: > - trying to enable synctex support as per wiki is impossible > > ??? **none** of the options under > > Preferences > File Handling > Converters > > enables any 'OK' or 'Apply' buttons. They always remain greyed out, no > changes can be save

Re: [LyX/master] Make cell index of tabular local for column loop.

2020-02-12 Thread Pavel Sanda
On Wed, Feb 12, 2020 at 08:50:13AM -0500, Scott Kostyshak wrote: > Is it true that without optimization, this change would be less > efficient because cell has to be recreated (so memory allocated) on each > iteration of the for loop? But is the idea that compilers recognize this > and only allocat

Re: [LyX/master] Make cell index of tabular local for column loop.

2020-02-12 Thread Stephan Witt
Am 12.02.2020 um 14:50 schrieb Scott Kostyshak : > > On Wed, Feb 12, 2020 at 12:14:07PM +0100, Stephan Witt wrote: >> commit e900b61d46f02b2af9afcc697168e47e846b982d >> Author: Stephan Witt >> Date: Wed Feb 12 12:32:31 2020 +0100 >> >>Make cell index of tabular local for column loop. >> --

on macOS new user experience likely to be frustrating

2020-02-12 Thread mn
LyX 2.3.4.2, macOS 12 This is just a new user to LyX perspective: bad. Newly setup system: 1. install macOS 2. install TeXlive2019 3. install LyX 2.3.4.2 4. install Skim 5. read some docs for configuration (as written previously: trying to read UserGuide.pdf will not work in this setup…) - Cha

Re: [LyX/master] Fix bug #11712.

2020-02-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.02.2020, 15:07 +0100 schrieb Richard Kimberly Heck: > commit fdf81a9bab2f4f50a3eaf22cc0e09ac454f470ed > Author: Richard Kimberly Heck > Date: Wed Feb 12 09:25:13 2020 -0500 > > Fix bug #11712. > > Fixes some escaping issues on Windows especially > > Pat

Re: [LyX/master] Make cell index of tabular local for column loop.

2020-02-12 Thread Scott Kostyshak
On Wed, Feb 12, 2020 at 12:14:07PM +0100, Stephan Witt wrote: > commit e900b61d46f02b2af9afcc697168e47e846b982d > Author: Stephan Witt > Date: Wed Feb 12 12:32:31 2020 +0100 > > Make cell index of tabular local for column loop. > --- > src/insets/InsetTabular.cpp |4 +--- > 1 files cha

Re: Bug in Lyx 1.3.4 ?

2020-02-12 Thread Stephan Witt
Am 10.02.2020 um 22:01 schrieb Enrico Forestieri : > > On Mon, Feb 10, 2020 at 01:00:11PM +0100, Stephan Witt wrote: > >> Am 07.02.2020 um 08:32 schrieb Enrico Forestieri : >>> >>> On Thu, Feb 06, 2020 at 10:36:30PM +0100, Stephan Witt wrote: But some cases I’d like to point out:

Re: Delay when creating new paragraph

2020-02-12 Thread Daniel
On 2020-02-10 15:19, Jean-Marc Lasgouttes wrote: Le 06/02/2020 à 17:33, Daniel a écrit : When I hit Return key (MacOS 10.15.2), there is a slight delay before a new paragraph is created. This is whith a rather complex document, multiple children, a lot of cross-references, bibliography, etc.