Re: a patch to #7790, and some related

2011-09-25 Thread PhilipPirrip
On 09/24/2011 05:03 PM, Richard Heck wrote: The solution, I'd think, would be to let users choose what appears in the TOC under Preferences. The whole thing, I think, could be done at a lower level of inheritance. There are many insets that repeat (almost) the same code over and over again. I

Re: committing is no longer possible was: LyX's Trac bugtracking system is dead

2011-09-25 Thread Jean-Marc Lasgouttes
Le 25/09/2011 23:28, Uwe Stöhr a écrit : Am 25.09.2011 22:42, schrieb Jean-Marc Lasgouttes: OperationalError: database or disk is full For the same full disk reason it is no longer possible to commit things. The situation should be better now. I deleted some old dumps. Many thanks. Now it

Re: [PATCH] Detect boost_signal with autoconf with a C++ compiler

2011-09-25 Thread Jean-Marc Lasgouttes
Le 24/09/2011 21:48, Raphael Kubo da Costa a écrit : Jean-Marc Lasgouttes writes: The patch below should fix the problem: AC_CHECK_LIB uses a C compiler, so we need to manually set the language to C++ and call AC_LINK_IFELSE. I found the same code at http://nerdland.net/2009/07/detecting-c

German Userguide not compilable on Mac with MacTeX 2009

2011-09-25 Thread Stephan Witt
I cannot view the german UserGuide anymore. Is there a known problem, anything I can change/upgrade? Stephan This is from the LaTeX log: This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) (format=latex 2010.2.23) 26 SEP 2011 07:51 entering extended mode %&-line parsing enabled. **UserG

Re: Default document language again + patch

2011-09-25 Thread Stephan Witt
Am 25.09.2011 um 16:37 schrieb Jürgen Spitzmüller: > Stephan Witt wrote: >> The next thing to add would be the appropriate preferences interface for the >> default document language. > > Note that this very preference has been removed some time ago. The default > language is set via the Document

Re: [PATCH] Detect boost_signal with autoconf with a C++ compiler

2011-09-25 Thread Raphael Kubo da Costa
Richard Heck writes: > Can you please attach the patch again? Sure :) Index: config/lyxinclude.m4 === --- config/lyxinclude.m4(revision 39661) +++ config/lyxinclude.m4(working copy) @@ -321,8 +321,17 @@ AM_C

Re: [PATCH] Detect boost_signal with autoconf with a C++ compiler

2011-09-25 Thread Richard Heck
On 9/24/11 3:48 PM, Raphael Kubo da Costa wrote: Jean-Marc Lasgouttes writes: Le 13/09/2011 00:14, Raphael Kubo da Costa a écrit : I maintain the LyX port on FreeBSD, and was recently contacted by a user who was not able to built LyX with GCC 4.5 due to autoconf trying to use gcc instead of g

Re: r39754 - lyx-devel/trunk/src/support

2011-09-25 Thread Richard Heck
On 9/25/11 12:57 PM, Enrico Forestieri wrote: On Sat, Sep 24, 2011 at 10:53:28PM +0200, for...@lyx.org wrote: Author: forenr Date: Sat Sep 24 22:53:28 2011 New Revision: 39754 URL: http://www.lyx.org/trac/changeset/39754 Log: Do not change, even if temporarily, the environment of the main proc

Re: committing is no longer possible was: LyX's Trac bugtracking system is dead

2011-09-25 Thread Uwe Stöhr
Am 25.09.2011 22:42, schrieb Jean-Marc Lasgouttes: OperationalError: database or disk is full For the same full disk reason it is no longer possible to commit things. The situation should be better now. I deleted some old dumps. Many thanks. Now it works again. But do we need a new disk fo

Re: a patch to #7790, and some related

2011-09-25 Thread Liviu Andronic
On Sun, Sep 25, 2011 at 10:44 PM, Jean-Marc Lasgouttes wrote: > Why do you need ERT for sweave (just curious) ? > I always put the code chunks <<>>= 2+2 @ in ERT insets: the ERT "environment" makes it much easier to write and edit code than the Chunk environments (as defined by the module). The

