Re: Trying to compile 1.6.2 in Cygwin

2009-05-19 Thread Ben M.
I wrote: > working with LyX.  For me, it works in 1.6.1 and 2.0.0svn(=trunk). > However, in 1.6.2 and 1.6.3svn(=BRANCH_1_6_X), this command reliably > sends me to the first line.  This seems odd since Pavel seems to > confirm that you fixed this problem for 1.6.3svn three weeks ago.  Any I take ba

Re: Trying to compile 1.6.2 in Cygwin

2009-05-19 Thread Ben M.
Thanks for all your help Enrico! I'm now a proud user of 1.6.3svn and 2.0.0svn! =) (The only thing I'd add to complete your instructions is that for development versions, you must run autogen.sh before running lyxconfig-cygwin. Furthermore, under Vista you must execute autogen.sh from a shell t

Re: trunk and branch no longer compilable

2009-05-19 Thread Jürgen Spitzmüller
Andre Poenitz wrote: > &vect[0] I put it in. >What compiler is that btw? msvc I think. Jürgen

Re: trunk and branch no longer compilable

2009-05-19 Thread Uwe Stöhr
> What compiler is that btw? I'm using MSVC 2008. What's the difference between &vect[0] and &outbuf[0] regards Uwe

Re: r29734 - in lyx-devel/trunk: development/scons lib lib/examples

2009-05-19 Thread Pavel Sanda
lasgout...@lyx.org wrote: > Author: lasgouttes > Date: Tue May 19 16:01:30 2009 > New Revision: 29734 > URL: http://www.lyx.org/trac/changeset/29734 > > Log: > an example for the sweave module, prepared by Gregor Gorjanc > > Added: >lyx-devel/trunk/lib/examples/sweave.lyx > Modified: >lyx

Re: www.lyx.org is down

2009-05-19 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef: Le 19 mai 09 à 19:13, Uwe Stöhr a écrit : www.lyx.org is down (committing and checking out SVN is still possible) I see this too, but nothing seems wrong in "top". Chrisitan, are you here? JMarc It seems to work just now Vincent

Re: changeset/29734

2009-05-19 Thread Jean-Marc Lasgouttes
I know that you are knowing what you do. I was perhaps a bit over- eager because I send this mail before I received your first mail. But I think it doesn't harm that I contacted him. He can reject my proposal or give a statement, or add the license and author info to sweave.sty. I'm curious ab

Re: r29742 - lyx-devel/branches/BRANCH_1_6_X/src/support

2009-05-19 Thread Jürgen Spitzmüller
forenr wrote: > Log: > Another compile fix for msvc. Grazie! Jürgen

Re: changeset/29734

2009-05-19 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: OK, I send now an email to Prof. Leisch, the author of Sweave. I would have preferred you to wait for that, if only to hear my thoughts on the subject. While you are free to disagree with me, you could have least have assumed that I know what I am doing... I k

Re: trunk and branch no longer compilable

2009-05-19 Thread Andre Poenitz
On Tue, May 19, 2009 at 08:20:49PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > &outbuf[0] > > Thanks. Seems to work for me. > > Uwe, can you try the attached patch? > > Jürgen > Index: src/support/unicode.cpp >

Re: trunk and branch no longer compilable

2009-05-19 Thread Andre Poenitz
On Tue, May 19, 2009 at 06:28:56PM +0200, Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: > > > D:\LyXSVN\LyX1.6.x\src\support\unicode.cpp(233) : error C2039: > > > 'data' : is not a member of 'std::vector<_Ty>' > > Hm, a quick query on the net indicates that vestor::data() is not > available in so

Re: trunk and branch no longer compilable

