Re: Debugging LyX server on Windows

2018-08-15 Thread Will S
On Tue, Aug 7, 2018 at 12:22 PM Enrico Forestieri wrote: > > No, this seems to be an issue introduced in recent versions of Windows. > When an overlapped write operation to a pipe is in progress, GetLastError() > used returning ERROR_IO_PENDING while now it seems to also return NO_ERROR. > This w

Re: Debugging LyX server on Windows

2018-08-07 Thread Enrico Forestieri
On Thu, Aug 02, 2018 at 01:58:37AM +0200, Pavel Sanda wrote: > Will S wrote: > > I have been helping a user debug a problem with a tool (LyZ, > > https://github.com/willsALMANJ/lyz) that I maintain that interfaces with > > LyX through the LyX server. The main symptom is that the lyxserver.out file

Re: Debugging LyX server on Windows

2018-08-01 Thread Pavel Sanda
Will S wrote: > I have been helping a user debug a problem with a tool (LyZ, > https://github.com/willsALMANJ/lyz) that I maintain that interfaces with > LyX through the LyX server. The main symptom is that the lyxserver.out file > appears to be empty. Specifically, when LyZ writes a command into >

Re: Debugging LyX server on Windows

2018-07-31 Thread Richard Kimberly Heck
On 07/31/2018 10:36 PM, Will S wrote: > I have been helping a user debug a problem with a tool (LyZ, > https://github.com/willsALMANJ/lyz > ) that I maintain that interfaces > with LyX through the LyX server. The main symptom is that the > lyxserver.out file appe

Debugging LyX server on Windows

2018-07-31 Thread Will S
I have been helping a user debug a problem with a tool (LyZ, https://github.com/willsALMANJ/lyz) that I maintain that interfaces with LyX through the LyX server. The main symptom is that the lyxserver.out file appears to be empty. Specifically, when LyZ writes a command into lyxserver.in, LyX perfo