Re: a patch to #7790, and some related

2011-09-25 Thread Jean-Marc Lasgouttes
Le 24/09/2011 18:02, Liviu Andronic a écrit : On Sat, Sep 24, 2011 at 5:58 PM, Julien Rioux wrote: Besides, the terminology ERT has dropped out of favour a long time ago. What should we use instead then? As far as I'm concerned, ERT is the only term that accurately describes the inset. 'LaTe

Re: committing is no longer possible was: LyX's Trac bugtracking system is dead

2011-09-25 Thread Jean-Marc Lasgouttes
Le 25/09/2011 03:51, Uwe Stöhr a écrit : Am 25.09.2011 01:40, schrieb Uwe Stöhr: Calling http://www.lyx.org/trac/timeline leads to this error: OperationalError: database or disk is full For the same full disk reason it is no longer possible to commit things. The situation should be better no

Re: r39754 - lyx-devel/trunk/src/support

2011-09-25 Thread Enrico Forestieri
On Sat, Sep 24, 2011 at 10:53:28PM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sat Sep 24 22:53:28 2011 > New Revision: 39754 > URL: http://www.lyx.org/trac/changeset/39754 > > Log: > Do not change, even if temporarily, the environment of the main process > but only that of the launched

Re: Default document language again + patch

2011-09-25 Thread Jürgen Spitzmüller
Stephan Witt wrote: > The next thing to add would be the appropriate preferences interface for the > default document language. Note that this very preference has been removed some time ago. The default language is set via the Document Defaults (defaults.lyx), and this setting overrides a pref a

Re: autoconf vs cmake vs scons

2011-09-25 Thread PhilipPirrip
On 09/25/2011 01:22 PM, Vincent van Ravesteijn wrote: I can't find development/cmake/CMakeLists.txt in the trunk, but only in 2_0_X. What's going on there? What am I missing? We moved it into the src tree. So it's now in src/CMakeLists.txt. That one didn't work. I also found one in the root

Re: autoconf vs cmake vs scons

2011-09-25 Thread Kornel
Am Sonntag, 25. September 2011 schrieb Vincent van Ravesteijn: > Op 25-9-2011 13:11, PhilipPirrip schreef: > > Guys, let me hijack the thread, the question is related only to cmake. > > I'm trying to use Qt-creator following instructions on > > http://blog.oak-tree.us/index.php/2010/06/25/lyx-outli

Default document language again + patch

2011-09-25 Thread Stephan Witt
I've made a proof of concept patch to adjust the default document language automatically. The funny thing I've learned is: the user is able to configure the GUI language but not the default document language. And there are more possible GUI languages than we provide. E. g. I have the choice bet

patch: simplify cursor class

2011-09-25 Thread Stephan Witt
I'd like to remove nearly dead code from Cursor class. Does anybody has objections? Stephan simplify-cursor.patch Description: Binary data

Re: autoconf vs cmake vs scons

2011-09-25 Thread Vincent van Ravesteijn
Op 25-9-2011 13:11, PhilipPirrip schreef: Guys, let me hijack the thread, the question is related only to cmake. I'm trying to use Qt-creator following instructions on http://blog.oak-tree.us/index.php/2010/06/25/lyx-outline02-1 I can't find development/cmake/CMakeLists.txt in the trunk, but o

Re: autoconf vs cmake vs scons

2011-09-25 Thread PhilipPirrip
Guys, let me hijack the thread, the question is related only to cmake. I'm trying to use Qt-creator following instructions on http://blog.oak-tree.us/index.php/2010/06/25/lyx-outline02-1 I can't find development/cmake/CMakeLists.txt in the trunk, but only in 2_0_X. What's going on there? What

Re: 2.0.0 support for aspell on windows

2011-09-25 Thread Liviu Andronic
On Sun, Sep 25, 2011 at 3:37 AM, Uwe Stöhr wrote: > No, only hunspell is supported by LyX on Windows 2.0.x. > I added a note on the wiki [1]. Please check that it is accurate. Liviu [1] http://wiki.lyx.org/Devel/Aspell#toc1