Re: 6 advanced find tests are failing on master

2013-07-23 Thread Tommaso Cucinotta
On 16/07/13 09:16, Scott Kostyshak wrote: > Insert "a b c" in a new document and use '\s' to find. It does not > find the space. Git bisect leads to the following commit: > > commit 6a3792bdbb7e081fe15d6600b2d86bbefd20b2f0 > Author: Tommaso Cucinotta > Date: Sun Apr 7 23:28:41 2013 +0100 > >

Re: [LyX/master] I seem to need this to let the 'Lang' keyword work, within *-in.txt files.

2013-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2013 23:37, Tommaso Cucinotta a écrit : that tests are tied to the lang-specific shortcuts, so we need LyX to show up with the GUI in the language with which tests were designed. If you need to fix the GUI laanguage, since the tests are run with a private .lyx directory, I think the b

Re: [LyX/master] I seem to need this to let the 'Lang' keyword work, within *-in.txt files.

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 22:37:41, schrieb Tommaso Cucinotta > On 23/07/13 11:21, Jean-Marc Lasgouttes wrote: > >> > + os.environ['LC_ALL'] = lang > >> > >> Not good. This one (setting LC_ALL) makes most adv test to fail on ubuntu. > > > > Tommaso, what is the problem exactly? > > that te

Re: [LyX/master] I seem to need this to let the 'Lang' keyword work, within *-in.txt files.

2013-07-23 Thread Tommaso Cucinotta
On 23/07/13 11:21, Jean-Marc Lasgouttes wrote: >> > + os.environ['LC_ALL'] = lang >> >> Not good. This one (setting LC_ALL) makes most adv test to fail on ubuntu. > > Tommaso, what is the problem exactly? that tests are tied to the lang-specific shortcuts, so we need LyX to show up with the GUI

Re: [LyX/master] 1.) Make po-file differences more robust. 2.) Automatic search for repository-type (git, hg, svn) 3.) Unified command-line e.g for revision params (-rHEAD~3 == -rHEAD-3 == -r-3).

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 22:52:08, schrieb Vincent van Ravesteijn > Op 23-7-2013 22:48, Kornel Benko schreef: > > commit 166bcc91c3554e7ebe19fe4c4736e2ebdf6749ed > > Author: Kornel Benko > > Date: Tue Jul 23 22:43:19 2013 +0200 > > > > 1.) Make po-file differences more robust. > >

Re: The str-metrics branch

2013-07-23 Thread Jean-Marc Lasgouttes
Le 23/07/2013 17:51, Kornel Benko a écrit : No performance issues. The only difference I see: Last line in a paragraph is weird expanded. Say, the line contains "a b c." Sometimes it is expanded to "a b c d. " ans sometimes to "a b c d." Thanks. It would be great to have an example file. J

Re: [LyX/master] 1.) Make po-file differences more robust. 2.) Automatic search for repository-type (git, hg, svn) 3.) Unified command-line e.g for revision params (-rHEAD~3 == -rHEAD-3 == -r-3).

2013-07-23 Thread Vincent van Ravesteijn
Op 23-7-2013 22:48, Kornel Benko schreef: commit 166bcc91c3554e7ebe19fe4c4736e2ebdf6749ed Author: Kornel Benko Date: Tue Jul 23 22:43:19 2013 +0200 1.) Make po-file differences more robust. 2.) Automatic search for repository-type (git, hg, svn) 3.) Unified command-line e.g fo

Re: [LyX/master] Export tests in cmake build: Do not use the default userdir while running lyx.

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 21:58:50, schrieb Vincent van Ravesteijn > Op 23-7-2013 21:43, Kornel Benko schreef: > > commit 33f23ae8e5250b76542877681846bc0125da3548 > > Author: Kornel Benko > > Date: Tue Jul 23 21:42:44 2013 +0200 > > > > Export tests in cmake build: Do not use the defa

LyX-2.1.0beta1 on FTP

2013-07-23 Thread Vincent van Ravesteijn
The source code and Windows installer for LyX-2.1.0beta1 are now available at ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0beta1/ I will announce the release in a few days, with the following notes: NOTE 1 (for Autotools users): "make check/distcheck" still fails for this beta release.

Re: [LyX/master] Export tests in cmake build: Do not use the default userdir while running lyx.

