Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Stephan Witt
Am 22.02.2020 um 20:13 schrieb Guenter Milde : > > On 2020-02-22, Stephan Witt wrote: >> Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : >>> On 2/21/20 12:08 PM, Stephan Witt wrote: Am 21.02.2020 um 12:08 schrieb Stephan Witt : > Hi pythonists, > > I’m trying to make ready for

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-22 Thread Enrico Forestieri
On Tue, Feb 18, 2020 at 07:55:13PM +0100, Enrico Forestieri wrote: > > Still, why realPath() returns a short path name in one case and not in the > other case remains a mystery. Mystery solved. On Windows, our implementation of realPath() works only with file names but does not work with director

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-22 Thread Enrico Forestieri
On Thu, Feb 20, 2020 at 08:24:41AM +0100, Enrico Forestieri wrote: > On Wed, Feb 19, 2020 at 10:33:45PM +0100, Stephan Witt wrote: > > > > What I wonder: there are the Qt elements used. Why don’t we rely > > on the services of QFileInfo class? E.g. canonicalFilePath() and > > friends? Are there hi

Re: [ANNOUNCE] LyX 2.3.4.2 'Emergency' Release

2020-02-22 Thread Ben Houcine
LyX version 2.3.4.3 work well in Windows 10 (Home Version 1909) as of my tests.Slowness in saves seems to have disappeared. Thanks for the new update. H. Ben On Thursday, February 20, 2020, 07:53:39 AM GMT+1, Liviu Andronic wrote: On 2/11/20, Richard Kimberly Heck wrote: > > This is

Re: Ctest failing on updated TL19

2020-02-22 Thread Kornel Benko
Am Sat, 22 Feb 2020 14:48:50 -0500 schrieb Scott Kostyshak : > On Sat, Feb 22, 2020 at 07:20:18PM -, Guenter Milde wrote: > > On 2020-02-21, Scott Kostyshak wrote: > > > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > > > The following ctest fails on an updated TeX Live

Re: Ctest failing on updated TL19

2020-02-22 Thread Scott Kostyshak
On Sat, Feb 22, 2020 at 07:20:18PM -, Guenter Milde wrote: > On 2020-02-21, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > The following ctest fails on an updated TeX Live 2019: > > > Multilingual_Typesetting_with_CJKutf8_pdf4_systemF > > > Kornel

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-22 Thread Kornel Benko
Am Sat, 22 Feb 2020 19:04:48 - (UTC) schrieb Guenter Milde : > On 2020-02-22, Kornel Benko wrote: > > Am Sat, 22 Feb 2020 09:44:21 - (UTC) > > schrieb Guenter Milde : > > >> On 2020-02-20, Scott Kostyshak wrote: > >> > On Mon, Feb 03, 2020 at 04:44:07PM +0100, Kornel Benko wrote:

Re: Ctest failing on updated TL19

2020-02-22 Thread Guenter Milde
On 2020-02-21, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > The following ctest fails on an updated TeX Live 2019: > Multilingual_Typesetting_with_CJKutf8_pdf4_systemF > Kornel and I get the following errors: > LaTeX.cpp (787): Log line: Missing character

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Guenter Milde
On 2020-02-22, Stephan Witt wrote: > Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : >> On 2/21/20 12:08 PM, Stephan Witt wrote: >>> Am 21.02.2020 um 12:08 schrieb Stephan Witt : Hi pythonists, I’m trying to make ready for code signing on Mac. The idea of code signing is to

Re: Standard key binding for SyncTeX forward-search?

2020-02-22 Thread Ben Houcine
Since compiling is "Ctrl + R" I use \bind "M-r" "forward-search" "Alt + R" for forward search. H. Ben On Friday, February 21, 2020, 11:54:41 PM GMT+1, Jean-Marc Lasgouttes wrote: Le 21/02/2020 à 07:38, Stephan Witt a écrit : > Skim uses Ctrl-Shift-Click (aka Command-Shift-Click) on Mac

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-22 Thread Guenter Milde
On 2020-02-22, Kornel Benko wrote: > Am Sat, 22 Feb 2020 09:44:21 - (UTC) > schrieb Guenter Milde : >> On 2020-02-20, Scott Kostyshak wrote: >> > On Mon, Feb 03, 2020 at 04:44:07PM +0100, Kornel Benko wrote: >> >> Am Mon, 3 Feb 2020 10:42:06 -0500 >> >> schrieb Scott Kostyshak : >> >> > On

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Dr Eberhard Lisse
On Catalina (10.15.3) /usr/bin/python is symlinged to /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 Python (3 and/or 2) on the Mac is easily installed via Homebrew (i nto /usr/local) So is LyX (as what is called a Cask), and within Homebrew that could lead to a dependency

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Richard Kimberly Heck
On 2/22/20 12:46 PM, Stephan Witt wrote: > Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : >> On 2/21/20 12:08 PM, Stephan Witt wrote: >>> Am 21.02.2020 um 12:08 schrieb Stephan Witt : Hi pythonists, I’m trying to make ready for code signing on Mac. The idea of code

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Stephan Witt
Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : > > On 2/21/20 12:08 PM, Stephan Witt wrote: >> Am 21.02.2020 um 12:08 schrieb Stephan Witt : >>> Hi pythonists, >>> >>> I’m trying to make ready for code signing on Mac. >>> >>> The idea of code signing is to ship the package with a digital

Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-22 Thread Richard Kimberly Heck
On 2/22/20 12:28 AM, Jürgen Spitzmüller wrote: > Am Freitag, den 21.02.2020, 10:56 -0500 schrieb Richard Kimberly Heck: >> On 2/21/20 4:20 AM, Jürgen Spitzmüller wrote: >>> Am Mittwoch, den 19.02.2020, 15:11 -0500 schrieb Richard Kimberly >>> Heck: Jürgen, do you know about this? >>> I know ze

Re: [RFC][PATCH] Change to buffer lookup for given temporary files

2020-02-22 Thread Stephan Witt
Am 20.02.2020 um 08:24 schrieb Enrico Forestieri : > > On Wed, Feb 19, 2020 at 10:33:45PM +0100, Stephan Witt wrote: >> >>> Am 18.02.2020 um 19:55 schrieb Enrico Forestieri : >>> >>> On Tue, Feb 18, 2020 at 07:36:54PM +0100, Enrico Forestieri wrote: On Tue, Feb 18, 2020 at 09:43:07AM +0100,

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-22 Thread Kornel Benko
Am Sat, 22 Feb 2020 09:44:21 - (UTC) schrieb Guenter Milde : > On 2020-02-20, Scott Kostyshak wrote: > > On Mon, Feb 03, 2020 at 04:44:07PM +0100, Kornel Benko wrote: > >> Am Mon, 3 Feb 2020 10:42:06 -0500 > >> schrieb Scott Kostyshak : > >> > On Mon, Feb 03, 2020 at 04:29:34PM +0100, Korn

Re: LaTeX3 Error: Backend request inconsistent with engine: using 'pdfmode'

2020-02-22 Thread Guenter Milde
On 2020-02-20, Scott Kostyshak wrote: > On Mon, Feb 03, 2020 at 04:44:07PM +0100, Kornel Benko wrote: >> Am Mon, 3 Feb 2020 10:42:06 -0500 >> schrieb Scott Kostyshak : >> > On Mon, Feb 03, 2020 at 04:29:34PM +0100, Kornel Benko wrote: ... > I tested on an updated TL. Removing the custom class opt