1999-09-27 18:44:28 +00:00
|
|
|
/* This file is part of
|
2002-03-21 17:27:08 +00:00
|
|
|
* ======================================================
|
|
|
|
*
|
1999-10-02 16:21:10 +00:00
|
|
|
* LyX, The Document Processor
|
2002-03-21 17:27:08 +00:00
|
|
|
*
|
1999-11-04 01:40:20 +00:00
|
|
|
* Copyright 1995 Matthias Ettrich
|
2001-05-30 13:53:44 +00:00
|
|
|
* Copyright 1995-2001 The LyX Team.
|
1999-10-02 16:21:10 +00:00
|
|
|
*
|
1999-11-15 12:01:38 +00:00
|
|
|
* ====================================================== */
|
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
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma implementation
|
|
|
|
#endif
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "lyx_main.h"
|
|
|
|
#include "lyx_gui.h"
|
2000-04-28 11:18:04 +00:00
|
|
|
#include "LyXView.h"
|
|
|
|
#include "lyxfunc.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "lyxrc.h"
|
2001-07-29 15:34:18 +00:00
|
|
|
#include "buffer.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "bufferlist.h"
|
1999-10-07 18:44:17 +00:00
|
|
|
#include "debug.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "lastfiles.h"
|
|
|
|
#include "intl.h"
|
|
|
|
#include "lyxserver.h"
|
2001-12-28 13:26:54 +00:00
|
|
|
//#include "layout.h"
|
|
|
|
#include "lyxtextclasslist.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "gettext.h"
|
2000-02-04 09:38:32 +00:00
|
|
|
#include "kbmap.h"
|
2000-09-14 17:53:12 +00:00
|
|
|
#include "MenuBackend.h"
|
2000-07-24 13:53:19 +00:00
|
|
|
#include "ToolbarDefaults.h"
|
|
|
|
#include "lyxlex.h"
|
2000-10-10 12:36:36 +00:00
|
|
|
#include "encoding.h"
|
2000-10-16 13:27:56 +00:00
|
|
|
#include "converter.h"
|
2001-04-06 12:35:59 +00:00
|
|
|
#include "language.h"
|
2001-12-28 13:26:54 +00:00
|
|
|
|
|
|
|
#include "frontends/Alert.h"
|
|
|
|
#include "frontends/GUIRunTime.h"
|
|
|
|
|
|
|
|
#include "support/path.h"
|
|
|
|
#include "support/filetools.h"
|
|
|
|
#include "support/FileInfo.h"
|
2001-05-17 15:11:01 +00:00
|
|
|
#include "support/os.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-12-28 13:26:54 +00:00
|
|
|
#include <cstdlib>
|
|
|
|
#include <csignal>
|
|
|
|
|
2000-03-28 02:18:55 +00:00
|
|
|
using std::endl;
|
|
|
|
|
2001-05-02 10:47:07 +00:00
|
|
|
#ifndef CXX_GLOBAL_CSTD
|
|
|
|
using std::signal;
|
|
|
|
#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
|
|
|
|
1999-10-02 16:21:10 +00:00
|
|
|
string system_lyxdir;
|
|
|
|
string build_lyxdir;
|
|
|
|
string system_tempdir;
|
|
|
|
string user_lyxdir; // Default $HOME/.lyx
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// Should this be kept global? Asger says Yes.
|
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;
|
|
|
|
|
1999-11-04 01:40:20 +00:00
|
|
|
LyXServer * lyxserver = 0;
|
1999-09-27 18:44:28 +00:00
|
|
|
// this should be static, but I need it in buffer.C
|
|
|
|
bool finished = false; // flag, that we are quitting the program
|
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
|
|
1999-11-04 01:40:20 +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"
|
|
|
|
bool gui = easyParse(argc, argv);
|
|
|
|
|
|
|
|
// 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
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Make the GUI object, and let it take care of the
|
|
|
|
// command line arguments that concerns it.
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INIT] << "Initializing LyXGUI..." << endl;
|
2001-12-18 03:30:35 +00:00
|
|
|
lyxGUI.reset(new LyXGUI(this, argc, argv, gui));
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INIT] << "Initializing LyXGUI...done" << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-05-29 15:29:50 +00:00
|
|
|
// Now the GUI and LyX have taken care of their arguments, so
|
|
|
|
// the only thing left on the command line should be
|
|
|
|
// filenames. Let's check anyway.
|
|
|
|
for (int argi = 1; argi < *argc ; ++argi) {
|
|
|
|
if (argv[argi][0] == '-') {
|
|
|
|
lyxerr << _("Wrong command line option `")
|
|
|
|
<< argv[argi]
|
|
|
|
<< _("'. Exiting.") << endl;
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
}
|
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;
|
2001-05-17 15:11:01 +00:00
|
|
|
init(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
|
|
|
|
|
|
|
lyxGUI->init();
|
|
|
|
|
|
|
|
// Load the files specified in the command line.
|
2002-03-21 17:27:08 +00:00
|
|
|
if ((*argc) == 2)
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INFO] << "Opening document..." << endl;
|
2000-02-04 09:38:32 +00:00
|
|
|
else if ((*argc) > 2)
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INFO] << "Opening documents..." << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-11-04 01:40:20 +00:00
|
|
|
Buffer * last_loaded = 0;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
for (int argi = (*argc) - 1; argi >= 1; --argi) {
|
1999-09-27 18:44:28 +00:00
|
|
|
Buffer * loadb = bufferlist.loadLyXFile(argv[argi]);
|
|
|
|
if (loadb != 0) {
|
|
|
|
last_loaded = loadb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (first_start) {
|
2001-08-08 08:26:09 +00:00
|
|
|
string const splash =
|
|
|
|
i18nLibFileSearch("examples", "splash.lyx");
|
2000-05-26 10:49:22 +00:00
|
|
|
lyxerr[Debug::INIT] << "Opening splash document "
|
1999-10-07 18:44:17 +00:00
|
|
|
<< splash << "..." << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
Buffer * loadb = bufferlist.loadLyXFile(splash);
|
|
|
|
if (loadb != 0) {
|
|
|
|
last_loaded = loadb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1999-10-02 16:21:10 +00:00
|
|
|
if (last_loaded != 0) {
|
2000-05-26 10:49:22 +00:00
|
|
|
lyxerr[Debug::INIT] << "Yes we loaded some files." << endl;
|
2000-03-20 16:37:50 +00:00
|
|
|
if (lyxrc.use_gui)
|
|
|
|
lyxGUI->regBuf(last_loaded);
|
1999-09-27 18:44:28 +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()) {
|
2000-09-26 13:54:57 +00:00
|
|
|
lyxerr << "About to handle -x '"
|
|
|
|
<< batch_command << "'" << endl;
|
2000-04-28 11:18:04 +00:00
|
|
|
|
|
|
|
// no buffer loaded, create one
|
|
|
|
if (!last_loaded)
|
|
|
|
last_loaded = bufferlist.newFile("tmpfile", string());
|
|
|
|
|
|
|
|
// try to dispatch to last loaded buffer first
|
2001-06-28 10:25:20 +00:00
|
|
|
bool dispatched = last_loaded->dispatch(batch_command);
|
2000-04-28 11:18:04 +00:00
|
|
|
|
2002-03-21 17:27:08 +00:00
|
|
|
// if this was successful, return.
|
2000-04-28 11:18:04 +00:00
|
|
|
// Maybe we could do something more clever than aborting...
|
|
|
|
if (dispatched) {
|
|
|
|
lyxerr << "We are done!" << endl;
|
2000-09-11 15:42:17 +00:00
|
|
|
QuitLyX();
|
2000-04-28 11:18:04 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// otherwise, let the GUI handle the batch command
|
|
|
|
lyxGUI->regBuf(last_loaded);
|
2002-01-12 20:00:47 +00:00
|
|
|
lyxGUI->getLyXView()->getLyXFunc()->verboseDispatch(batch_command, false);
|
2000-04-28 11:18:04 +00:00
|
|
|
|
|
|
|
// fall through...
|
1999-12-10 00:07:59 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Let the ball begin...
|
|
|
|
lyxGUI->runTime();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// A destructor is always necessary (asierra-970604)
|
|
|
|
LyX::~LyX()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-09-09 22:02:19 +00:00
|
|
|
extern "C" {
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-09-09 22:02:19 +00:00
|
|
|
static
|
|
|
|
void error_handler(int err_sig)
|
|
|
|
{
|
|
|
|
switch (err_sig) {
|
|
|
|
case SIGHUP:
|
|
|
|
lyxerr << "\nlyx: SIGHUP signal caught" << endl;
|
|
|
|
break;
|
|
|
|
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
|
|
|
|
signal(SIGHUP, SIG_DFL);
|
|
|
|
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;
|
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))
|
|
|
|
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
|
|
|
{
|
|
|
|
// Install the signal handlers
|
2000-05-21 18:40:10 +00:00
|
|
|
signal(SIGHUP, error_handler);
|
|
|
|
signal(SIGFPE, error_handler);
|
|
|
|
signal(SIGSEGV, error_handler);
|
|
|
|
signal(SIGINT, error_handler);
|
|
|
|
signal(SIGTERM, error_handler);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// Determine path of binary
|
|
|
|
//
|
|
|
|
|
2001-05-17 15:11:01 +00:00
|
|
|
string binpath = os::binpath();
|
|
|
|
string binname = os::binname();
|
2002-01-14 23:31:23 +00:00
|
|
|
string fullbinname = MakeAbsPath(binname, binpath);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
if (binpath.empty()) {
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << _("Warning: could not determine path of binary.")
|
|
|
|
<< "\n"
|
|
|
|
<< _("If you have problems, try starting LyX with an absolute path.")
|
|
|
|
<< endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2002-01-14 23:31:23 +00:00
|
|
|
lyxerr[Debug::INIT] << "Name of binary: " << binname << endl;
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INIT] << "Path of binary: " << binpath << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// Determine system directory.
|
|
|
|
//
|
|
|
|
|
|
|
|
// Directories are searched in this order:
|
|
|
|
// 1) -sysdir command line parameter
|
2002-04-02 11:55:36 +00:00
|
|
|
// 2) LYX_DIR_12x environment variable
|
1999-09-27 18:44:28 +00:00
|
|
|
// 3) Maybe <path of binary>/TOP_SRCDIR/lib
|
|
|
|
// 4) <path of binary>/../share/<name of binary>/
|
|
|
|
// 4a) repeat 4 after following the Symlink if <path of
|
|
|
|
// binary> is a symbolic link.
|
|
|
|
// 5) hardcoded lyx_dir
|
|
|
|
// The directory is checked for the presence of the file
|
|
|
|
// "chkconfig.ltx", and if that is present, the directory
|
|
|
|
// is accepted as the system directory.
|
|
|
|
// If no chkconfig.ltx file is found, a warning is given,
|
|
|
|
// and the hardcoded lyx_dir is used.
|
|
|
|
|
|
|
|
// If we had a command line switch, system_lyxdir is already set
|
1999-10-02 16:21:10 +00:00
|
|
|
string searchpath;
|
|
|
|
if (!system_lyxdir.empty())
|
1999-11-15 12:01:38 +00:00
|
|
|
searchpath= MakeAbsPath(system_lyxdir) + ';';
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-04-02 11:55:36 +00:00
|
|
|
// LYX_DIR_12x environment variable
|
|
|
|
string const lyxdir = GetEnvPath("LYX_DIR_12x");
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
if (!lyxdir.empty()) {
|
2002-04-02 11:55:36 +00:00
|
|
|
lyxerr[Debug::INIT] << "LYX_DIR_12x: " << lyxdir << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
searchpath += lyxdir + ';';
|
|
|
|
}
|
|
|
|
|
2002-01-14 23:31:23 +00:00
|
|
|
string fullbinpath = binpath;
|
|
|
|
FileInfo file(fullbinname, true);
|
|
|
|
if (file.isLink()) {
|
|
|
|
lyxerr[Debug::INIT] << "binary is a link" << endl;
|
|
|
|
string link;
|
|
|
|
if (LyXReadLink(fullbinname, link)) {
|
|
|
|
// Path of binary/../share/name of binary/
|
|
|
|
searchpath += NormalizePath(AddPath(binpath,
|
2002-03-21 17:27:08 +00:00
|
|
|
"../share/")
|
2002-01-14 23:31:23 +00:00
|
|
|
+ OnlyFilename(binname));
|
|
|
|
searchpath += ';';
|
|
|
|
fullbinpath = link;
|
|
|
|
binpath = MakeAbsPath(OnlyPath(fullbinpath));
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
|
|
bool followlink;
|
1999-09-27 18:44:28 +00:00
|
|
|
do {
|
2002-01-14 23:31:23 +00:00
|
|
|
// Path of binary/../share/name of binary/
|
2002-03-21 17:27:08 +00:00
|
|
|
searchpath += NormalizePath(AddPath(binpath, "../share/") +
|
1999-09-27 18:44:28 +00:00
|
|
|
OnlyFilename(binname)) + ';';
|
|
|
|
|
2002-01-14 23:31:23 +00:00
|
|
|
// Follow Symlinks
|
1999-11-15 12:01:38 +00:00
|
|
|
FileInfo file(fullbinpath, true);
|
2001-06-01 10:53:24 +00:00
|
|
|
followlink = file.isLink();
|
|
|
|
if (followlink) {
|
2002-01-14 23:31:23 +00:00
|
|
|
lyxerr << " directory " << fullbinpath
|
|
|
|
<< " is a link" << endl;
|
2001-06-01 10:53:24 +00:00
|
|
|
string link;
|
|
|
|
if (LyXReadLink(fullbinpath, link)) {
|
|
|
|
fullbinpath = link;
|
1999-09-27 18:44:28 +00:00
|
|
|
binpath = MakeAbsPath(OnlyPath(fullbinpath));
|
|
|
|
}
|
|
|
|
else {
|
2001-06-01 10:53:24 +00:00
|
|
|
followlink = false;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
}
|
2001-06-01 10:53:24 +00:00
|
|
|
} while (followlink);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-01-14 23:31:23 +00:00
|
|
|
// <path of binary>/TOP_SRCDIR/lib
|
|
|
|
build_lyxdir = MakeAbsPath("../lib", binpath);
|
|
|
|
if (!FileSearch(build_lyxdir, "lyxrc.defaults").empty()) {
|
|
|
|
searchpath += MakeAbsPath(AddPath(TOP_SRCDIR, "lib"),
|
|
|
|
binpath) + ';';
|
|
|
|
lyxerr[Debug::INIT] << "Checking whether LyX is run in "
|
|
|
|
"place... yes" << endl;
|
|
|
|
} else {
|
|
|
|
lyxerr[Debug::INIT]
|
|
|
|
<< "Checking whether LyX is run in place... no"
|
|
|
|
<< endl;
|
|
|
|
build_lyxdir.erase();
|
|
|
|
}
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Hardcoded dir
|
|
|
|
searchpath += LYX_DIR;
|
|
|
|
|
|
|
|
// If debugging, show complete search path
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr[Debug::INIT] << "System directory search path: "
|
|
|
|
<< searchpath << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-10-02 16:21:10 +00:00
|
|
|
string const filename = "chkconfig.ltx";
|
2001-08-08 08:26:09 +00:00
|
|
|
string const temp = FileOpenSearch(searchpath, filename, string());
|
1999-09-27 18:44:28 +00:00
|
|
|
system_lyxdir = OnlyPath(temp);
|
|
|
|
|
|
|
|
// Reduce "path/../path" stuff out of system directory
|
|
|
|
system_lyxdir = NormalizePath(system_lyxdir);
|
|
|
|
|
|
|
|
bool path_shown = false;
|
|
|
|
|
|
|
|
// Warn if environment variable is set, but unusable
|
|
|
|
if (!lyxdir.empty()) {
|
|
|
|
if (system_lyxdir != NormalizePath(lyxdir)) {
|
2002-04-02 11:55:36 +00:00
|
|
|
lyxerr <<_("LYX_DIR_12x environment variable no good.")
|
1999-10-07 18:44:17 +00:00
|
|
|
<< '\n'
|
2002-03-21 17:27:08 +00:00
|
|
|
<< _("System directory set to: ")
|
1999-10-07 18:44:17 +00:00
|
|
|
<< system_lyxdir << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
path_shown = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Warn the user if we couldn't find "chkconfig.ltx"
|
1999-12-20 17:38:37 +00:00
|
|
|
if (system_lyxdir == "./") {
|
2001-01-24 13:52:04 +00:00
|
|
|
lyxerr <<_("LyX Warning! Couldn't determine system directory. ")
|
|
|
|
<<_("Try the '-sysdir' command line parameter or ")
|
2002-04-02 11:55:36 +00:00
|
|
|
<<_("set the environment variable LYX_DIR_12x to the "
|
2001-01-24 13:52:04 +00:00
|
|
|
"LyX system directory ")
|
1999-10-07 18:44:17 +00:00
|
|
|
<< _("containing the file `chkconfig.ltx'.") << endl;
|
2001-06-28 13:02:03 +00:00
|
|
|
if (!path_shown) {
|
|
|
|
FileInfo fi(LYX_DIR);
|
|
|
|
if (!fi.exist()) {
|
|
|
|
lyxerr << "Couldn't even find the default LYX_DIR." << endl
|
|
|
|
<< "Giving up." << endl;
|
|
|
|
exit(1);
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
lyxerr << _("Using built-in default ")
|
1999-10-07 18:44:17 +00:00
|
|
|
<< LYX_DIR << _(" but expect problems.")
|
|
|
|
<< endl;
|
2001-06-28 13:02:03 +00:00
|
|
|
} else {
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << _("Expect problems.") << endl;
|
2001-06-28 13:02:03 +00:00
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
system_lyxdir = LYX_DIR;
|
|
|
|
path_shown = true;
|
|
|
|
}
|
|
|
|
// Report the system directory if debugging is on
|
|
|
|
if (!path_shown)
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr[Debug::INIT] << "System directory: '"
|
2002-03-21 17:27:08 +00:00
|
|
|
<< system_lyxdir << '\'' << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// Determine user lyx-dir
|
|
|
|
//
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-05-29 15:29:50 +00:00
|
|
|
// Directories are searched in this order:
|
|
|
|
// 1) -userdir command line parameter
|
2002-04-02 11:55:36 +00:00
|
|
|
// 2) LYX_USERDIR_12x environment variable
|
2000-05-29 15:29:50 +00:00
|
|
|
// 3) $HOME/.<name of binary>
|
|
|
|
|
|
|
|
// If we had a command line switch, user_lyxdir is already set
|
|
|
|
bool explicit_userdir = true;
|
|
|
|
if (user_lyxdir.empty()) {
|
|
|
|
|
2002-04-02 11:55:36 +00:00
|
|
|
// LYX_USERDIR_12x environment variable
|
|
|
|
user_lyxdir = GetEnvPath("LYX_USERDIR_12x");
|
2000-05-29 15:29:50 +00:00
|
|
|
|
2001-01-09 13:58:48 +00:00
|
|
|
// default behaviour
|
2000-05-29 15:29:50 +00:00
|
|
|
if (user_lyxdir.empty())
|
|
|
|
user_lyxdir = AddPath(GetEnvPath("HOME"),
|
|
|
|
string(".") + PACKAGE);
|
|
|
|
explicit_userdir = false;
|
|
|
|
}
|
|
|
|
|
2002-03-21 17:27:08 +00:00
|
|
|
lyxerr[Debug::INIT] << "User LyX directory: '"
|
1999-10-07 18:44:17 +00:00
|
|
|
<< user_lyxdir << '\'' << endl;
|
1999-09-27 18:44:28 +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.
|
2001-08-08 08:26:09 +00:00
|
|
|
if (gui) {
|
2001-01-09 13:58:48 +00:00
|
|
|
queryUserLyXDir(explicit_userdir);
|
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
|
|
|
|
//
|
|
|
|
|
|
|
|
// Default template path: system_dir/templates
|
2001-12-28 13:26:54 +00:00
|
|
|
if (lyxrc.template_path.empty()) {
|
2000-03-12 10:35:05 +00:00
|
|
|
lyxrc.template_path = AddPath(system_lyxdir, "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()) {
|
2000-03-12 10:35:05 +00:00
|
|
|
lyxrc.lastfiles = AddName(user_lyxdir, "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
|
|
|
|
|
|
|
// Calculate screen dpi as average of x-DPI and y-DPI:
|
2000-03-20 16:37:50 +00:00
|
|
|
if (lyxrc.use_gui) {
|
2001-11-26 10:19:58 +00:00
|
|
|
lyxrc.dpi = GUIRunTime::getScreenDPI();
|
2000-05-26 10:49:22 +00:00
|
|
|
lyxerr[Debug::INIT] << "DPI setting detected to be "
|
2002-03-21 17:27:08 +00:00
|
|
|
<< lyxrc.dpi + 0.5 << endl;
|
2000-03-20 16:37:50 +00:00
|
|
|
} else {
|
|
|
|
lyxrc.dpi = 1; // I hope this is safe
|
|
|
|
}
|
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
|
|
|
|
2000-10-10 12:36:36 +00:00
|
|
|
// Read encodings
|
2001-06-28 10:25:20 +00:00
|
|
|
readEncodingsFile("encodings");
|
2000-10-10 12:36:36 +00:00
|
|
|
// Read languages
|
2001-06-28 10:25:20 +00:00
|
|
|
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
|
|
|
|
|
|
|
// Bind the X dead keys to the corresponding LyX functions if
|
2002-03-21 17:27:08 +00:00
|
|
|
// necessary.
|
2000-05-10 11:50:11 +00:00
|
|
|
if (lyxrc.override_x_deadkeys)
|
2001-03-07 16:18:05 +00:00
|
|
|
deadKeyBindings(toplevel_keymap.get());
|
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
|
|
|
}
|
|
|
|
|
2002-03-21 17:27:08 +00:00
|
|
|
// Create temp directory
|
2001-05-17 15:11:01 +00:00
|
|
|
os::setTmpDir(CreateLyXTmpDir(lyxrc.tempdir_path));
|
|
|
|
system_tempdir = os::getTmpDir();
|
1999-10-07 18:44:17 +00:00
|
|
|
if (lyxerr.debugging(Debug::INIT)) {
|
|
|
|
lyxerr << "LyX tmp dir: `" << system_tempdir << '\'' << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// load the lastfiles mini-database
|
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
|
|
|
|
|
|
|
// start up the lyxserver. (is this a bit early?) (Lgb)
|
|
|
|
// 0.12 this will be way to early, we need the GUI to be initialized
|
|
|
|
// first, so move it for now.
|
|
|
|
// lyxserver = new LyXServer;
|
|
|
|
}
|
|
|
|
|
2000-10-11 21:06:43 +00:00
|
|
|
|
2000-05-10 11:50:11 +00:00
|
|
|
// These are the default bindings known to LyX
|
|
|
|
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);
|
2001-03-01 15:57:10 +00:00
|
|
|
kbmap->bind("ISO_Left_Tab", LFUN_TAB); // jbl 2001-23-02
|
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);
|
2002-03-21 17:27:08 +00:00
|
|
|
|
|
|
|
kbmap->bind("C-Tab", LFUN_TABINSERT); // ale970515
|
2000-05-22 15:20:02 +00:00
|
|
|
kbmap->bind("S-Tab", LFUN_SHIFT_TAB); // jug20000522
|
2001-03-01 15:57:10 +00:00
|
|
|
kbmap->bind("S-ISO_Left_Tab", LFUN_SHIFT_TAB); // jbl 2001-23-02
|
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
|
|
|
// LyX can optionally take over the handling of deadkeys
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// This one is not allowed to use anything on the main form, since that
|
|
|
|
// one does not exist yet. (Asger)
|
2000-05-29 15:29:50 +00:00
|
|
|
void LyX::queryUserLyXDir(bool explicit_userdir)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
|
|
|
// Does user directory exist?
|
|
|
|
FileInfo fileInfo(user_lyxdir);
|
|
|
|
if (fileInfo.isOK() && fileInfo.isDir()) {
|
|
|
|
first_start = false;
|
|
|
|
return;
|
|
|
|
} else {
|
2001-07-20 09:38:19 +00:00
|
|
|
first_start = !explicit_userdir;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2001-07-20 09:38:19 +00:00
|
|
|
// If the user specified explicitely a directory, ask whether
|
|
|
|
// to create it (otherwise, always create it)
|
|
|
|
if (explicit_userdir &&
|
2001-11-26 10:19:58 +00:00
|
|
|
!Alert::askQuestion(_("You have specified an invalid LyX directory."),
|
1999-09-27 18:44:28 +00:00
|
|
|
_("It is needed to keep your own configuration."),
|
|
|
|
_("Should I try to set it up for you (recommended)?"))) {
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << _("Running without personal LyX directory.") << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
// No, let's use $HOME instead.
|
1999-10-02 16:21:10 +00:00
|
|
|
user_lyxdir = GetEnvPath("HOME");
|
1999-09-27 18:44:28 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Tell the user what is going on
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << _("LyX: Creating directory ") << user_lyxdir
|
|
|
|
<< _(" and running configure...") << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// Create directory structure
|
|
|
|
if (!createDirectory(user_lyxdir, 0755)) {
|
|
|
|
// Failed, let's use $HOME instead.
|
1999-10-02 16:21:10 +00:00
|
|
|
user_lyxdir = GetEnvPath("HOME");
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << _("Failed. Will use ") << user_lyxdir
|
|
|
|
<< _(" instead.") << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Run configure in user lyx directory
|
1999-10-13 17:32:46 +00:00
|
|
|
Path p(user_lyxdir);
|
2000-09-26 13:54:57 +00:00
|
|
|
::system(AddName(system_lyxdir, "configure").c_str());
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << "LyX: " << _("Done!") << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Read the rc file `name'
|
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) {
|
|
|
|
Alert::alert(_("LyX Warning!"),
|
2001-06-14 17:58:49 +00:00
|
|
|
_("Error while reading ") + lyxrc_path + ".",
|
1999-09-27 18:44:28 +00:00
|
|
|
_("Using built-in defaults."));
|
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
|
|
|
|
};
|
|
|
|
|
|
|
|
struct keyword_item uitags[ui_last-1] = {
|
|
|
|
{ "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-02-16 15:59:55 +00:00
|
|
|
if (!strip(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 {
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Set debugging level and report result to user
|
1999-12-01 00:57:31 +00:00
|
|
|
void setDebuggingLevel(string const & dbgLevel)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
1999-10-07 18:44:17 +00:00
|
|
|
lyxerr << _("Setting debug level to ") << dbgLevel << endl;
|
1999-11-25 17:29:19 +00:00
|
|
|
lyxerr.level(Debug::value(dbgLevel));
|
1999-12-13 15:31:52 +00:00
|
|
|
Debug::showLevel(lyxerr, lyxerr.level());
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Give command line help
|
|
|
|
void commandLineHelp()
|
|
|
|
{
|
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;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
2001-09-11 13:13:03 +00:00
|
|
|
// Give command line version information
|
|
|
|
void commandLineVersionInfo()
|
|
|
|
{
|
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;
|
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
|
|
|
|
1999-11-04 01:40:20 +00:00
|
|
|
bool LyX::easyParse(int * argc, char * argv[])
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
|
|
|
bool gui = true;
|
2000-05-29 15:29:50 +00:00
|
|
|
int removeargs = 0; // used when options are read
|
2000-11-04 10:00:12 +00:00
|
|
|
for (int i = 1; i < *argc; ++i) {
|
1999-10-02 16:21:10 +00:00
|
|
|
string arg = argv[i];
|
2000-01-13 15:08:18 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Check for -dbg int
|
|
|
|
if (arg == "-dbg") {
|
1999-12-10 00:07:59 +00:00
|
|
|
if (i + 1 < *argc) {
|
|
|
|
setDebuggingLevel(argv[i + 1]);
|
2000-05-29 15:29:50 +00:00
|
|
|
removeargs = 2;
|
1999-12-13 15:31:52 +00:00
|
|
|
} else {
|
|
|
|
lyxerr << _("List of supported debug flags:")
|
1999-10-07 18:44:17 +00:00
|
|
|
<< endl;
|
1999-12-13 15:31:52 +00:00
|
|
|
Debug::showTags(lyxerr);
|
|
|
|
exit(0);
|
|
|
|
}
|
2002-03-21 17:27:08 +00:00
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
// Check for "-sysdir"
|
|
|
|
else if (arg == "-sysdir") {
|
1999-12-10 00:07:59 +00:00
|
|
|
if (i + 1 < *argc) {
|
|
|
|
system_lyxdir = argv[i + 1];
|
2000-05-29 15:29:50 +00:00
|
|
|
removeargs = 2;
|
|
|
|
} else {
|
2002-03-21 17:27:08 +00:00
|
|
|
lyxerr << _("Missing directory for -sysdir switch!")
|
1999-10-07 18:44:17 +00:00
|
|
|
<< endl;
|
2000-05-29 15:29:50 +00:00
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// Check for "-userdir"
|
|
|
|
else if (arg == "-userdir") {
|
|
|
|
if (i + 1 < *argc) {
|
|
|
|
user_lyxdir = argv[i + 1];
|
|
|
|
removeargs = 2;
|
|
|
|
} else {
|
|
|
|
lyxerr << _("Missing directory for -userdir switch!")
|
|
|
|
<< endl;
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
// Check for --help or -help
|
2000-05-29 15:29:50 +00:00
|
|
|
else if (arg == "--help" || arg == "-help") {
|
1999-09-27 18:44:28 +00:00
|
|
|
commandLineHelp();
|
|
|
|
exit(0);
|
2002-03-21 17:27:08 +00:00
|
|
|
}
|
2001-09-11 13:13:03 +00:00
|
|
|
// Check for --version or -version
|
|
|
|
else if (arg == "--version" || arg == "-version") {
|
|
|
|
commandLineVersionInfo();
|
|
|
|
exit(0);
|
|
|
|
}
|
2000-04-04 00:19:15 +00:00
|
|
|
// Check for "-nw": No XWindows as for emacs this should
|
|
|
|
// give a LyX that could be used in a terminal window.
|
|
|
|
//else if (arg == "-nw") {
|
|
|
|
// gui = false;
|
|
|
|
//}
|
1999-12-10 00:07:59 +00:00
|
|
|
|
|
|
|
// Check for "-x": Execute commands
|
|
|
|
else if (arg == "-x" || arg == "--execute") {
|
|
|
|
if (i + 1 < *argc) {
|
|
|
|
batch_command = string(argv[i + 1]);
|
2000-05-29 15:29:50 +00:00
|
|
|
removeargs = 2;
|
1999-12-10 00:07:59 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
lyxerr << _("Missing command string after -x switch!") << endl;
|
|
|
|
|
|
|
|
// Argh. Setting gui to false segfaults..
|
|
|
|
//gui = false;
|
|
|
|
}
|
|
|
|
|
|
|
|
else if (arg == "-e" || arg == "--export") {
|
|
|
|
if (i + 1 < *argc) {
|
|
|
|
string type(argv[i+1]);
|
2000-05-29 15:29:50 +00:00
|
|
|
removeargs = 2;
|
2000-09-11 15:42:17 +00:00
|
|
|
batch_command = "buffer-export " + type;
|
2000-10-02 04:21:44 +00:00
|
|
|
gui = false;
|
2000-04-04 00:19:15 +00:00
|
|
|
} else
|
1999-12-10 00:07:59 +00:00
|
|
|
lyxerr << _("Missing file type [eg latex, "
|
|
|
|
"ps...] after ")
|
|
|
|
<< arg << _(" switch!") << endl;
|
|
|
|
}
|
2000-11-30 18:11:54 +00:00
|
|
|
else if (arg == "-i" || arg == "--import") {
|
2000-04-28 11:18:04 +00:00
|
|
|
if (i + 1 < *argc) {
|
2001-12-18 03:30:35 +00:00
|
|
|
string const type(argv[i+1]);
|
|
|
|
string const file(argv[i+2]);
|
2000-05-29 15:29:50 +00:00
|
|
|
removeargs = 3;
|
2002-03-21 17:27:08 +00:00
|
|
|
|
2000-04-28 11:18:04 +00:00
|
|
|
batch_command = "buffer-import " + type + " " + file;
|
2000-04-28 20:03:21 +00:00
|
|
|
lyxerr << "batch_command: "
|
|
|
|
<< batch_command << endl;
|
2000-04-28 11:18:04 +00:00
|
|
|
|
|
|
|
} else
|
|
|
|
lyxerr << _("Missing type [eg latex, "
|
|
|
|
"ps...] after ")
|
|
|
|
<< arg << _(" switch!") << endl;
|
|
|
|
}
|
2000-05-29 15:29:50 +00:00
|
|
|
|
|
|
|
if (removeargs > 0) {
|
|
|
|
// Now, remove used arguments by shifting
|
|
|
|
// the following ones removeargs places down.
|
|
|
|
(*argc) -= removeargs;
|
|
|
|
for (int j = i; j < (*argc); ++j)
|
|
|
|
argv[j] = argv[j + removeargs];
|
|
|
|
--i; // After shift, check this number again.
|
|
|
|
removeargs = 0;
|
|
|
|
}
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
2000-04-28 11:18:04 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
return gui;
|
|
|
|
}
|