2013-07-23 Thread Vincent van Ravesteijn
Op 23-7-2013 21:43, Kornel Benko schreef: commit 33f23ae8e5250b76542877681846bc0125da3548 Author: Kornel Benko Date: Tue Jul 23 21:42:44 2013 +0200 Export tests in cmake build: Do not use the default userdir while running lyx. diff --git a/development/autotests/CMakeLists.txt b/de

Tests with own userdir

2013-07-23 Thread Kornel Benko
Now that master seems open again, I'd like to make the tests which use lyx-executable, independent of lyx be installed or not. The tex2lyx and autotest tests already are independent. But export tests are using the default userdir. This is easy to change, setting the environment LYX_USERDIR. Committ

Re: [LyX/master] CMake: xvkbd: Compile fix if none of the libraries is found

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 20:35:25, schrieb Vincent van Ravesteijn > Op 23-7-2013 20:22, Kornel Benko schreef: > > > > Am Dienstag, 23. Juli 2013 um 19:58:48, schrieb Vincent van Ravesteijn ... > > > Technically, a list is a string. > > > > Not exactly. set(a "b" "c") is a list, internal val

Re: xvkbd: CMake build broken if none of the libs are available

2013-07-23 Thread Pavel Sanda
Kornel Benko wrote: > This already should have been so. Without the needed libs, xvkbd is not built. OK. P

Re: xvkbd: CMake build broken if none of the libs are available

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 11:42:59, schrieb Pavel Sanda > Vincent van Ravesteijn wrote: > > Another problem with LyX2.1.0beta1 popped up today. > > > > If xaw7, xmu and xtst libraries cannot be found, the command > > "list(REMOVE_DUPLICATES XVFBDLIBS) fails". > > As a side note xvkbd should

Re: xvkbd: CMake build broken if none of the libs are available

2013-07-23 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Do you think there is more to do ? No, I just didn't know whether failing of this test implies LyX wouldn't compile. Pavel

Re: xvkbd: CMake build broken if none of the libs are available

2013-07-23 Thread Vincent van Ravesteijn
Op 23-7-2013 20:42, Pavel Sanda schreef: Vincent van Ravesteijn wrote: Another problem with LyX2.1.0beta1 popped up today. If xaw7, xmu and xtst libraries cannot be found, the command "list(REMOVE_DUPLICATES XVFBDLIBS) fails". As a side note xvkbd should be strictly development dependency. Peo

Re: xvkbd: CMake build broken if none of the libs are available

2013-07-23 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Another problem with LyX2.1.0beta1 popped up today. > > If xaw7, xmu and xtst libraries cannot be found, the command > "list(REMOVE_DUPLICATES XVFBDLIBS) fails". As a side note xvkbd should be strictly development dependency. People who just want to compile and use

Re: [LyX/master] CMake: xvkbd: Compile fix if none of the libraries is found

2013-07-23 Thread Vincent van Ravesteijn
Op 23-7-2013 20:22, Kornel Benko schreef: Am Dienstag, 23. Juli 2013 um 19:58:48, schrieb Vincent van Ravesteijn > Op 23-7-2013 19:29, Kornel Benko schreef: > > > > Am Dienstag, 23. Juli 2013 um 19:05:55, schrieb Vincent van Ravesteijn > > > > > > > commit 33aef1befede724ec478a70f4e1

Re: [LyX/master] CMake: xvkbd: Compile fix if none of the libraries is found

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 19:58:48, schrieb Vincent van Ravesteijn > Op 23-7-2013 19:29, Kornel Benko schreef: > > > > Am Dienstag, 23. Juli 2013 um 19:05:55, schrieb Vincent van Ravesteijn > > > > > > > commit 33aef1befede724ec478a70f4e13675eff730d06 > > > > > Author: Vincent van Ravesteij

Re: [LyX/master] CMake: xvkbd: Compile fix if none of the libraries is found

2013-07-23 Thread Vincent van Ravesteijn
Op 23-7-2013 19:29, Kornel Benko schreef: Am Dienstag, 23. Juli 2013 um 19:05:55, schrieb Vincent van Ravesteijn > commit 33aef1befede724ec478a70f4e13675eff730d06 > Author: Vincent van Ravesteijn > Date: Tue Jul 23 18:36:23 2013 +0200 > > CMake: xvkbd: Compile fix if none of the librari

