Re: Moving LyX XMPP Chat to features/chat2

2013-11-18 Thread Vincent van Ravesteijn
On Fri, Nov 15, 2013 at 5:58 PM, Kornel Benko wrote: > Am Mittwoch, 13. November 2013 um 10:31:53, schrieb Vincent van Ravesteijn > > > > > > The errors will not be the result of a 'git checkout' command. It more > > looks like a git pull. This is the reason, I don't advice to use git > pull. >

Re: Moving LyX XMPP Chat to features/chat2

2013-11-18 Thread Vincent van Ravesteijn
On Sat, Nov 16, 2013 at 1:49 AM, Tommaso Cucinotta wrote: > On 15/11/13 20:24, Kornel Benko wrote: > > I probably misunderstood, what to send. > > it was ok. I just wanted to check whether your origin was actually the > main lyx repo or mine, so you actually must have cloned the whole repo > deve

File locking while lyx configures

2013-11-18 Thread Kornel Benko
Hi, can we please have some locking mechanism here? While parallel export testing is OK, if the userdir is configured, it is not if started with a fresh created userdir. I have a patch implementing it. While this works for me, I am unsure, if this is the right c++ way, or if this is platform inde

Re: File locking while lyx configures

2013-11-18 Thread Georg Baum
Kornel Benko wrote: > Hi, > can we please have some locking mechanism here? This would indeed be a good idea. > While parallel export testing is OK, if the userdir is configured, > it is not if started with a fresh created userdir. > > I have a patch implementing it. While this works for me, I

Re: [LyX/master] make test environment. Exports with luatex and xetex.

2013-11-18 Thread Georg Baum
Kornel Benko wrote: > diff --git a/development/autotests/lyxStatus.pm > b/development/autotests/lyxStatus.pm new file mode 100644 > index 000..b8d0b5f > --- /dev/null > +++ b/development/autotests/lyxStatus.pm > @@ -0,0 +1,357 @@ > +#! /usr/bin/env perl > +# -*- mode: perl; -*- While I really

Re: File locking while lyx configures

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 21:27:58, schrieb Georg Baum > Kornel Benko wrote: > > > Hi, > > can we please have some locking mechanism here? > > This would indeed be a good idea. > > > While parallel export testing is OK, if the userdir is configured, > > it is not if started with a fresh

Re: [LyX/master] make test environment. Exports with luatex and xetex.

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 21:35:30, schrieb Georg Baum > Kornel Benko wrote: > > > diff --git a/development/autotests/lyxStatus.pm > > b/development/autotests/lyxStatus.pm new file mode 100644 > > index 000..b8d0b5f > > --- /dev/null > > +++ b/development/autotests/lyxStatus.pm > > @@

Re: File locking while lyx configures

2013-11-18 Thread Georg Baum
Kornel Benko wrote: > Actually, good idea. Stupid me, I didn't think of it. > Still the question stays: Is it portable enough? What exactly do you mean? Using a file for locking works fine on every OS relevant for LyX. fnctl/flock is not portable, the actual locking mechanism needs to be OS dep

Re: [LyX/master] make test environment. Exports with luatex and xetex.

2013-11-18 Thread Georg Baum
Kornel Benko wrote: > 1.) It is for tests only. > 2.) I am not so fond of python > 3.) we (Scott and me) needed some way to do it I understand that you do prefer perl personally. However, you are not the only one involved here, and especially considering the big man power problem we currently h

Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Scott Kostyshak
If I export the Russian splash.lyx with LuaTeX and with the font FreeSans (as all three of the fonts), I get the following error: ! Undefined control sequence. \today ...yrt \cyrya \cyrb \cyrr \cyrya \or \cyrn \cyro \cyrya \cyrb \cyrr \... Note that the export works fine with XeTeX and the same

Re: Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 16:14:02, schrieb Scott Kostyshak > If I export the Russian splash.lyx with LuaTeX and with the font > FreeSans (as all three of the fonts), I get the following error: > > ! Undefined control sequence. > > \today ...yrt \cyrya \cyrb \cyrr \cyrya \or \cyrn > > \c

