Re: Compiling and using master on macOS

2020-07-06 Thread Daniel
On 2020-07-07 07:30, Daniel wrote: On 2020-07-07 00:24, Stephan Witt wrote: Am 06.07.2020 um 09:59 schrieb Daniel : On 2020-03-15 21:37, Stephan Witt wrote: Am 15.03.2020 um 17:16 schrieb Daniel : Hi, I am about to try compiling and using master on macOS. I just has a look at INSTALL.MacO

Re: Compiling and using master on macOS

2020-07-06 Thread Daniel
On 2020-07-07 00:24, Stephan Witt wrote: Am 06.07.2020 um 09:59 schrieb Daniel : On 2020-03-15 21:37, Stephan Witt wrote: Am 15.03.2020 um 17:16 schrieb Daniel : Hi, I am about to try compiling and using master on macOS. I just has a look at INSTALL.MacOSX. It mentions Qt version 4. That s

Re: New DocBook support (0004)

2020-07-06 Thread Thibaut Cuvelier
On Tue, 7 Jul 2020 at 01:21, Pavel Sanda wrote: > On Tue, Jul 07, 2020 at 12:21:58AM +0200, Thibaut Cuvelier wrote: > > So, here is the new (final?) version of that patch. > > > Hmm, this layout2layout snippet: > > +if format == 81: > +match = re.compile(b'(\\s*Header\\s+)(\\w

Re: New DocBook support (0004)

2020-07-06 Thread Pavel Sanda
On Tue, Jul 07, 2020 at 12:21:58AM +0200, Thibaut Cuvelier wrote: > So, here is the new (final?) version of that patch. Hmm, this layout2layout snippet: +if format == 81: +match = re.compile(b'(\\s*Header\\s+)(\\w+)', re.IGNORECASE).match(lines[i]) +if match: +

Re: Compiling and using master on macOS

2020-07-06 Thread Stephan Witt
Am 06.07.2020 um 09:59 schrieb Daniel : > > On 2020-03-15 21:37, Stephan Witt wrote: >> Am 15.03.2020 um 17:16 schrieb Daniel : >>> >>> Hi, >>> >>> I am about to try compiling and using master on macOS. I just has a look at >>> INSTALL.MacOSX. It mentions Qt version 4. That seems a bit outdated

Re: New DocBook support (0004)

2020-07-06 Thread Thibaut Cuvelier
On Mon, 6 Jul 2020 at 12:03, Pavel Sanda wrote: > On Mon, Jul 06, 2020 at 04:16:11AM +0200, Thibaut Cuvelier wrote: > > Is agu_stdclass.inc worth keeping, by the way? It really looks like AGU > > used to use a DocBook variant, but that was a while ago: I can't find > > anything related to DocBook

Re: Using PGP keys to sign documents, helpful for needauth converters?

2020-07-06 Thread Richard Kimberly Heck
On 7/6/20 1:44 PM, Scott Kostyshak wrote: > On Mon, Jul 06, 2020 at 11:40:57AM -0400, Richard Kimberly Heck wrote: >> On 7/6/20 11:20 AM, Scott Kostyshak wrote: >>> Suppose I have a document that needs a needauth converter (e.g., knitr). >>> Currently, I need to authorize each document, and then th

Re: Using PGP keys to sign documents, helpful for needauth converters?

2020-07-06 Thread Scott Kostyshak
On Mon, Jul 06, 2020 at 11:40:57AM -0400, Richard Kimberly Heck wrote: > On 7/6/20 11:20 AM, Scott Kostyshak wrote: > > Suppose I have a document that needs a needauth converter (e.g., knitr). > > Currently, I need to authorize each document, and then the document path > > is stored in the session

Re: Crash removing Format

2020-07-06 Thread Kornel Benko
Am Mon, 6 Jul 2020 11:58:30 -0400 schrieb Richard Kimberly Heck : > On 7/6/20 4:50 AM, Kornel Benko wrote: > > Am Sun, 5 Jul 2020 20:14:27 -0400 > > schrieb Richard Kimberly Heck : > > > >> On 7/5/20 8:12 PM, Richard Kimberly Heck wrote: > >>> On 6/24/20 11:06 AM, Richard Kimberly Heck wrote: >

Re: Crash removing Format

2020-07-06 Thread Richard Kimberly Heck
On 7/6/20 4:50 AM, Kornel Benko wrote: > Am Sun, 5 Jul 2020 20:14:27 -0400 > schrieb Richard Kimberly Heck : > >> On 7/5/20 8:12 PM, Richard Kimberly Heck wrote: >>> On 6/24/20 11:06 AM, Richard Kimberly Heck wrote: On 6/24/20 6:19 AM, Kornel Benko wrote: > Am Tue, 23 Jun 2020 22:01:03

Re: Crash removing Format

2020-07-06 Thread Kornel Benko
Am Mon, 6 Jul 2020 09:51:07 -0400 schrieb Scott Kostyshak : > On Mon, Jul 06, 2020 at 10:50:10AM +0200, Kornel Benko wrote: > > > with automake: --enable_stdlib_debug=yes > > I think the underscores need to be dashes: > > --enable-stdlib-debug=yes > > Scott Right, copy & paste from config

Re: Using PGP keys to sign documents, helpful for needauth converters?

2020-07-06 Thread Richard Kimberly Heck
On 7/6/20 11:20 AM, Scott Kostyshak wrote: > Suppose I have a document that needs a needauth converter (e.g., knitr). > Currently, I need to authorize each document, and then the document path > is stored in the session file (under "auth files"). I like this, and it > makes me feel more comfortable

Using PGP keys to sign documents, helpful for needauth converters?

2020-07-06 Thread Scott Kostyshak
Suppose I have a document that needs a needauth converter (e.g., knitr). Currently, I need to authorize each document, and then the document path is stored in the session file (under "auth files"). I like this, and it makes me feel more comfortable compiling documents I download from untrusted sour

Re: Crash removing Format

2020-07-06 Thread Scott Kostyshak
On Mon, Jul 06, 2020 at 10:50:10AM +0200, Kornel Benko wrote: > with automake: --enable_stdlib_debug=yes I think the underscores need to be dashes: --enable-stdlib-debug=yes Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.or

Re: Compiling and using master on macOS

2020-07-06 Thread Scott Kostyshak
On Mon, Jul 06, 2020 at 09:59:32AM +0200, Daniel wrote: > On 2020-03-15 21:37, Stephan Witt wrote: > > Am 15.03.2020 um 17:16 schrieb Daniel : > > > > > > Hi, > > > > > > I am about to try compiling and using master on macOS. I just has a look > > > at INSTALL.MacOSX. It mentions Qt version 4. T

Re: New DocBook support (0005)

2020-07-06 Thread Pavel Sanda
On Mon, Jul 06, 2020 at 05:18:16AM +0200, Thibaut Cuvelier wrote: > > > diff --git a/src/OutputParams.h b/src/OutputParams.h > > > index 1ad36722d0..0244a0ea41 100644 > > > --- a/src/OutputParams.h > > > +++ b/src/OutputParams.h > > > @@ -16,6 +16,7 @@ > > > #include "Changes.h" > > > > > > #incl

Re: New DocBook support (0004)

2020-07-06 Thread Pavel Sanda
On Mon, Jul 06, 2020 at 04:16:11AM +0200, Thibaut Cuvelier wrote: > Is agu_stdclass.inc worth keeping, by the way? It really looks like AGU > used to use a DocBook variant, but that was a while ago: I can't find > anything related to DocBook or XML on their website, they are only using > Word and L

Re: Crash removing Format

2020-07-06 Thread Kornel Benko
Am Sun, 5 Jul 2020 20:14:27 -0400 schrieb Richard Kimberly Heck : > On 7/5/20 8:12 PM, Richard Kimberly Heck wrote: > > On 6/24/20 11:06 AM, Richard Kimberly Heck wrote: > >> On 6/24/20 6:19 AM, Kornel Benko wrote: > >>> Am Tue, 23 Jun 2020 22:01:03 -0400 > >>> schrieb Scott Kostyshak : > >>>

Re: Compiling and using master on macOS

2020-07-06 Thread Daniel
On 2020-03-15 21:37, Stephan Witt wrote: Am 15.03.2020 um 17:16 schrieb Daniel : Hi, I am about to try compiling and using master on macOS. I just has a look at INSTALL.MacOSX. It mentions Qt version 4. That seems a bit outdated. But I guess that I am looking at the latest guide to compile o