Re: [LyX/master] CMake: xvkbd: Compile fix if none of the libraries is found

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 19:05:55, schrieb Vincent van Ravesteijn > commit 33aef1befede724ec478a70f4e13675eff730d06 > Author: Vincent van Ravesteijn > Date: Tue Jul 23 18:36:23 2013 +0200 > > CMake: xvkbd: Compile fix if none of the libraries is found > > If no libraries are

xvkbd: CMake build broken if none of the libs are available

2013-07-23 Thread Vincent van Ravesteijn
Another problem with LyX2.1.0beta1 popped up today. If xaw7, xmu and xtst libraries cannot be found, the command "list(REMOVE_DUPLICATES XVFBDLIBS) fails". Vincent

AMS Class Issue

2013-07-23 Thread Richard Heck
Using the AMS classes, paragraphs that follow, e.g., statements of theorems do not appear in LyX as indented, but they DO appear in the output as indented. I propose to remove NextNoIndent 1 from the relevant places. Objections? Richard

Re: questions about using Doxygen and Python scripting

2013-07-23 Thread Julien Rioux
On 22/07/2013 4:10 AM, Guenter Milde wrote: On 2013-07-22, Josh Hieronymus wrote: Second, is there a tutorial serves as a gentle introduction to Python scripting for LyX? I've not worked with Python and C++ in the same project before, so I'm not really sure how to get them to work togethe

Re: The str-metrics branch

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 16:58:46, schrieb Jean-Marc Lasgouttes > 23/07/2013 16:53, Kornel Benko: > > Am Dienstag, 23. Juli 2013 um 16:35:57, schrieb Jean-Marc Lasgouttes > > > > > > > Hello, > > > > > > > > > > Those of you who are bored are invited to checkout the > > > > > features/s

Re: The str-metrics branch

2013-07-23 Thread Jean-Marc Lasgouttes
23/07/2013 16:53, Kornel Benko: Am Dienstag, 23. Juli 2013 um 16:35:57, schrieb Jean-Marc Lasgouttes > Hello, > > Those of you who are bored are invited to checkout the > features/str-metrics branch How to get it? 'git branch -r' does not show anyting like this. Start from the excelle

Re: The str-metrics branch

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 16:35:57, schrieb Jean-Marc Lasgouttes > Hello, > > Those of you who are bored are invited to checkout the > features/str-metrics branch How to get it? 'git branch -r' does not show anyting like this. > and report back any bug you find. Currently > everything is

The str-metrics branch

2013-07-23 Thread Jean-Marc Lasgouttes
Hello, Those of you who are bored are invited to checkout the features/str-metrics branch and report back any bug you find. Currently everything is supposed to work, except possibly metrics for RTL texts (I only tested with "abcd"-like marked as hebrew, and there was therefore no real problem

Re: Mentorship for GSOC 2013

2013-07-23 Thread Richard Heck
Hi, Sidhant, The deadline for GSOC applications was in early May. Google assigned slots to students at the end of May. Richard Heck On 07/23/2013 05:50 AM, Sidhant Poddar wrote: Respected Sirs, While browsing through GSOC 2013 website , I came across the details about LyX Word Processor

Mentorship for GSOC 2013

2013-07-23 Thread Sidhant Poddar
Respected Sirs, While browsing through GSOC 2013 website , I came across the details about LyX Word Processor and expected projects from Interns. Being a fifth semester student in Electrical and Electronic Engineering from PESIT Bangalore India , my Interests definitely leaned to AI in which I hav

Re: [LyX/master] I seem to need this to let the 'Lang' keyword work, within *-in.txt files.

2013-07-23 Thread Jean-Marc Lasgouttes
23/07/2013 12:03, Kornel Benko: Am Dienstag, 23. Juli 2013 um 03:11:22, schrieb Tommaso Cucinotta > commit cf973b2f3a25d54423f5735afbe5b26802dd436f > Author: Tommaso Cucinotta > Date: Tue Jul 23 02:10:48 2013 +0100 > > I seem to need this to let the 'Lang' keyword work, within *-in.txt f

Re: [LyX/master] I seem to need this to let the 'Lang' keyword work, within *-in.txt files.

2013-07-23 Thread Kornel Benko
Am Dienstag, 23. Juli 2013 um 03:11:22, schrieb Tommaso Cucinotta > commit cf973b2f3a25d54423f5735afbe5b26802dd436f > Author: Tommaso Cucinotta > Date: Tue Jul 23 02:10:48 2013 +0100 > > I seem to need this to let the 'Lang' keyword work, within *-in.txt files. > > diff --git a/developme