Re: File locking while lyx configures

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 21:55:48, schrieb Georg Baum > Kornel Benko wrote: > > > Actually, good idea. Stupid me, I didn't think of it. > > Still the question stays: Is it portable enough? > > What exactly do you mean? Using a file for locking works fine on every OS > relevant for LyX.

Re: Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Scott Kostyshak
On Mon, Nov 18, 2013 at 4:24 PM, Kornel Benko wrote: > Am Montag, 18. November 2013 um 16:14:02, schrieb Scott Kostyshak > >> If I export the Russian splash.lyx with LuaTeX and with the font >> FreeSans (as all three of the fonts), I get the following error: >> >> ! Undefined control sequence. >

Re: Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 16:33:32, schrieb Scott Kostyshak > On Mon, Nov 18, 2013 at 4:24 PM, Kornel Benko wrote: > > Am Montag, 18. November 2013 um 16:14:02, schrieb Scott Kostyshak > > > >> If I export the Russian splash.lyx with LuaTeX and with the font > >> FreeSans (as all three o

Re: Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Guenter Milde
On 2013-11-18, Scott Kostyshak wrote: > If I export the Russian splash.lyx with LuaTeX and with the font > FreeSans (as all three of the fonts), I get the following error: > ! Undefined control sequence. > \today ...yrt \cyrya \cyrb \cyrr \cyrya \or \cyrn > \cyro \cyrya \cyrb \cyrr \... > Note

Re: File locking while lyx configures

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 22:29:05, schrieb Kornel Benko > Am Montag, 18. November 2013 um 21:55:48, schrieb Georg Baum > > > Kornel Benko wrote: > > > > > Actually, good idea. Stupid me, I didn't think of it. > > > Still the question stays: Is it portable enough? > > > > What exactly do

Re: [LyX/master] make test environment. Exports with luatex and xetex.

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 22:04:27, schrieb Georg Baum > Kornel Benko wrote: > > > 1.) It is for tests only. > > 2.) I am not so fond of python > > 3.) we (Scott and me) needed some way to do it > > I understand that you do prefer perl personally. However, you are not the > only one invo

Bug #8445

2013-11-18 Thread Marcus Kriele
From the bug tracker I understand that Jürgen Spitzmüller has a patch for #8445 which is supposed to go into LyX 2.1. However, I still see this bug in 2.1 beta 2 (OSX Mavericks). Would it be possible to fix it for the next beta? Marcus PS. Thanks for all your great work on LyX, which I find is

Re: File locking while lyx configures

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 23:01:49, schrieb Kornel Benko > Am Montag, 18. November 2013 um 22:29:05, schrieb Kornel Benko > > > Am Montag, 18. November 2013 um 21:55:48, schrieb Georg Baum > > > > > Kornel Benko wrote: > > > > > > > Actually, good idea. Stupid me, I didn't think of it.

Re: Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Kornel Benko
Am Montag, 18. November 2013 um 16:33:32, schrieb Scott Kostyshak > On Mon, Nov 18, 2013 at 4:24 PM, Kornel Benko wrote: > > Am Montag, 18. November 2013 um 16:14:02, schrieb Scott Kostyshak > > > >> If I export the Russian splash.lyx with LuaTeX and with the font > >> FreeSans (as all three o

Re: Advice for exporting Russian splash.lyx with LuaTeX and system fonts?

2013-11-18 Thread Scott Kostyshak
On Mon, Nov 18, 2013 at 6:20 PM, Kornel Benko wrote: > Am Montag, 18. November 2013 um 16:33:32, schrieb Scott Kostyshak > >> On Mon, Nov 18, 2013 at 4:24 PM, Kornel Benko wrote: >> > Am Montag, 18. November 2013 um 16:14:02, schrieb Scott Kostyshak >> > >> >> If I export the Russian splash.l

Re: Bug #8445

2013-11-18 Thread Scott Kostyshak
>From what I understand, that patch is already in LyX 2.1 beta 2. If it does not work for you, post any information on the ticket. Scott On Mon, Nov 18, 2013 at 5:45 PM, Marcus Kriele wrote: > From the bug tracker I understand that Jürgen Spitzmüller has a patch for > #8445 which is supposed t