Re: Why are export tests autotests?

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 2:59 AM, Kornel Benko kor...@lyx.org wrote: Am Sonntag, 20. Januar 2013 um 20:52:45, schrieb Scott Kostyshak skost...@lyx.org Why are export tests autotests? autotests are defined (in the README file) as: Automated tests based on the MonKey Testing keytest

Re: [PATCH] CMake PDF (pdflatex) export tests

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 3:35 AM, Kornel Benko kor...@lyx.org wrote: Am Sonntag, 20. Januar 2013 um 20:51:02, schrieb Scott Kostyshak skost...@lyx.org Currently there are no export tests for pdf2, only lyx16x and xhtml. I think it would be nice to catch bugs such as #8512. The attached patch

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 5:42 PM, Uwe Stöhr uwesto...@web.de wrote: Am 21.01.2013 04:12, schrieb Scott Kostyshak: LyX is already configured even twice during the installation. Good to hear. Is this new or has it always been like this? This is new since January 3 this year. Before that day

Re: [PATCH] Fix CMake return check for export tests

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 3:36 AM, Kornel Benko kor...@lyx.org wrote: Am Sonntag, 20. Januar 2013 um 20:50:31, schrieb Scott Kostyshak skost...@lyx.org The CMake export tests would never fail because the return status was not checked correctly. The attached patch fixes this. I guess that

Re: LyX.cpp

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 3:07 AM, Jean-Pierre Chrétien jeanpierre.chret...@free.fr wrote: Le 20/01/2013 19:12, Scott Kostyshak a écrit : The exported file type is shown where you suggest, but I think the Short Name is what LyX understands and needs. You can test this out. If you want to export

Re: Re: LyX.cpp

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 6:29 AM, Kornel Benko kor...@lyx.org wrote: Am Montag, 21. Januar 2013 um 09:07:57, schrieb Jean-Pierre Chrétien jeanpierre.chret...@free.fr Le 20/01/2013 19:12, Scott Kostyshak a écrit : The exported file type is shown where you suggest, but I think the Short

Re: LyX.cpp

