lyx_mirror/config
Enrico Forestieri 6ffeab01b7 Implement the LyXServer on Windows.
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/branches/BRANCH_1_6_X@31389 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-13 20:49:30 +00:00
..
common.am detect multithreaded boost 2009-06-06 13:14:05 +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
libtool.m4 Better compatibility with autoconf 2.62. 2008-08-11 23:27:08 +00:00
ltmain.sh Fix libtool bug where -framework options are silently ignored on a Mac. 2009-04-29 14:27:22 +00:00
lyxinclude.m4 Implement the LyXServer on Windows. 2009-09-13 20:49:30 +00:00
Makefile.am * config/qt.m4: remove (unused) 2007-04-25 10:40:50 +00:00
missing
mkinstalldirs the "translation" patch series] Part 1: upgrading to gettext 0.14.6 2007-08-07 19:22:32 +00:00
pkg.m4 Add pkg.m4 to config/ and autogen.sh. 2006-08-06 20:45:31 +00:00
py-compile
qt4.m4 Remove traces of Q_CYGWIN_WIN 2008-10-15 23:00:42 +00:00
spell.m4 Fix typo due to the massive rename. 2007-04-26 21:50:16 +00:00