2002-06-12 03:16:41 +00:00
|
|
|
/**
|
|
|
|
* \file lyx_main.C
|
|
|
|
* Copyright 1995-2002 the LyX Team
|
|
|
|
* Read the file COPYING
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
2002-06-12 03:16:41 +00:00
|
|
|
* \author unknown
|
|
|
|
*/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#include <config.h>
|
2001-12-28 13:26:54 +00:00
|
|
|
#include <version.h>
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#include "lyx_main.h"
|
2002-06-24 20:28:12 +00:00
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
#include "buffer.h"
|
|
|
|
#include "bufferlist.h"
|
|
|
|
#include "commandtags.h"
|
|
|
|
#include "converter.h"
|
1999-10-07 18:44:17 +00:00
|
|
|
#include "debug.h"
|
2005-01-10 19:17:37 +00:00
|
|
|
#include "encoding.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "gettext.h"
|
2000-02-04 09:38:32 +00:00
|
|
|
#include "kbmap.h"
|
2002-06-12 09:47:10 +00:00
|
|
|
#include "language.h"
|
|
|
|
#include "lastfiles.h"
|
2005-01-10 19:17:37 +00:00
|
|
|
#include "lyxlex.h"
|
|
|
|
#include "lyxrc.h"
|
|
|
|
#include "lyxserver.h"
|
2002-07-21 21:21:06 +00:00
|
|
|
#include "lyxtextclasslist.h"
|
2005-01-10 19:17:37 +00:00
|
|
|
#include "MenuBackend.h"
|
|
|
|
#include "ToolbarDefaults.h"
|
2001-12-28 13:26:54 +00:00
|
|
|
|
|
|
|
#include "frontends/Alert.h"
|
2002-06-12 09:47:10 +00:00
|
|
|
#include "frontends/lyx_gui.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
#include "support/FileInfo.h"
|
|
|
|
#include "support/filetools.h"
|
|
|
|
#include "support/package.h"
|
|
|
|
#include "support/path.h"
|
|
|
|
|
2002-11-21 18:33:09 +00:00
|
|
|
#include "BoostFormat.h"
|
2002-08-07 23:43:38 +00:00
|
|
|
#include <boost/function.hpp>
|
|
|
|
|
2001-12-28 13:26:54 +00:00
|
|
|
#include <csignal>
|
2005-01-10 19:17:37 +00:00
|
|
|
#include <cstdlib>
|
2001-12-28 13:26:54 +00:00
|
|
|
|
2005-01-05 15:53:23 +00:00
|
|
|
using lyx::FileInfo;
|
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
using std::vector;
|
2000-03-28 02:18:55 +00:00
|
|
|
using std::endl;
|
|
|
|
|
2001-05-02 10:47:07 +00:00
|
|
|
#ifndef CXX_GLOBAL_CSTD
|
2002-06-10 07:57:39 +00:00
|
|
|
using std::exit;
|
2001-05-02 10:47:07 +00:00
|
|
|
using std::signal;
|
2002-06-10 07:57:39 +00:00
|
|
|
using std::system;
|
2001-05-02 10:47:07 +00:00
|
|
|
#endif
|
|
|
|
|
1999-10-02 16:21:10 +00:00
|
|
|
extern void LoadLyXFile(string const &);
|
2000-09-11 15:42:17 +00:00
|
|
|
extern void QuitLyX();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
extern LyXServer * lyxserver;
|
2002-06-24 20:28:12 +00:00
|
|
|
|
1999-10-07 18:44:17 +00:00
|
|
|
DebugStream lyxerr;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-12-18 03:30:35 +00:00
|
|
|
boost::scoped_ptr<LastFiles> lastfiles;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// This is the global bufferlist object
|
|
|
|
BufferList bufferlist;
|
|
|
|
|
|
|
|
// convenient to have it here.
|
2001-03-07 16:18:05 +00:00
|
|
|
boost::scoped_ptr<kb_keymap> toplevel_keymap;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
namespace {
|
|
|
|
|
|
|
|
// Filled with the command line arguments "foo" of "-sysdir foo" or
|
|
|
|
// "-userdir foo".
|
|
|
|
string cl_system_support;
|
|
|
|
string cl_user_support;
|
|
|
|
|
2005-01-28 15:13:01 +00:00
|
|
|
|
|
|
|
void reconfigureUserLyXDir()
|
|
|
|
{
|
|
|
|
string const configure_script =
|
|
|
|
AddName(lyx::package().system_support(), "configure");
|
|
|
|
string const configure_command =
|
|
|
|
"sh " + QuoteName(configure_script);
|
|
|
|
|
|
|
|
lyxerr << _("LyX: reconfiguring user directory") << endl;
|
|
|
|
Path p(lyx::package().user_support());
|
|
|
|
::system(configure_command.c_str());
|
|
|
|
lyxerr << "LyX: " << _("Done!") << endl;
|
|
|
|
}
|
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
} // namespace anon
|
|
|
|
|
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
LyX::LyX(int & argc, char * argv[])
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
|
|
|
// Here we need to parse the command line. At least
|
|
|
|
// we need to parse for "-dbg" and "-help"
|
2002-06-12 09:47:10 +00:00
|
|
|
bool const want_gui = easyParse(argc, argv);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
lyx::init_package(argv[0], cl_system_support, cl_user_support);
|
|
|
|
|
2005-01-13 10:09:46 +00:00
|
|
|
// Set the locale_dir.
|
|
|
|
string locale_dir = lyx::package().locale_dir();
|
|
|
|
FileInfo fi(locale_dir);
|
|
|
|
if (fi.isOK() && fi.isDir()) {
|
|
|
|
lyxerr[Debug::INIT]
|
|
|
|
<< "Setting locale directory to "
|
|
|
|
<< locale_dir << endl;
|
|
|
|
gettext_init(locale_dir);
|
|
|
|
}
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Global bindings (this must be done as early as possible.) (Lgb)
|
2001-03-07 16:18:05 +00:00
|
|
|
toplevel_keymap.reset(new kb_keymap);
|
|
|
|
defaultKeyBindings(toplevel_keymap.get());
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2002-08-27 20:30:20 +00:00
|
|
|
// set the DisplayTranslator only once; should that be done here??
|
|
|
|
// if this should not be in this file, please also remove
|
|
|
|
// #include "graphics/GraphicsTypes.h" at the top -- Rob Lahaye.
|
|
|
|
grfx::setDisplayTranslator();
|
2002-11-04 02:12:42 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
if (want_gui) {
|
|
|
|
lyx_gui::parse_init(argc, argv);
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
// check for any spurious extra arguments
|
|
|
|
// other than documents
|
|
|
|
for (int argi = 1; argi < argc ; ++argi) {
|
2000-05-29 15:29:50 +00:00
|
|
|
if (argv[argi][0] == '-') {
|
2002-11-24 15:20:31 +00:00
|
|
|
#if USE_BOOST_FORMAT
|
|
|
|
lyxerr << boost::format(_("Wrong command line option `%1$s'. Exiting."))
|
|
|
|
% argv[argi]
|
|
|
|
<< endl;
|
|
|
|
#else
|
|
|
|
lyxerr << _("Wrong command line option `")
|
|
|
|
<< argv[argi] << _("'. Exiting.")
|
|
|
|
<< endl;
|
|
|
|
#endif
|
2002-05-30 19:49:00 +00:00
|
|
|
exit(1);
|
2000-05-29 15:29:50 +00:00
|
|
|
}
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Initialization of LyX (reads lyxrc and more)
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INIT] << "Initializing LyX::init..." << endl;
|
2002-06-12 09:47:10 +00:00
|
|
|
init(want_gui);
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INIT] << "Initializing LyX::init...done" << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
if (want_gui) {
|
|
|
|
lyx_gui::parse_lyxrc();
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
vector<string> files;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
for (int argi = argc - 1; argi >= 1; --argi) {
|
|
|
|
files.push_back(argv[argi]);
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (first_start) {
|
2002-06-12 09:47:10 +00:00
|
|
|
files.push_back(i18nLibFileSearch("examples", "splash.lyx"));
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2002-06-24 20:28:12 +00:00
|
|
|
|
1999-12-10 00:07:59 +00:00
|
|
|
// Execute batch commands if available
|
2000-04-28 11:18:04 +00:00
|
|
|
if (!batch_command.empty()) {
|
2002-06-12 09:47:10 +00:00
|
|
|
lyxerr[Debug::INIT] << "About to handle -x '"
|
2002-11-27 10:30:28 +00:00
|
|
|
<< batch_command << '\'' << endl;
|
2000-04-28 11:18:04 +00:00
|
|
|
|
2002-08-06 14:40:13 +00:00
|
|
|
Buffer * last_loaded = 0;
|
2002-08-07 23:43:38 +00:00
|
|
|
|
2002-08-06 14:40:13 +00:00
|
|
|
vector<string>::iterator it = files.begin();
|
|
|
|
vector<string>::iterator end = files.end();
|
|
|
|
for (; it != end; ++it) {
|
|
|
|
last_loaded = bufferlist.loadLyXFile(*it);
|
|
|
|
}
|
|
|
|
|
|
|
|
files.clear();
|
|
|
|
|
2000-04-28 11:18:04 +00:00
|
|
|
// no buffer loaded, create one
|
|
|
|
if (!last_loaded)
|
|
|
|
last_loaded = bufferlist.newFile("tmpfile", string());
|
|
|
|
|
2002-05-30 19:49:00 +00:00
|
|
|
bool success = false;
|
2002-06-24 20:28:12 +00:00
|
|
|
|
2000-04-28 11:18:04 +00:00
|
|
|
// try to dispatch to last loaded buffer first
|
2002-06-12 09:47:10 +00:00
|
|
|
bool const dispatched = last_loaded->dispatch(batch_command, &success);
|
2000-04-28 11:18:04 +00:00
|
|
|
|
2002-08-07 14:15:06 +00:00
|
|
|
if (dispatched) {
|
2000-09-11 15:42:17 +00:00
|
|
|
QuitLyX();
|
2002-05-30 19:49:00 +00:00
|
|
|
exit(!success);
|
2000-04-28 11:18:04 +00:00
|
|
|
}
|
1999-12-10 00:07:59 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
lyx_gui::start(batch_command, files);
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2002-06-24 20:28:12 +00:00
|
|
|
|
2005-01-19 14:18:10 +00:00
|
|
|
/*
|
|
|
|
Signals and Windows
|
|
|
|
===================
|
|
|
|
The SIGHUP signal does not exist on Windows and does not need to be handled.
|
|
|
|
|
|
|
|
Windows handles SIGFPE and SIGSEGV signals as expected.
|
|
|
|
|
|
|
|
Cntl+C interrupts (mapped to SIGINT by Windows' POSIX compatability layer)
|
|
|
|
cause a new thread to be spawned. This may well result in unexpected
|
|
|
|
behaviour by the single-threaded LyX.
|
|
|
|
|
|
|
|
SIGTERM signals will come only from another process actually sending
|
|
|
|
that signal using 'raise' in Windows' POSIX compatability layer. It will
|
|
|
|
not come from the general "terminate process" methods that everyone
|
|
|
|
actually uses (and which can't be trapped). Killing an app 'politely' on
|
|
|
|
Windows involves first sending a WM_CLOSE message, something that is
|
|
|
|
caught already by the Qt frontend.
|
|
|
|
|
|
|
|
For more information see:
|
|
|
|
|
|
|
|
http://aspn.activestate.com/ASPN/Mail/Message/ActiveTcl/2034055
|
|
|
|
...signals are mostly useless on Windows for a variety of reasons that are
|
|
|
|
Windows specific...
|
|
|
|
|
|
|
|
'UNIX Application Migration Guide, Chapter 9'
|
|
|
|
http://msdn.microsoft.com/library/en-us/dnucmg/html/UCMGch09.asp
|
|
|
|
|
|
|
|
'How To Terminate an Application "Cleanly" in Win32'
|
|
|
|
http://support.microsoft.com/default.aspx?scid=kb;en-us;178893
|
|
|
|
*/
|
2001-09-09 22:02:19 +00:00
|
|
|
extern "C" {
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
static void error_handler(int err_sig)
|
2001-09-09 22:02:19 +00:00
|
|
|
{
|
|
|
|
switch (err_sig) {
|
2005-01-19 14:18:10 +00:00
|
|
|
#ifdef SIGHUP
|
2001-09-09 22:02:19 +00:00
|
|
|
case SIGHUP:
|
|
|
|
lyxerr << "\nlyx: SIGHUP signal caught" << endl;
|
|
|
|
break;
|
2005-01-19 14:18:10 +00:00
|
|
|
#endif
|
2001-09-09 22:02:19 +00:00
|
|
|
case SIGINT:
|
|
|
|
// no comments
|
|
|
|
break;
|
|
|
|
case SIGFPE:
|
|
|
|
lyxerr << "\nlyx: SIGFPE signal caught" << endl;
|
|
|
|
break;
|
|
|
|
case SIGSEGV:
|
|
|
|
lyxerr << "\nlyx: SIGSEGV signal caught" << endl;
|
|
|
|
lyxerr <<
|
2001-10-30 17:05:57 +00:00
|
|
|
"Sorry, you have found a bug in LyX. "
|
2002-03-21 17:27:08 +00:00
|
|
|
"Please read the bug-reporting instructions "
|
2001-10-30 17:05:57 +00:00
|
|
|
"in Help->Introduction and send us a bug report, "
|
|
|
|
"if necessary. Thanks !" << endl;
|
2001-09-09 22:02:19 +00:00
|
|
|
break;
|
|
|
|
case SIGTERM:
|
|
|
|
// no comments
|
|
|
|
break;
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-09-09 22:02:19 +00:00
|
|
|
// Deinstall the signal handlers
|
2005-01-19 14:18:10 +00:00
|
|
|
#ifdef SIGHUP
|
2001-09-09 22:02:19 +00:00
|
|
|
signal(SIGHUP, SIG_DFL);
|
2005-01-19 14:18:10 +00:00
|
|
|
#endif
|
2001-09-09 22:02:19 +00:00
|
|
|
signal(SIGINT, SIG_DFL);
|
|
|
|
signal(SIGFPE, SIG_DFL);
|
|
|
|
signal(SIGSEGV, SIG_DFL);
|
|
|
|
signal(SIGTERM, SIG_DFL);
|
|
|
|
|
2001-10-19 15:13:49 +00:00
|
|
|
LyX::emergencyCleanup();
|
2001-09-09 22:02:19 +00:00
|
|
|
|
|
|
|
lyxerr << "Bye." << endl;
|
2005-01-19 14:18:10 +00:00
|
|
|
#ifdef SIGHUP
|
2002-03-21 17:27:08 +00:00
|
|
|
if (err_sig!= SIGHUP &&
|
2001-09-09 22:02:19 +00:00
|
|
|
(!GetEnv("LYXDEBUG").empty() || err_sig == SIGSEGV))
|
2005-01-19 14:18:10 +00:00
|
|
|
#else
|
|
|
|
if (err_sig == SIGSEGV || !GetEnv("LYXDEBUG").empty())
|
|
|
|
#endif
|
2001-09-09 22:02:19 +00:00
|
|
|
lyx::abort();
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-05-17 15:11:01 +00:00
|
|
|
void LyX::init(bool gui)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2005-01-19 14:18:10 +00:00
|
|
|
#ifdef SIGHUP
|
2000-05-21 18:40:10 +00:00
|
|
|
signal(SIGHUP, error_handler);
|
2005-01-19 14:18:10 +00:00
|
|
|
#endif
|
2000-05-21 18:40:10 +00:00
|
|
|
signal(SIGFPE, error_handler);
|
|
|
|
signal(SIGSEGV, error_handler);
|
|
|
|
signal(SIGINT, error_handler);
|
|
|
|
signal(SIGTERM, error_handler);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
lyx::Package const & package = lyx::package();
|
2002-08-07 23:43:38 +00:00
|
|
|
|
2005-01-13 10:09:46 +00:00
|
|
|
#if !defined (USE_POSIX_PACKAGING)
|
|
|
|
// Add the directory containing the LyX executable to the path
|
|
|
|
// so that LyX can find things like reLyX.
|
2005-01-28 15:13:01 +00:00
|
|
|
if (package.build_support().empty())
|
|
|
|
prependEnvPath("PATH", package.binary_dir());
|
2005-01-10 19:17:37 +00:00
|
|
|
#endif
|
2000-05-29 15:29:50 +00:00
|
|
|
|
2001-01-09 13:58:48 +00:00
|
|
|
// Check that user LyX directory is ok. We don't do that if
|
|
|
|
// running in batch mode.
|
2005-01-28 15:13:01 +00:00
|
|
|
bool reconfigure = false;
|
2001-08-08 08:26:09 +00:00
|
|
|
if (gui) {
|
2005-01-28 15:13:01 +00:00
|
|
|
reconfigure = queryUserLyXDir(package.explicit_user_support());
|
2001-08-08 08:26:09 +00:00
|
|
|
} else {
|
2001-01-11 14:55:36 +00:00
|
|
|
first_start = false;
|
2001-08-08 08:26:09 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
//
|
|
|
|
// Shine up lyxrc defaults
|
2005-01-10 19:17:37 +00:00
|
|
|
|
|
|
|
lyxrc.tempdir_path = package.temp_dir();
|
|
|
|
lyxrc.document_path = package.document_dir();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// Default template path: system_dir/templates
|
2001-12-28 13:26:54 +00:00
|
|
|
if (lyxrc.template_path.empty()) {
|
2005-01-10 19:17:37 +00:00
|
|
|
lyxrc.template_path =
|
|
|
|
AddPath(package.system_support(), "templates");
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Default lastfiles file: $HOME/.lyx/lastfiles
|
2001-12-28 13:26:54 +00:00
|
|
|
if (lyxrc.lastfiles.empty()) {
|
2005-01-10 19:17:37 +00:00
|
|
|
lyxrc.lastfiles = AddName(package.user_support(),
|
|
|
|
"lastfiles");
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2000-03-20 16:37:50 +00:00
|
|
|
// Disable gui when either lyxrc or easyparse says so
|
|
|
|
if (!gui)
|
|
|
|
lyxrc.use_gui = false;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
//
|
|
|
|
// Read configuration files
|
|
|
|
//
|
|
|
|
|
2001-06-28 10:25:20 +00:00
|
|
|
readRcFile("lyxrc.defaults");
|
2000-10-10 14:17:33 +00:00
|
|
|
system_lyxrc = lyxrc;
|
2000-11-06 11:20:22 +00:00
|
|
|
system_formats = formats;
|
2000-11-13 10:35:02 +00:00
|
|
|
system_converters = converters;
|
2000-11-15 18:02:45 +00:00
|
|
|
system_lcolor = lcolor;
|
2000-11-06 11:20:22 +00:00
|
|
|
|
2000-07-24 21:49:58 +00:00
|
|
|
// If there is a preferences file we read that instead
|
|
|
|
// of the old lyxrc file.
|
2001-06-28 10:25:20 +00:00
|
|
|
if (!readRcFile("preferences"))
|
|
|
|
readRcFile("lyxrc");
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-06-28 10:25:20 +00:00
|
|
|
readEncodingsFile("encodings");
|
|
|
|
readLanguagesFile("languages");
|
2000-10-10 12:36:36 +00:00
|
|
|
|
|
|
|
// Load the layouts
|
|
|
|
lyxerr[Debug::INIT] << "Reading layouts..." << endl;
|
|
|
|
LyXSetStyle();
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Ensure that we have really read a bind file, so that LyX is
|
|
|
|
// usable.
|
2000-12-11 13:41:21 +00:00
|
|
|
lyxrc.readBindFileIfNeeded();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
// Read menus
|
2001-06-28 10:25:20 +00:00
|
|
|
readUIFile(lyxrc.ui_file);
|
2000-05-10 11:50:11 +00:00
|
|
|
|
1999-10-07 18:44:17 +00:00
|
|
|
if (lyxerr.debugging(Debug::LYXRC)) {
|
2000-03-12 10:35:05 +00:00
|
|
|
lyxrc.print();
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2005-02-13 17:12:31 +00:00
|
|
|
if (!lyxrc.path_prefix.empty())
|
|
|
|
prependEnvPath("PATH", lyxrc.path_prefix);
|
2005-01-28 15:13:01 +00:00
|
|
|
|
|
|
|
// Having reset the PATH we're now in a position to run configure
|
|
|
|
// if necessary.
|
|
|
|
if (reconfigure)
|
|
|
|
reconfigureUserLyXDir();
|
|
|
|
|
|
|
|
FileInfo fi(lyxrc.document_path);
|
|
|
|
if (fi.isOK() && fi.isDir())
|
|
|
|
package.document_dir() = lyxrc.document_path;
|
2005-01-10 19:17:37 +00:00
|
|
|
|
|
|
|
package.temp_dir() = CreateLyXTmpDir(lyxrc.tempdir_path);
|
2005-01-28 15:13:01 +00:00
|
|
|
if (package.temp_dir().empty()) {
|
|
|
|
#if USE_BOOST_FORMAT
|
|
|
|
boost::format const fmt =
|
|
|
|
boost::format(_("Could not create a temporary directory in\n"
|
|
|
|
"%1$s. Make sure that this\n"
|
|
|
|
"path exists and is writable and try again."))
|
|
|
|
% lyxrc.tempdir_path;
|
|
|
|
string const message = fmt.str();
|
|
|
|
#else
|
|
|
|
string const message =
|
|
|
|
_("Could not create a temporary directory in\n") +
|
|
|
|
lyxrc.tempdir_path +
|
|
|
|
_(". Make sure that this\n"
|
|
|
|
"path exists and is writable and try again.");
|
|
|
|
#endif
|
|
|
|
|
|
|
|
Alert::alert(_("Could not create temporary directory"), message);
|
|
|
|
// createLyXTmpDir() tries sufficiently hard to create a
|
|
|
|
// usable temp dir, so the probability to come here is
|
|
|
|
// close to zero. We therefore don't try to overcome this
|
|
|
|
// problem with e.g. asking the user for a new path and
|
|
|
|
// trying again but simply exit.
|
|
|
|
exit(EXIT_FAILURE);
|
|
|
|
}
|
|
|
|
|
1999-10-07 18:44:17 +00:00
|
|
|
if (lyxerr.debugging(Debug::INIT)) {
|
2005-01-10 19:17:37 +00:00
|
|
|
lyxerr << "LyX tmp dir: `" << package.temp_dir() << '\''
|
|
|
|
<< endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr[Debug::INIT] << "Reading lastfiles `"
|
2002-03-21 17:27:08 +00:00
|
|
|
<< lyxrc.lastfiles << "'..." << endl;
|
|
|
|
lastfiles.reset(new LastFiles(lyxrc.lastfiles,
|
2001-12-18 03:30:35 +00:00
|
|
|
lyxrc.check_lastfiles,
|
|
|
|
lyxrc.num_lastfiles));
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
void LyX::defaultKeyBindings(kb_keymap * kbmap)
|
|
|
|
{
|
|
|
|
kbmap->bind("Right", LFUN_RIGHT);
|
|
|
|
kbmap->bind("Left", LFUN_LEFT);
|
|
|
|
kbmap->bind("Up", LFUN_UP);
|
|
|
|
kbmap->bind("Down", LFUN_DOWN);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
kbmap->bind("Tab", LFUN_TAB);
|
2005-03-21 11:02:41 +00:00
|
|
|
kbmap->bind("C-Tab", LFUN_TABINSERT); // ale970515
|
|
|
|
kbmap->bind("~S-ISO_Left_Tab", LFUN_SHIFT_TAB); // jbl 2001-23-02
|
|
|
|
kbmap->bind("~S-BackTab", LFUN_SHIFT_TAB); // jspitzm 2005-03-17
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
kbmap->bind("Home", LFUN_HOME);
|
|
|
|
kbmap->bind("End", LFUN_END);
|
|
|
|
kbmap->bind("Prior", LFUN_PRIOR);
|
|
|
|
kbmap->bind("Next", LFUN_NEXT);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
kbmap->bind("Return", LFUN_BREAKPARAGRAPH);
|
2001-05-29 09:50:02 +00:00
|
|
|
//kbmap->bind("~C-~S-~M-nobreakspace", LFUN_PROTECTEDSPACE);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
kbmap->bind("Delete", LFUN_DELETE);
|
|
|
|
kbmap->bind("BackSpace", LFUN_BACKSPACE);
|
2001-12-12 14:37:59 +00:00
|
|
|
|
|
|
|
// sub- and superscript -MV
|
|
|
|
kbmap->bind("~S-underscore", LFUN_SUBSCRIPT);
|
|
|
|
kbmap->bind("~S-asciicircum", LFUN_SUPERSCRIPT);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
// kbmap->bindings to enable the use of the numeric keypad
|
|
|
|
// e.g. Num Lock set
|
2001-05-29 09:50:02 +00:00
|
|
|
//kbmap->bind("KP_0", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_Decimal", LFUN_SELFINSERT);
|
2001-05-23 16:15:14 +00:00
|
|
|
kbmap->bind("KP_Enter", LFUN_BREAKPARAGRAPH);
|
2001-05-29 09:50:02 +00:00
|
|
|
//kbmap->bind("KP_1", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_2", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_3", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_4", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_5", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_6", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_Add", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_7", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_8", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_9", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_Divide", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_Multiply", LFUN_SELFINSERT);
|
|
|
|
//kbmap->bind("KP_Subtract", LFUN_SELFINSERT);
|
2001-05-29 14:16:39 +00:00
|
|
|
kbmap->bind("KP_Right", LFUN_RIGHT);
|
|
|
|
kbmap->bind("KP_Left", LFUN_LEFT);
|
|
|
|
kbmap->bind("KP_Up", LFUN_UP);
|
|
|
|
kbmap->bind("KP_Down", LFUN_DOWN);
|
|
|
|
kbmap->bind("KP_Home", LFUN_HOME);
|
|
|
|
kbmap->bind("KP_End", LFUN_END);
|
|
|
|
kbmap->bind("KP_Prior", LFUN_PRIOR);
|
|
|
|
kbmap->bind("KP_Next", LFUN_NEXT);
|
2000-05-10 11:50:11 +00:00
|
|
|
}
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
2001-10-19 15:13:49 +00:00
|
|
|
void LyX::emergencyCleanup()
|
|
|
|
{
|
|
|
|
// what to do about tmpfiles is non-obvious. we would
|
|
|
|
// like to delete any we find, but our lyxdir might
|
|
|
|
// contain documents etc. which might be helpful on
|
|
|
|
// a crash
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-10-19 15:13:49 +00:00
|
|
|
bufferlist.emergencyWriteAll();
|
|
|
|
if (lyxserver)
|
|
|
|
lyxserver->emergencyCleanup();
|
|
|
|
}
|
|
|
|
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
void LyX::deadKeyBindings(kb_keymap * kbmap)
|
|
|
|
{
|
|
|
|
// bindKeyings for transparent handling of deadkeys
|
|
|
|
// The keysyms are gotten from XFree86 X11R6
|
|
|
|
kbmap->bind("~C-~S-~M-dead_acute", LFUN_ACUTE);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_breve", LFUN_BREVE);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_caron", LFUN_CARON);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_cedilla", LFUN_CEDILLA);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_abovering", LFUN_CIRCLE);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_circumflex", LFUN_CIRCUMFLEX);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_abovedot", LFUN_DOT);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_grave", LFUN_GRAVE);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_doubleacute", LFUN_HUNG_UMLAUT);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_macron", LFUN_MACRON);
|
|
|
|
// nothing with this name
|
|
|
|
// kbmap->bind("~C-~S-~M-dead_special_caron", LFUN_SPECIAL_CARON);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_tilde", LFUN_TILDE);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_diaeresis", LFUN_UMLAUT);
|
|
|
|
// nothing with this name either...
|
|
|
|
//kbmap->bind("~C-~S-~M-dead_underbar", LFUN_UNDERBAR);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_belowdot", LFUN_UNDERDOT);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_tie", LFUN_TIE);
|
|
|
|
kbmap->bind("~C-~S-~M-dead_ogonek", LFUN_OGONEK);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-01-28 15:13:01 +00:00
|
|
|
bool LyX::queryUserLyXDir(bool explicit_userdir)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2005-01-28 15:13:01 +00:00
|
|
|
bool reconfigure = false;
|
2005-01-10 19:17:37 +00:00
|
|
|
lyx::Package const & package = lyx::package();
|
2002-10-07 13:31:37 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Does user directory exist?
|
2005-01-10 19:17:37 +00:00
|
|
|
string const & user_support = package.user_support();
|
|
|
|
FileInfo fileInfo(user_support);
|
1999-09-27 18:44:28 +00:00
|
|
|
if (fileInfo.isOK() && fileInfo.isDir()) {
|
|
|
|
first_start = false;
|
2005-01-28 15:13:01 +00:00
|
|
|
string const configure_script =
|
|
|
|
AddName(package.system_support(), "configure");
|
2002-10-07 13:31:37 +00:00
|
|
|
FileInfo script(configure_script);
|
2005-01-10 19:17:37 +00:00
|
|
|
FileInfo defaults(AddName(user_support, "lyxrc.defaults"));
|
2002-10-20 15:03:53 +00:00
|
|
|
if (defaults.isOK() && script.isOK()
|
|
|
|
&& defaults.getModificationTime() < script.getModificationTime()) {
|
2005-01-28 15:13:01 +00:00
|
|
|
reconfigure = true;
|
2002-10-07 13:31:37 +00:00
|
|
|
}
|
2005-01-28 15:13:01 +00:00
|
|
|
return reconfigure;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2002-08-11 16:27:10 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
first_start = !explicit_userdir;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
// If the user specified explicitly a directory, ask whether
|
2005-01-10 19:17:37 +00:00
|
|
|
// to create it. If the user says "no", then exit.
|
2001-07-20 09:38:19 +00:00
|
|
|
if (explicit_userdir &&
|
2005-01-10 19:17:37 +00:00
|
|
|
!Alert::askQuestion(
|
|
|
|
_("You have specified a non-existent user LyX directory."),
|
|
|
|
_("It is needed to keep your own configuration."),
|
|
|
|
_("Should I try to set it up for you? I'll exit if \"No\"."))) {
|
|
|
|
lyxerr << _("No user LyX directory. Exiting.") << endl;
|
|
|
|
exit(1);
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2002-11-24 15:20:31 +00:00
|
|
|
#if USE_BOOST_FORMAT
|
2005-01-28 15:13:01 +00:00
|
|
|
lyxerr << boost::format(_("LyX: Creating directory %1$s"))
|
|
|
|
% package.user_support()
|
2002-11-24 15:20:31 +00:00
|
|
|
<< endl;
|
|
|
|
#else
|
2005-01-10 19:17:37 +00:00
|
|
|
lyxerr << _("LyX: Creating directory ") << package.user_support()
|
2002-11-24 15:20:31 +00:00
|
|
|
<< endl;
|
|
|
|
#endif
|
2005-01-28 15:13:01 +00:00
|
|
|
reconfigure = true;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2005-01-10 19:17:37 +00:00
|
|
|
if (!createDirectory(package.user_support(), 0755)) {
|
|
|
|
// Failed, so let's exit.
|
|
|
|
lyxerr << _("Failed to create directory. Exiting.")
|
2002-11-24 15:20:31 +00:00
|
|
|
<< endl;
|
2005-01-10 19:17:37 +00:00
|
|
|
exit(1);
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2005-01-28 15:13:01 +00:00
|
|
|
return reconfigure;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-06-28 10:25:20 +00:00
|
|
|
bool LyX::readRcFile(string const & name)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr[Debug::INIT] << "About to read " << name << "..." << endl;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-08-08 08:26:09 +00:00
|
|
|
string const lyxrc_path = LibFileSearch(string(), name);
|
2002-02-16 15:59:55 +00:00
|
|
|
if (!lyxrc_path.empty()) {
|
2002-03-21 17:27:08 +00:00
|
|
|
lyxerr[Debug::INIT] << "Found " << name
|
1999-10-07 18:44:17 +00:00
|
|
|
<< " in " << lyxrc_path << endl;
|
2002-03-21 17:27:08 +00:00
|
|
|
if (lyxrc.read(lyxrc_path) < 0) {
|
2002-11-24 15:20:31 +00:00
|
|
|
#if USE_BOOST_FORMAT
|
2002-03-21 17:27:08 +00:00
|
|
|
Alert::alert(_("LyX Warning!"),
|
2002-11-21 18:33:09 +00:00
|
|
|
boost::io::str(boost::format(_("Error while reading %1$s.")) % lyxrc_path),
|
1999-09-27 18:44:28 +00:00
|
|
|
_("Using built-in defaults."));
|
2002-11-24 15:20:31 +00:00
|
|
|
#else
|
|
|
|
Alert::alert(_("LyX Warning!"),
|
|
|
|
_("Error while reading ") + lyxrc_path,
|
|
|
|
_("Using built-in defaults."));
|
|
|
|
#endif
|
2000-07-24 21:49:58 +00:00
|
|
|
return false;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2000-07-24 21:49:58 +00:00
|
|
|
return true;
|
2001-08-08 08:26:09 +00:00
|
|
|
} else {
|
2002-03-21 17:27:08 +00:00
|
|
|
lyxerr[Debug::INIT] << "Could not find " << name << endl;
|
2001-08-08 08:26:09 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-07-24 21:49:58 +00:00
|
|
|
return false;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
// Read the ui file `name'
|
2001-06-28 10:25:20 +00:00
|
|
|
void LyX::readUIFile(string const & name)
|
2000-07-24 13:53:19 +00:00
|
|
|
{
|
|
|
|
enum Uitags {
|
|
|
|
ui_menuset = 1,
|
|
|
|
ui_toolbar,
|
|
|
|
ui_last
|
|
|
|
};
|
|
|
|
|
2002-08-11 16:27:10 +00:00
|
|
|
struct keyword_item uitags[ui_last - 1] = {
|
2000-07-24 13:53:19 +00:00
|
|
|
{ "menuset", ui_menuset },
|
|
|
|
{ "toolbar", ui_toolbar }
|
|
|
|
};
|
|
|
|
|
|
|
|
lyxerr[Debug::INIT] << "About to read " << name << "..." << endl;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-08-08 08:26:09 +00:00
|
|
|
string const ui_path = LibFileSearch("ui", name, "ui");
|
2000-07-24 13:53:19 +00:00
|
|
|
|
|
|
|
if (ui_path.empty()) {
|
2002-03-21 17:27:08 +00:00
|
|
|
lyxerr[Debug::INIT] << "Could not find " << name << endl;
|
2000-10-10 12:36:36 +00:00
|
|
|
menubackend.defaults();
|
2000-07-24 13:53:19 +00:00
|
|
|
return;
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
lyxerr[Debug::INIT] << "Found " << name
|
|
|
|
<< " in " << ui_path << endl;
|
|
|
|
LyXLex lex(uitags, ui_last - 1);
|
|
|
|
lex.setFile(ui_path);
|
2001-08-07 07:36:56 +00:00
|
|
|
if (!lex.isOK()) {
|
2000-07-24 21:49:58 +00:00
|
|
|
lyxerr << "Unable to set LyXLeX for ui file: " << ui_path
|
|
|
|
<< endl;
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
if (lyxerr.debugging(Debug::PARSER))
|
|
|
|
lex.printTable(lyxerr);
|
|
|
|
|
2001-08-07 07:36:56 +00:00
|
|
|
while (lex.isOK()) {
|
2000-11-04 10:00:12 +00:00
|
|
|
switch (lex.lex()) {
|
2002-03-21 17:27:08 +00:00
|
|
|
case ui_menuset:
|
2000-07-24 13:53:19 +00:00
|
|
|
menubackend.read(lex);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case ui_toolbar:
|
|
|
|
toolbardefaults.read(lex);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2002-07-28 22:50:13 +00:00
|
|
|
if (!rtrim(lex.getString()).empty())
|
2001-05-03 15:38:24 +00:00
|
|
|
lex.printError("LyX::ReadUIFile: "
|
|
|
|
"Unknown menu tag: `$$Token'");
|
2000-07-24 13:53:19 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-10-10 12:36:36 +00:00
|
|
|
// Read the languages file `name'
|
2001-06-28 10:25:20 +00:00
|
|
|
void LyX::readLanguagesFile(string const & name)
|
2000-10-10 12:36:36 +00:00
|
|
|
{
|
|
|
|
lyxerr[Debug::INIT] << "About to read " << name << "..." << endl;
|
|
|
|
|
2001-08-08 08:26:09 +00:00
|
|
|
string const lang_path = LibFileSearch(string(), name);
|
2000-10-10 12:36:36 +00:00
|
|
|
if (lang_path.empty()) {
|
|
|
|
lyxerr[Debug::INIT] << "Could not find " << name << endl;
|
|
|
|
languages.setDefaults();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
languages.read(lang_path);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Read the encodings file `name'
|
2001-06-28 10:25:20 +00:00
|
|
|
void LyX::readEncodingsFile(string const & name)
|
2000-10-10 12:36:36 +00:00
|
|
|
{
|
|
|
|
lyxerr[Debug::INIT] << "About to read " << name << "..." << endl;
|
|
|
|
|
2001-08-08 08:26:09 +00:00
|
|
|
string const enc_path = LibFileSearch(string(), name);
|
2000-10-10 12:36:36 +00:00
|
|
|
if (enc_path.empty()) {
|
|
|
|
lyxerr[Debug::INIT] << "Could not find " << name << endl;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
encodings.read(enc_path);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-03-20 01:22:46 +00:00
|
|
|
namespace {
|
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
bool is_gui = true;
|
|
|
|
string batch;
|
|
|
|
|
|
|
|
/// return the the number of arguments consumed
|
2002-11-21 18:33:09 +00:00
|
|
|
typedef boost::function<int(string const &, string const &)> cmd_helper;
|
2002-08-07 23:43:38 +00:00
|
|
|
|
|
|
|
int parse_dbg(string const & arg, string const &)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2002-08-07 23:43:38 +00:00
|
|
|
if (arg.empty()) {
|
|
|
|
lyxerr << _("List of supported debug flags:") << endl;
|
|
|
|
Debug::showTags(lyxerr);
|
|
|
|
exit(0);
|
|
|
|
}
|
2002-11-24 15:20:31 +00:00
|
|
|
#if USE_BOOST_FORMAT
|
|
|
|
lyxerr << boost::format(_("Setting debug level to %1$s"))
|
|
|
|
% arg
|
|
|
|
<< endl;
|
|
|
|
#else
|
|
|
|
lyxerr << _("Setting debug level to ") << arg << endl;
|
|
|
|
#endif
|
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
lyxerr.level(Debug::value(arg));
|
1999-12-13 15:31:52 +00:00
|
|
|
Debug::showLevel(lyxerr, lyxerr.level());
|
2002-08-07 23:43:38 +00:00
|
|
|
return 1;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
int parse_help(string const &, string const &)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr <<
|
|
|
|
_("Usage: lyx [ command line switches ] [ name.lyx ... ]\n"
|
|
|
|
"Command line switches (case sensitive):\n"
|
2000-07-04 20:32:37 +00:00
|
|
|
"\t-help summarize LyX usage\n"
|
|
|
|
"\t-userdir dir try to set user directory to dir\n"
|
|
|
|
"\t-sysdir dir try to set system directory to dir\n"
|
2000-07-05 20:16:38 +00:00
|
|
|
"\t-geometry WxH+X+Y set geometry of the main window\n"
|
2002-03-21 17:27:08 +00:00
|
|
|
"\t-dbg feature[,feature]...\n"
|
|
|
|
" select the features to debug.\n"
|
|
|
|
" Type `lyx -dbg' to see the list of features\n"
|
2000-11-30 18:11:54 +00:00
|
|
|
"\t-x [--execute] command\n"
|
|
|
|
" where command is a lyx command.\n"
|
|
|
|
"\t-e [--export] fmt\n"
|
|
|
|
" where fmt is the export format of choice.\n"
|
|
|
|
"\t-i [--import] fmt file.xxx\n"
|
|
|
|
" where fmt is the import format of choice\n"
|
|
|
|
" and file.xxx is the file to be imported.\n"
|
2001-09-11 13:13:03 +00:00
|
|
|
"\t-version summarize version and build info\n"
|
2000-11-30 18:11:54 +00:00
|
|
|
"Check the LyX man page for more details.") << endl;
|
2002-08-07 23:43:38 +00:00
|
|
|
exit(0);
|
|
|
|
return 0;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
int parse_version(string const &, string const &)
|
2001-09-11 13:13:03 +00:00
|
|
|
{
|
2001-10-03 15:49:32 +00:00
|
|
|
lyxerr << "LyX " << lyx_version
|
|
|
|
<< " of " << lyx_release_date << endl;
|
2001-09-11 13:13:03 +00:00
|
|
|
lyxerr << "Built on " << __DATE__ << ", " << __TIME__ << endl;
|
|
|
|
|
2001-10-03 15:49:32 +00:00
|
|
|
lyxerr << lyx_version_info << endl;
|
2002-08-07 23:43:38 +00:00
|
|
|
exit(0);
|
|
|
|
return 0;
|
2001-09-11 13:13:03 +00:00
|
|
|
}
|
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
int parse_sysdir(string const & arg, string const &)
|
|
|
|
{
|
|
|
|
if (arg.empty()) {
|
|
|
|
lyxerr << _("Missing directory for -sysdir switch") << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
2005-01-10 19:17:37 +00:00
|
|
|
cl_system_support = arg;
|
2002-08-07 23:43:38 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
int parse_userdir(string const & arg, string const &)
|
|
|
|
{
|
|
|
|
if (arg.empty()) {
|
|
|
|
lyxerr << _("Missing directory for -userdir switch") << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
2005-01-10 19:17:37 +00:00
|
|
|
cl_user_support = arg;
|
2002-08-07 23:43:38 +00:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
int parse_execute(string const & arg, string const &)
|
|
|
|
{
|
|
|
|
if (arg.empty()) {
|
|
|
|
lyxerr << _("Missing command string after --execute switch") << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
batch = arg;
|
|
|
|
// Argh. Setting gui to false segfaults..
|
|
|
|
// FIXME: when ? how ?
|
|
|
|
// is_gui = false;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
int parse_export(string const & type, string const &)
|
|
|
|
{
|
|
|
|
if (type.empty()) {
|
|
|
|
lyxerr << _("Missing file type [eg latex, ps...] after "
|
|
|
|
"--export switch") << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
batch = "buffer-export " + type;
|
|
|
|
is_gui = false;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
int parse_import(string const & type, string const & file)
|
|
|
|
{
|
|
|
|
if (type.empty()) {
|
|
|
|
lyxerr << _("Missing file type [eg latex, ps...] after "
|
|
|
|
"--import switch") << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
if (file.empty()) {
|
|
|
|
lyxerr << _("Missing filename for --import") << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
|
2002-11-27 10:30:28 +00:00
|
|
|
batch = "buffer-import " + type + ' ' + file;
|
2002-08-07 23:43:38 +00:00
|
|
|
return 2;
|
|
|
|
}
|
2001-09-11 13:13:03 +00:00
|
|
|
|
2001-03-20 01:22:46 +00:00
|
|
|
} // namespace anon
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
bool LyX::easyParse(int & argc, char * argv[])
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2002-08-07 23:43:38 +00:00
|
|
|
std::map<string, cmd_helper> cmdmap;
|
|
|
|
|
|
|
|
cmdmap["-dbg"] = parse_dbg;
|
|
|
|
cmdmap["-help"] = parse_help;
|
|
|
|
cmdmap["--help"] = parse_help;
|
|
|
|
cmdmap["-version"] = parse_version;
|
|
|
|
cmdmap["--version"] = parse_version;
|
|
|
|
cmdmap["-sysdir"] = parse_sysdir;
|
|
|
|
cmdmap["-userdir"] = parse_userdir;
|
|
|
|
cmdmap["-x"] = parse_execute;
|
|
|
|
cmdmap["--execute"] = parse_execute;
|
|
|
|
cmdmap["-e"] = parse_export;
|
|
|
|
cmdmap["--export"] = parse_export;
|
|
|
|
cmdmap["-i"] = parse_import;
|
|
|
|
cmdmap["--import"] = parse_import;
|
1999-12-10 00:07:59 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
for (int i = 1; i < argc; ++i) {
|
|
|
|
std::map<string, cmd_helper>::const_iterator it
|
|
|
|
= cmdmap.find(argv[i]);
|
2000-05-29 15:29:50 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
// don't complain if not found - may be parsed later
|
|
|
|
if (it == cmdmap.end())
|
|
|
|
continue;
|
2000-05-29 15:29:50 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
string arg((i + 1 < argc) ? argv[i + 1] : "");
|
|
|
|
string arg2((i + 2 < argc) ? argv[i + 2] : "");
|
2002-08-11 16:27:10 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
int const remove = 1 + it->second(arg, arg2);
|
|
|
|
|
|
|
|
// Now, remove used arguments by shifting
|
|
|
|
// the following ones remove places down.
|
|
|
|
argc -= remove;
|
|
|
|
for (int j = i; j < argc; ++j)
|
|
|
|
argv[j] = argv[j + remove];
|
|
|
|
--i;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2000-04-28 11:18:04 +00:00
|
|
|
|
2002-08-07 23:43:38 +00:00
|
|
|
batch_command = batch;
|
|
|
|
|
|
|
|
return is_gui;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|