Re: [LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-02-14 Thread Kornel Benko
Am Fri, 14 Feb 2020 17:37:28 +0100 schrieb Stephan Witt : > Changes not staged for commit: > (use "git add ..." to update what will be committed) > (use "git checkout -- ..." to discard changes in working directory) > > modified: development/cmake/modules/FindHUNSPELL.cmake > > no

Re: Valgrind "definitely lost" backtrace

2020-02-14 Thread Scott Kostyshak
On Fri, Feb 14, 2020 at 11:19:45AM -0500, Richard Kimberly Heck wrote: > On 2/14/20 8:55 AM, Pavel Sanda wrote: > > On Thu, Feb 13, 2020 at 09:58:15PM -0500, Scott Kostyshak wrote: > >> The corresponding line of TocModel.cpp:362 is the line with "new" below: > >> > >> // First, fill in the toc

LyX 2.3.4.3 Windows Installer for Testing

2020-02-14 Thread Richard Kimberly Heck
Available here:     http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ Please let me know how that goes. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [RFC][PATCH] Change to GuiView::goToFileRow

2020-02-14 Thread Stephan Witt
Am 14.02.2020 um 21:00 schrieb Stephan Witt : > > Hi all, > > I’ve a problem in LyX master with reverse search I don’t have in 2.3.x. > Unfortunately I cannot see the difference in LyX code causing it. > > The situation is: on Mac the directory /var is an symlink to private/var. > So the

[RFC][PATCH] Change to GuiView::goToFileRow

2020-02-14 Thread Stephan Witt
Hi all, I’ve a problem in LyX master with reverse search I don’t have in 2.3.x. Unfortunately I cannot see the difference in LyX code causing it. The situation is: on Mac the directory /var is an symlink to private/var. So the temporary files are with real path below /private/var/. The SyncTex

Re: [LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-02-14 Thread Stephan Witt
Am 14.02.2020 um 17:22 schrieb Stephan Witt : > > Am 14.02.2020 um 16:44 schrieb Kornel Benko : >> >> Am Fri, 14 Feb 2020 15:57:45 +0100 >> schrieb Stephan Witt : >> >>> Am 08.02.2020 um 21:55 schrieb Kornel Benko : commit a47dec6b4a91ca59a8d9d4431ecedd77f8ffc7e7 Author: Kornel

Re: [LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-02-14 Thread Stephan Witt
Am 14.02.2020 um 16:44 schrieb Kornel Benko : > > Am Fri, 14 Feb 2020 15:57:45 +0100 > schrieb Stephan Witt : > >> Am 08.02.2020 um 21:55 schrieb Kornel Benko : >>> >>> commit a47dec6b4a91ca59a8d9d4431ecedd77f8ffc7e7 >>> Author: Kornel Benko >>> Date: Mon Jan 27 10:44:14 2020 +0100 >>> >>>

Re: Valgrind "definitely lost" backtrace

2020-02-14 Thread Richard Kimberly Heck
On 2/14/20 8:55 AM, Pavel Sanda wrote: > On Thu, Feb 13, 2020 at 09:58:15PM -0500, Scott Kostyshak wrote: >> The corresponding line of TocModel.cpp:362 is the line with "new" below: >> >> // First, fill in the toc models. >> iterator mod_it = models_.find(type); >> if (mod_it ==

Re: [LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-02-14 Thread Kornel Benko
Am Fri, 14 Feb 2020 15:57:45 +0100 schrieb Stephan Witt : > Am 08.02.2020 um 21:55 schrieb Kornel Benko : > > > > commit a47dec6b4a91ca59a8d9d4431ecedd77f8ffc7e7 > > Author: Kornel Benko > > Date: Mon Jan 27 10:44:14 2020 +0100 > > > >Cmake build: Remove cmake warnings about mismatched

Re: [LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-02-14 Thread Stephan Witt
Am 08.02.2020 um 21:55 schrieb Kornel Benko : > > commit a47dec6b4a91ca59a8d9d4431ecedd77f8ffc7e7 > Author: Kornel Benko > Date: Mon Jan 27 10:44:14 2020 +0100 > >Cmake build: Remove cmake warnings about mismatched values of > FindPackageHandleStandardArgs() > >(cherry picked from

Re: Valgrind "definitely lost" backtrace

2020-02-14 Thread Pavel Sanda
On Thu, Feb 13, 2020 at 09:58:15PM -0500, Scott Kostyshak wrote: > The corresponding line of TocModel.cpp:362 is the line with "new" below: > > // First, fill in the toc models. > iterator mod_it = models_.find(type); > if (mod_it == models_.end()) > mod_it = models_.insert(type, new

Re: on macOS new user experience likely to be frustrating

2020-02-14 Thread Dr Eberhard Lisse
I have none of these problems but then I have been using LyX on a daily basis since 1998 (v0.12) (on Linux at first but since 2005 on the Mac in a busy Obstetrics and Gynecology practice) And, I have installed 4 systems recently which all work out of the box... Here is what I have tested

Re: [LyX/master] Put the LyX window frontmost automatically on Mac on successful reverse search

2020-02-14 Thread Dr Eberhard Lisse
This is VERY helpful for some perl scripts of mine :-)-O use Mac::AppleScript qw(RunAppleScript); RunAppleScript(qq('tell application id "org.lyx.lyx" to activate')); thanks, el On 14/02/2020 08:39, Stephan Witt wrote: > Am 13.02.2020 um 18:24 schrieb Jean-Marc Lasgouttes : [...] > $