2009-05-19 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > &outbuf[0] Thanks. Seems to work for me. Uwe, can you try the attached patch? Jürgen Index: src/support/unicode.cpp === --- src/support/unicode.cpp (Revision 29736) +++ src/support/unicode.cpp (Arbeitskopi

Re: Can language support be disabled?

2009-05-19 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: > > So maybe a good Grammar checker would consider the use of different > > varieties of a language (such as UK and US English). Language markup > > could actually help such a Grammar detection routine. > > It seems quotation marks would be more useful for this, but these

Re: [PATCH] outputformat tag for literate programming

2009-05-19 Thread rgheck
rgheck wrote: Jean-Marc Lasgouttes wrote: The only reason why I did not commit it yet is that I do not know whether I have to increase the layout format, considering that I have nothing to update here. If you are unsure, just increase the format, just for the case. But then I have to update

Re: [PATCH] outputformat tag for literate programming

2009-05-19 Thread rgheck
Jean-Marc Lasgouttes wrote: The only reason why I did not commit it yet is that I do not know whether I have to increase the layout format, considering that I have nothing to update here. If you are unsure, just increase the format, just for the case. But then I have to update layout2layout,

Re: trunk and branch no longer compilable

2009-05-19 Thread Enrico Forestieri
On Tue, May 19, 2009 at 06:28:56PM +0200, Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: > > > D:\LyXSVN\LyX1.6.x\src\support\unicode.cpp(233) : error C2039: > > > 'data' : is not a member of 'std::vector<_Ty>' > > Hm, a quick query on the net indicates that vestor::data() is not available > in

Re: Can language support be disabled?

2009-05-19 Thread John McCabe-Dansted
On Wed, May 20, 2009 at 12:12 AM, Jürgen Spitzmüller wrote: > I would also welcome such a feature in case of two different (but allowed) > spelling variants of a given language, say "Typographie" and "Typografie" in > German. Well I would consider - Blue is my \american{favorite} \british{colour

Re: trunk and branch no longer compilable

2009-05-19 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > D:\LyXSVN\LyX1.6.x\src\support\unicode.cpp(233) : error C2039: > > 'data' : is not a member of 'std::vector<_Ty>' Hm, a quick query on the net indicates that vestor::data() is not available in some libraries. Any ideas for alternatives? Jürgen

Re: www.lyx.org is down

2009-05-19 Thread Jean-Marc Lasgouttes
Le 19 mai 09 à 19:13, Uwe Stöhr a écrit : www.lyx.org is down (committing and checking out SVN is still possible) I see this too, but nothing seems wrong in "top". Chrisitan, are you here? JMarc

Re: changeset/29734

2009-05-19 Thread Jean-Marc Lasgouttes
Le 19 mai 09 à 18:48, Uwe Stöhr a écrit : Uwe Stöhr schrieb: JMarc, can you please ask Gregor to get active so that sweave.sty is available at CTAN? Please CC me to this mail. OK, I send now an email to Prof. Leisch, the author of Sweave. I would have preferred you to wait for that, if onl

Re: changeset/29734

2009-05-19 Thread Jean-Marc Lasgouttes
Le 19 mai 09 à 19:08, Uwe Stöhr a écrit : The problem is that we look only for the file Sweave.sty. but LaTeX won't find it, because it is not available at CTAN. So even when you have R installed. it won't be found. Yes, but the right solution is to test for R itself. When Sweave.sty is in

Re: Ulem package not available in MikTex

2009-05-19 Thread Enrico Forestieri
On Tue, May 19, 2009 at 05:33:07PM +0200, Vincent van Ravesteijn - TNW wrote: > > >So, it's there in the ltxmisc package. > > My fault.. (or MikTeX's not saying it is there when I search on ulem in > the Filename field). But MiKTeX offers to download and install ltxmisc whenever it sees "\usep

www.lyx.org is down

2009-05-19 Thread Uwe Stöhr
www.lyx.org is down (committing and checking out SVN is still possible) regards Uwe

Re: help needed for patch for bug 5909

2009-05-19 Thread Uwe Stöhr
> A completely different idea would be to make it the bibbliography way, i.e., > let LyX compute the longest label. Thanks for the tip, I will follow this. regards Uwe

Re: changeset/29734

2009-05-19 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: No it cannot and should have also not be committed to trunk. The problem is that sweave.sty is not available at CTAN or at a trustable official webpage. Sweave.sty is part of R, which is probably considered as more trustable than LyX itself by many. The proble

Re: changeset/29734

2009-05-19 Thread Jean-Marc Lasgouttes
Le 19 mai 09 à 18:28, Uwe Stöhr a écrit : Uwe Stöhr schrieb: can this http://www.lyx.org/trac/changeset/29734 and the sweave.module file go into LyX 1.6.4? No it cannot and should have also not be committed to trunk. The problem is that sweave.sty is not available at CTAN or at a trustabl

Re: changeset/29734

2009-05-19 Thread Uwe Stöhr
Uwe Stöhr schrieb: JMarc, can you please ask Gregor to get active so that sweave.sty is available at CTAN? Please CC me to this mail. OK, I send now an email to Prof. Leisch, the author of Sweave. regards Uwe

Re: [PATCH] outputformat tag for literate programming

2009-05-19 Thread Jean-Marc Lasgouttes
The only reason why I did not commit it yet is that I do not know whether I have to increase the layout format, considering that I have nothing to update here. If you are unsure, just increase the format, just for the case. But then I have to update layout2layout, and I do not know how. JMarc

Re: Can language support be disabled?

2009-05-19 Thread Andre Poenitz
On Tue, May 19, 2009 at 11:49:58PM +0800, John McCabe-Dansted wrote: > However mixing UK and US English is almost never correct. I don't > think you've mentioned any case where mixing UK and US English is > correct. What about an essay on the differences of UK and US English? Andre'

Re: changeset/29734

2009-05-19 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > can this http://www.lyx.org/trac/changeset/29734 > and the sweave.module file go into LyX 1.6.4? No objections from me. Jürgen

Re: changeset/29734

2009-05-19 Thread Uwe Stöhr
Uwe Stöhr schrieb: can this http://www.lyx.org/trac/changeset/29734 and the sweave.module file go into LyX 1.6.4? No it cannot and should have also not be committed to trunk. The problem is that sweave.sty is not available at CTAN or at a trustable official webpage. http://svn.r-project.org

RE: ulem package not available in MiKTeX

2009-05-19 Thread Vincent van Ravesteijn - TNW
>> Pavel has added a lot of features from the ulem package. >> However, this package is not available in MiKTeX (see >> bug 5956). > >This is not true. ulem is part of the basic installation >of MiKTeX. LyX finds ulem.sty here. Yes, yes, I already withdraw, (please fix your e-mail). >(Have you

changeset/29734

2009-05-19 Thread Uwe Stöhr
JMarc, Jürgen, can this http://www.lyx.org/trac/changeset/29734 and the sweave.module file go into LyX 1.6.4? regards Uwe

trunk and branch no longer compilable

2009-05-19 Thread Uwe Stöhr
Since http://www.lyx.org/trac/changeset/29735 I can no longer compile LyX: > D:\LyXSVN\LyX1.6.x\src\support\unicode.cpp(233) : error C2039: > 'data' : is not a member of 'std::vector<_Ty>' regards Uwe

Re: Can language support be disabled?

2009-05-19 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: > > But is difficult, since the web page does not supply any language data. > > I'm just noting that I have never personally found a case where the > automatic addition of language tags is useful. Actually, I would find it useful, if it would be possible technically ;-)

Re: ulem package not available in MiKTeX

2009-05-19 Thread Uwe Stöhr
> Pavel has added a lot of features from the ulem package. However, this > package is not available in MiKTeX (see bug 5956). This is not true. ulem is part of the basic installation of MiKTeX. LyX finds ulem.sty here. Can you please provide a LyX example file to test further. (Have you reporte

Re: Can language support be disabled?

2009-05-19 Thread John McCabe-Dansted
2009/5/18 Jürgen Spitzmüller : >> > Usually, Acronyms are language-specific as well (cf. IPA [International >> > Phonetic Association] vs. API [Association Phonétique Internationale]). >> >> This still wouldn't help me, because I don't have any French language >> documents. I'd be pasting from a Fr

Re: [PATCH] outputformat tag for literate programming

2009-05-19 Thread rgheck
Jean-Marc Lasgouttes wrote: This patch allows the sweave module to work our of the box (when R is installed, of course). The only reason why I did not commit it yet is that I do not know whether I have to increase the layout format, considering that I have nothing to update here. I think y

RE: Ulem package not available in MikTex

2009-05-19 Thread Vincent van Ravesteijn - TNW
>So, it's there in the ltxmisc package. My fault.. (or MikTeX's not saying it is there when I search on ulem in the Filename field). Vincent

Re: [patch] dynamic iconv outbuffer

2009-05-19 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > >> Could someone please join in reviewing? > > > > Seems quite straightforward to me. > > +1 Thank you both. I'm committing, then. Jürgen

Re: [PATCH] outputformat tag for literate programming

2009-05-19 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > This patch allows the sweave module to work our of the box (when R is > installed, of course). Looks good. > The only reason why I did not commit it yet is that I do not know > whether I have to increase the layout format, considering that I have > nothing to update

Re: Contact me regarding write/commit permission to Subversion and Trac

2009-05-19 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: > Could you set that only the developers can add/remove keywords and set the > target milestone? People are frequently using the keyword field now, and in > most cases, the keywords are not very useful. I took a look at this, but did not

Re: Author List order after saves

2009-05-19 Thread Jean-Marc Lasgouttes
Gregory Jefferis writes: > It turns out that BufferList::setCurrentAuthor is not really the issue. > Rather it is because the default constructor for Changes includes an > authorid of 0, therefore assuming that the relevant author list has the > current author at position 0. There is no way for t

Re: Starting Development

2009-05-19 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > the main point of having it integrated this way was that people won't > forget to add documentation. once moved somewhere else as it happened > with the lfuns manual added years back, which completely obsoleted. > for another instance look at release-notes docs... > > if thi

[PATCH] outputformat tag for literate programming

2009-05-19 Thread Jean-Marc Lasgouttes
This patch allows the sweave module to work our of the box (when R is installed, of course). The only reason why I did not commit it yet is that I do not know whether I have to increase the layout format, considering that I have nothing to update here. Thoughts? svndiff Index: src/TextClass.c

Re: Trac access

2009-05-19 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > if the account manager is installed maybe we don't need the delete plugin > after all... OK, Christian, can you do the following: 1/ update the setuptools, as explaiend here: http://trac.edgewall.org/wiki/TracPlugins#Requirements 2/ install the account manager by eas

Re: Ulem package not available in MikTex

2009-05-19 Thread Enrico Forestieri
On Tue, May 19, 2009 at 12:48:04PM +0200, Vincent van Ravesteijn - TNW wrote: > Pavel has added a lot of features from the ulem package. However, this > package is not available in MikTeX (see bug 5956). Hmm? $ kpsewhich C:/Program Files/MiKTeX 2.7/tex/latex/ltxmisc/ulem.sty So, it's there in t

Re: [patch] dynamic iconv outbuffer

2009-05-19 Thread Jean-Marc Lasgouttes
Enrico Forestieri writes: > On Tue, May 19, 2009 at 07:48:43AM +0200, Jürgen Spitzmüller wrote: > >> Could someone please join in reviewing? > > Seems quite straightforward to me. +1 JMarc

Re: Configure Problem

2009-05-19 Thread rgheck
Kornel Benko wrote: Am Dienstag, 19. Mai 2009 schrieb Enrico Forestieri: On Tue, May 19, 2009 at 06:45:10AM +0200, Kornel Benko wrote: Am Montag, 18. Mai 2009 schrieb Richard Heck: configure:4079: checking for gcc option to accept ISO C89 configure:4153: gcc  -c -g -O2  conft

Re: Configure Problem

2009-05-19 Thread Kornel Benko
Am Dienstag, 19. Mai 2009 schrieb Enrico Forestieri: > On Tue, May 19, 2009 at 06:45:10AM +0200, Kornel Benko wrote: > > > Am Montag, 18. Mai 2009 schrieb Richard Heck: > > > configure:4079: checking for gcc option to accept ISO C89 > > > configure:4153: gcc  -c -g -O2  conftest.c >&5 > > > conf

Ulem package not available in MikTex

2009-05-19 Thread Vincent van Ravesteijn - TNW
Hi All, Pavel has added a lot of features from the ulem package. However, this package is not available in MikTeX (see bug 5956). What do we do ? Vincent

Re: [patch] dynamic iconv outbuffer

2009-05-19 Thread Enrico Forestieri
On Tue, May 19, 2009 at 07:48:43AM +0200, Jürgen Spitzmüller wrote: > Could someone please join in reviewing? Seems quite straightforward to me. -- Enrico

Re: Configure Problem

2009-05-19 Thread Enrico Forestieri
On Tue, May 19, 2009 at 06:45:10AM +0200, Kornel Benko wrote: > Am Montag, 18. Mai 2009 schrieb Richard Heck: > > configure:4079: checking for gcc option to accept ISO C89 > > configure:4153: gcc  -c -g -O2  conftest.c >&5 > > conftest.c:11:19: error: stdio.h: No such file or directory > > conft

Re: Trying to compile 1.6.2 in Cygwin

2009-05-19 Thread Enrico Forestieri
On Mon, May 18, 2009 at 09:09:16PM -0400, Ben M. wrote: > Wow, thanks so much Enrico!!! That got it working. Now I'll try out > 1.6.3 from lyx-devel... =) If you plan to compile a development version, remember to configure using a version suffix, in order to not let it interfere with your prod

Re: CC-ing on maillist

2009-05-19 Thread Pavel Sanda
Abdelrazak Younes wrote: >> unfortunately thunderbird seems to be really broken - it took again >> sa...@lyx although the reply-to filed was cleared out. >> >> last and bit dirty attempt on this issue - try to reply on this mail >> please. >> > > This is "Reply-all" from Thunderbird 2. this als

Re: Trac access

2009-05-19 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 19 mai 09 ? 09:37, Jürgen Spitzmüller a écrit : >> Pavel Sanda wrote: >>> its just question of time when >>> some spam robot gets insane and fills half of our reports with unrelated >>> content like here now http://www.lyx.org/trac/ticket/5266 >> >> Spam is increasi

Re: Starting Development

2009-05-19 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > My idea was to get rid of the doxygen stuff and move that as individual > std::string fields (that could be translatable) in the big > LyXAction::init table. the main point of having it integrated this way was that people won't forget to add documentation. once moved

Re: Trac access

2009-05-19 Thread Jean-Marc Lasgouttes
Le 19 mai 09 à 09:37, Jürgen Spitzmüller a écrit : Pavel Sanda wrote: its just question of time when some spam robot gets insane and fills half of our reports with unrelated content like here now http://www.lyx.org/trac/ticket/5266 Spam is increasing, see http://www.lyx.org/trac/ticket/1225

Re: Trac access

2009-05-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > its just question of time when > some spam robot gets insane and fills half of our reports with unrelated > content like here now http://www.lyx.org/trac/ticket/5266 Spam is increasing, see http://www.lyx.org/trac/ticket/1225 I guess it's time for some action. Jürgen