2013-01-22 Thread Jean-Pierre Chrétien
Le 22/01/2013 09:30, Scott Kostyshak a écrit : On Mon, Jan 21, 2013 at 3:07 AM, Jean-Pierre Chrétien to see which parameter (which differs from the format name\n Sounds good to me. I also like your replacement of to get an idea with to see and parameters with

Re: LyX.cpp

2013-01-22 Thread Scott Kostyshak
On Tue, Jan 22, 2013 at 3:35 AM, Jean-Pierre Chrétien jeanpierre.chret...@free.fr wrote: Le 22/01/2013 09:30, Scott Kostyshak a écrit : On Mon, Jan 21, 2013 at 3:07 AM, Jean-Pierre Chrétien to see which parameter (which differs from the format name\n Sounds good to

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Vincent van Ravesteijn
Op 21-1-2013 23:42, Uwe Stöhr schreef: Am 21.01.2013 04:12, schrieb Scott Kostyshak: LyX is already configured even twice during the installation. Good to hear. Is this new or has it always been like this? This is new since January 3 this year. Before that day the installer suffered from

Re: Restart layout update discussion; was: Re: [patch] final layout patches for branch

2013-01-22 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: The same holds for moderncv. The author does support backward compatibility so I would be interested to see what actually does not work anymore. I had a look today and I cannot fiddle it out. The underlying table structure until modernCV 1.0 makes it complicated. With

Re: Restart layout update discussion; was: Re: [patch] final layout patches for branch

2013-01-22 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: In sum: As much as these changes enhance the support for moderncv, none of them is really needed to keep moderncv working. I now also reverted your changes locally, and it turns out that the (old) moderncv example file still works without any single problem with the

Crash on Fedora 18 with lyx-2.0.5.1

2013-01-22 Thread José Matos
Hi, I got a report on Fedora about a crash on Fedora 18 with lyx-2.0.5.1: https://bugzilla.redhat.com/show_bug.cgi?id=901815 Truncated backtrace: Thread no. 1 (10 frames) #2 lyx::error_handler at LyX.cpp:683 #4 QHashwchar_t, int::findNode at /usr/include/QtCore/qhash.h:886 #5 value at

Re: Crash on Fedora 18 with lyx-2.0.5.1

2013-01-22 Thread José Matos
On 2013-01-22 15:51, José Matos wrote: Any hint from this truncated backtrace? If not I can ask further questions such as what was the user doing when the crash occurred and so on. Regards, FWIW the complete backtrace is available in the above link, as well as other facts about the running

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Guenter Milde
On 2013-01-21, Scott Kostyshak wrote: On Mon, Jan 21, 2013 at 5:26 AM, Guenter Milde mi...@users.sf.net wrote: On 2013-01-21, Kornel Benko wrote: Am Sonntag, 20. Januar 2013 um 18:54:51, schrieb Scott Kostyshak skost...@lyx.org I am using TeX Live 2012. I get errors whether I set document

[patch] new VCS commands copy and rename

2013-01-22 Thread Georg Baum
, // gb 20130122 + LFUN_VC_COPY, // gb 20130122 + // 355 LFUN_LASTACTION // end of the table }; diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index df22d07..08a09a4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2147,6 +2147,32

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Georg Baum
Scott Kostyshak wrote: On Mon, Jan 21, 2013 at 3:54 AM, Jürgen Spitzmüller sp...@lyx.org wrote: Not for the first one. The second one is because cancel is loaded with an option manually in the preamble, but has already been automatically loaded by LyX without options before. It is even

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Scott Kostyshak
On Tue, Jan 22, 2013 at 12:34 PM, Guenter Milde mi...@users.sf.net wrote: On 2013-01-21, Scott Kostyshak wrote: On Mon, Jan 21, 2013 at 5:26 AM, Guenter Milde mi...@users.sf.net wrote: On 2013-01-21, Kornel Benko wrote: Am Sonntag, 20. Januar 2013 um 18:54:51, schrieb Scott Kostyshak

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Scott Kostyshak
On Tue, Jan 22, 2013 at 3:19 PM, Georg Baum georg.b...@post.rwth-aachen.de wrote: Scott Kostyshak wrote: On Mon, Jan 21, 2013 at 3:54 AM, Jürgen Spitzmüller sp...@lyx.org wrote: Not for the first one. The second one is because cancel is loaded with an option manually in the preamble, but has

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Uwe Stöhr
Am 22.01.2013 09:07, schrieb Scott Kostyshak: OK. I didn't follow all of that but from what I understand either (a) LyX on Windows no longer takes a long time to start up the first time or (b) it does take a long time but this is necessary and can't be incorporated into the installer and now

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Uwe Stöhr
Am 22.01.2013 11:19, schrieb Vincent van Ravesteijn: In any case, the installation may take 30 minutes if you have a fresh MikTeX installation. I did this fresh installation the last 2 weeks on 4 different PCs several times again and again to fix some installer and a MiKTeX bug. On the

Re: Re: [PATCH] CMake PDF (pdflatex) export tests

2013-01-22 Thread Kornel Benko
Am Dienstag, 22. Januar 2013 um 03:04:42, schrieb Scott Kostyshak skost...@lyx.org On Mon, Jan 21, 2013 at 3:35 AM, Kornel Benko kor...@lyx.org wrote: Am Sonntag, 20. Januar 2013 um 20:51:02, schrieb Scott Kostyshak skost...@lyx.org Currently there are no export tests for pdf2, only

Re: Why are export tests autotests?

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 2:59 AM, Kornel Benko wrote: > Am Sonntag, 20. Januar 2013 um 20:52:45, schrieb Scott Kostyshak > > >> Why are export tests autotests? > >> > >> autotests are defined (in the README file) as: "Automated tests based > >> on the "MonKey

Re: [PATCH] CMake PDF (pdflatex) export tests

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 3:35 AM, Kornel Benko wrote: > Am Sonntag, 20. Januar 2013 um 20:51:02, schrieb Scott Kostyshak > > >> Currently there are no export tests for pdf2, only lyx16x and xhtml. I > >> think it would be nice to catch bugs such as #8512. The

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 5:42 PM, Uwe Stöhr wrote: > Am 21.01.2013 04:12, schrieb Scott Kostyshak: > > >>> LyX is already configured even twice during the installation. >> >> >> Good to hear. Is this new or has it always been like this? > > > This is new since January 3 this

Re: [PATCH] Fix CMake return check for export tests

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 3:36 AM, Kornel Benko wrote: > Am Sonntag, 20. Januar 2013 um 20:50:31, schrieb Scott Kostyshak > > >> The CMake export tests would never fail because the return status was > >> not checked correctly. The attached patch fixes this. > >> >

Re: LyX.cpp

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 3:07 AM, Jean-Pierre Chrétien wrote: > Le 20/01/2013 19:12, Scott Kostyshak a écrit : > >> The exported file type is shown where you suggest, but I think the >> Short Name is what LyX understands and needs. You can test this out. >> If you want

Re: Re: LyX.cpp

2013-01-22 Thread Scott Kostyshak
On Mon, Jan 21, 2013 at 6:29 AM, Kornel Benko wrote: > Am Montag, 21. Januar 2013 um 09:07:57, schrieb Jean-Pierre Chrétien > > >> Le 20/01/2013 19:12, Scott Kostyshak a écrit : > >> > >> > The exported file type is shown where you suggest, but I

Re: LyX.cpp

2013-01-22 Thread Jean-Pierre Chrétien
Le 22/01/2013 09:30, Scott Kostyshak a écrit : On Mon, Jan 21, 2013 at 3:07 AM, Jean-Pierre Chrétien to see which parameter (which differs from the format name\n Sounds good to me. I also like your replacement of "to get an idea" with "to see" and "parameters" with

Re: LyX.cpp

2013-01-22 Thread Scott Kostyshak
On Tue, Jan 22, 2013 at 3:35 AM, Jean-Pierre Chrétien wrote: > Le 22/01/2013 09:30, Scott Kostyshak a écrit : > >> On Mon, Jan 21, 2013 at 3:07 AM, Jean-Pierre Chrétien > > > >>>to see which parameter (which differs from the format >>> name\n > >

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Vincent van Ravesteijn
Op 21-1-2013 23:42, Uwe Stöhr schreef: Am 21.01.2013 04:12, schrieb Scott Kostyshak: LyX is already configured even twice during the installation. Good to hear. Is this new or has it always been like this? This is new since January 3 this year. Before that day the installer suffered from

Re: Restart layout update discussion; was: Re: [patch] final layout patches for branch

2013-01-22 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > The same holds for moderncv. The author does support backward > > compatibility so I would be interested to see what actually does not work > > anymore. > > I had a look today and I cannot fiddle it out. The underlying table > structure until modernCV 1.0 makes it

Re: Restart layout update discussion; was: Re: [patch] final layout patches for branch

2013-01-22 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > In sum: As much as these changes enhance the support for moderncv, none of > them is really needed to keep moderncv working. I now also reverted your changes locally, and it turns out that the (old) moderncv example file still works without any single problem with

Crash on Fedora 18 with lyx-2.0.5.1

2013-01-22 Thread José Matos
Hi, I got a report on Fedora about a crash on Fedora 18 with lyx-2.0.5.1: https://bugzilla.redhat.com/show_bug.cgi?id=901815 Truncated backtrace: Thread no. 1 (10 frames) #2 lyx::error_handler at LyX.cpp:683 #4 QHash::findNode at /usr/include/QtCore/qhash.h:886 #5 value at

Re: Crash on Fedora 18 with lyx-2.0.5.1

2013-01-22 Thread José Matos
On 2013-01-22 15:51, José Matos wrote: > Any hint from this truncated backtrace? If not I can ask further questions > such as what was the user doing when the crash occurred and so on. > > Regards, FWIW the complete backtrace is available in the above link, as well as other facts about the

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Guenter Milde
On 2013-01-21, Scott Kostyshak wrote: > On Mon, Jan 21, 2013 at 5:26 AM, Guenter Milde wrote: >> On 2013-01-21, Kornel Benko wrote: >>> Am Sonntag, 20. Januar 2013 um 18:54:51, schrieb Scott Kostyshak >>> I am using TeX Live 2012. I get errors

[patch] new VCS commands copy and rename

2013-01-22 Thread Georg Baum
-453,6 +453,9 @@ enum FuncCode LFUN_BRANCH_MASTER_ACTIVATE,// spitz 20120930 LFUN_BRANCH_MASTER_DEACTIVATE, // spitz 20120930 LFUN_ENVIRONMENT_SPLIT, // spitz 20121223 + LFUN_VC_RENAME, // gb 20130122 + LFUN_VC_COPY, // gb 20130122 + // 355 LFUN_LASTACT

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Georg Baum
Scott Kostyshak wrote: > On Mon, Jan 21, 2013 at 3:54 AM, Jürgen Spitzmüller wrote: >> >> Not for the first one. The second one is because cancel is loaded with an >> option manually in the preamble, but has already been automatically >> loaded by LyX without options before. It

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Scott Kostyshak
On Tue, Jan 22, 2013 at 12:34 PM, Guenter Milde wrote: > On 2013-01-21, Scott Kostyshak wrote: >> On Mon, Jan 21, 2013 at 5:26 AM, Guenter Milde wrote: >>> On 2013-01-21, Kornel Benko wrote: Am Sonntag, 20. Januar 2013 um 18:54:51, schrieb Scott

Re: Errors when compiling current trunk math manual with PDF (pdflatex)

2013-01-22 Thread Scott Kostyshak
On Tue, Jan 22, 2013 at 3:19 PM, Georg Baum wrote: > Scott Kostyshak wrote: > >> On Mon, Jan 21, 2013 at 3:54 AM, Jürgen Spitzmüller wrote: >>> >>> Not for the first one. The second one is because cancel is loaded with an >>> option manually in the

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Uwe Stöhr
Am 22.01.2013 09:07, schrieb Scott Kostyshak: OK. I didn't follow all of that but from what I understand either (a) LyX on Windows no longer takes a long time to start up the first time or (b) it does take a long time but this is necessary and can't be incorporated into the installer and now

Re: make initial configure part of install (esp. Windows) ?

2013-01-22 Thread Uwe Stöhr
Am 22.01.2013 11:19, schrieb Vincent van Ravesteijn: In any case, the installation may take 30 minutes if you have a fresh MikTeX installation. I did this fresh installation the last 2 weeks on 4 different PCs several times again and again to fix some installer and a MiKTeX bug. On the

Re: Re: [PATCH] CMake PDF (pdflatex) export tests

2013-01-22 Thread Kornel Benko
Am Dienstag, 22. Januar 2013 um 03:04:42, schrieb Scott Kostyshak > On Mon, Jan 21, 2013 at 3:35 AM, Kornel Benko wrote: > > Am Sonntag, 20. Januar 2013 um 20:51:02, schrieb Scott Kostyshak > > > > > >> Currently there are no export tests for