Georg Baum <[EMAIL PROTECTED]> writes: > > Eric Zollars wrote: > > > How can I check that the lyxpipe is actually working? Anyone have this > > working on windows? > > No. The pipe does not work at all on windows, because named pipes are not > available on this OS.
I think they are with cygwin. I am able to do this in a terminal window: $ mkfifo /tmp/mynamedpipe $ echo "I am here!" > /tmp/mynamedpipe and then, in another terminal: $ cat /tmp/mynamedpipe I am here! So, with a cygwin compiled LyX the lyxpipe should simply work. -- Enrico
