lyx_mirror/config
Enrico Forestieri fc97861803 Implement the LyXServer on Windows.
Only for autotools, I don't know how to update cmake and scons, sorry.
For cmake and scons, you should make sure that moc is called on Server.h
using the -D_WIN32 option.

In order to enable the server, specify the LyXServer pipe in
Tools->Preferences->Paths. The path to be entered there must have the
form "\\.\pipe\nameofyourchoice" (without quotes). After that, you can
send commands to LyX. For example, if the pipe path is \\.\pipe\lyxpipe,
typing the following in a terminal:

echo LYXCMD:test:file-open > \\.\pipe\lyxpipe.in
type \\.\pipe\lyxpipe.out

brings up the file dialog and returns the acknowledgment from LyX.
Beware of spaces when using cmd.exe. For example, the following:
echo LYXCMD:test:file-open:foo.lyx> \\.\pipe\lyxpipe.in
will correctly load the document named foo.lyx, but
echo LYXCMD:test:file-open:foo.lyx > \\.\pipe\lyxpipe.in
(notice the space before the redirection) will try to load a
document whose name is "foo.lyx .lyx" because cmd.exe will also
pass the space (sigh).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31189 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-21 22:58:38 +00:00
..
common.am boost filesystem and iostream are no longer used. 2009-05-28 08:57:49 +00:00
config.guess Better compatibility with autoconf 2.62. 2008-08-11 23:27:08 +00:00
config.rpath put the 0.16.1 code from gettext back 2008-06-09 13:50:05 +00:00
config.sub Better compatibility with autoconf 2.62. 2008-08-11 23:27:08 +00:00
depcomp
install-sh
lyxinclude.m4 Implement the LyXServer on Windows. 2009-08-21 22:58:38 +00:00
Makefile.am remove libtool 2008-11-15 17:45:55 +00:00
missing
mkinstalldirs
pkg.m4
py-compile
qt4.m4 Remove traces of Q_CYGWIN_WIN 2008-10-15 23:00:42 +00:00
spell.m4 New support files for Hunspell support. Only autotools for now. 2009-07-12 22:46:01 +00:00