Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS

2005-12-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | so really I don't think that | I'm being too rude if I politely decline to provide your ideal (but, for | me, non-trivial) solution. in generate_contributors.py: import contributors.py (+ some simple magic...) contributors.py: contributors = [ { name

Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS

2005-12-28 Thread Tomasz Luczak
Lars Gullik Bjønnes wrote: Thomasz, can you send a new patch against generate_contributions.py? You can find in attachment patch to generate_contributions.py best regards Tomasz -- Tomasz Łuczak TECHNODAT Sp. z o.o.tel +48 32 2382337 ul. Kościuszki 1c tel +48 32

Re: OT: automake woes

2005-12-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I have a project (http://sourceforge.net/projects/qdvi/) | where I'm porting kdvi to Windows. The thing is pretty well working in my | local tree (the committed stuff does *not*, so don't try it out!) but I | have one Automake stumbling block. Here's the

Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS

2005-12-28 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming writes: > | On Wednesday 28 December 2005 21:51, > | [EMAIL PROTECTED] wrote: > | > CVSROOT: /usr/local/lyx/cvsroot > | > Module name: lyx-devel > | > Repository: lyx-devel/lib/ > | > Changes by: [EMAIL PROTECTED] 05/12/28 > | > 21:51:3

Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS

2005-12-28 Thread Tomasz Luczak
Angus Leeming wrote: Lars, Tomasz, Lars, you should also get Tomasz to post a message to the lyx-devel list stating that he agrees to license his contributions under the GPL version 2 or later... Tomasz, if you're reading this, would you please send such a message. You're answer will then be

Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS

2005-12-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 28 December 2005 21:51, [EMAIL PROTECTED] wrote: | > CVSROOT:/usr/local/lyx/cvsroot | > Module name:lyx-devel | > Repository: lyx-devel/lib/ | > Changes by: [EMAIL PROTECTED] 05/12/28 21:51:30 | > | > Modified files: | >

Re: [Cvslog] lyx-devel po/: ChangeLog pl.po lib/: CREDITS

2005-12-28 Thread Angus Leeming
On Wednesday 28 December 2005 21:51, [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/lib/ > Changes by: [EMAIL PROTECTED] 05/12/28 21:51:30 > > Modified files: > lyx-devel/po/: ChangeLog pl.po > lyx-devel/lib/:

Re: [patch] Packaging of LyX

2005-12-28 Thread Georg Baum
On Wednesday 28 December 2005 16:16, Lars Gullik Bjønnes wrote: > It would be nice to fix up this before 1.4.0, although it is running > awfully late. It would help for future version, and also perhaps > testing... > > Opinions on that issue? Not now please. I fear that the result would be subopti

Re: [patch] fix bug 2026

2005-12-28 Thread Georg Baum
On Wednesday 28 December 2005 16:18, Jean-Marc Lasgouttes wrote: > As I wrote in the bug, I am not sure we need to enforce Standard > paragraphs. I thought that it was hardcoded in ERT, but I see now that that is not the case. > Note that g-brief will probably use Letter (the default > layout)

Re: New "LyX with Grammar Checker" Prototype (v0.3)

2005-12-28 Thread christian . ridderstrom
On Wed, 28 Dec 2005, Juergen Spitzmueller wrote: > Angus Leeming wrote: > > > I have decided to keep my grammar checker small, mostly just a wrapper > > > around ChkTeX and JLanguageTool. Thus my code is likely to remain small > > > enough to be included in LyX. However my prototype is easy to dis

Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Anand Rangarajan
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | It appears that KDE autoconf code always uses -nounload when | supports it. This flag appears to avoid unloading qt designer | plugins | when exiting uic. Lars> So a way to avoid bugs in uic plugins? I do not know really. The

Re: New "LyX with Grammar Checker" Prototype (v0.3)

2005-12-28 Thread Juergen Spitzmueller
Angus Leeming wrote: > > I have decided to keep my grammar checker small, mostly just a wrapper > > around ChkTeX and JLanguageTool. Thus my code is likely to remain small > > enough to be included in LyX. However my prototype is easy to distribute > > separately from LyX and does not require any (

Re: New "LyX with Grammar Checker" Prototype (v0.3)

2005-12-28 Thread Angus Leeming
John C. McCabe-Dansted wrote: > I have decided to keep my grammar checker small, mostly just a wrapper > around ChkTeX and JLanguageTool. Thus my code is likely to remain small > enough to be included in LyX. However my prototype is easy to distribute > separately from LyX and does not require any

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | where exactly? I tried to add it to AM_INIT_AUTOMAKE, but that didn't | > | work. | > | > That is the right spot. | | This does not compile: As expected :-) (I didn't tell you that, sorry) -- Lgb

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Perhaps we might have to think about checking in configure (+ | Lars> etc) so that we have "control" on what files are used for | Lars> building, and have autogen stays as

Re: [patch] Packaging of LyX

2005-12-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | where exactly? I tried to add it to AM_INIT_AUTOMAKE, but that didn't > | work. > > That is the right spot. This does not compile: package.C: In function 'const std::string lyx::supportget_default_user_support_dir(const std::string&)': package.C:617: error: 'PA

Re: [PATCH] Re: Mathinset behavior (André? )

2005-12-28 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> So, what do you propose? I guess I could keep mathMacroClose as it >> was, Andre> Yes. >> and put the cursor inside the new inset only when space was >> pressed? What about that one? JMarc Index: src/ChangeLog =

Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | It appears that KDE autoconf code always uses -nounload when | supports it. This flag appears to avoid unloading qt designer | plugins | when exiting uic. Lars> So a way to avoid bugs in uic plugins? I do not know really. The fl

Re: [patch] fix bug 2026

2005-12-28 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> I have been calling it "empty layout" for the last 6 years... I remember that :) Jose'> You are right in your analysis above, it is nice to see this Jose'> finally coming to latex as well. :-) Jose'> I feel vindicated now. ;-

Re: [patch] Packaging of LyX

2005-12-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Perhaps we might have to think about checking in configure (+ Lars> etc) so that we have "control" on what files are used for Lars> building, and have autogen stays as it is (now) and only be used Lars> for regenerating configur

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, following your latest changes to autogen.sh, everytime it is run | it replaces lots of files in config/ with older ones from my system :( | | If you _really_ think this `missing' stuff is useful, you should make | it an optional autogen.sh

Re: [patch] fix bug 2026

2005-12-28 Thread Jose' Matos
On Wednesday 28 December 2005 15:18, Jean-Marc Lasgouttes wrote: > > As I wrote in the bug, I am not sure we need to enforce Standard > paragraphs. Note that g-brief will probably use Letter (the default > layout) in ERT anyway. This is very bad, but it happens because we > have no notion of a 'nak

[EMAIL PROTECTED]: DNS problems]

2005-12-28 Thread Mate Wierdl
Aregahegn, Here is a manifestation of the problem I was talking about: some DNS clients cannot find hosts on msci; in this case wierdlmpc.msci.memphis.edu. This is obviously a serious problem, since people loose email. Instead of waiting for the IT peoiple to fix the main dns server on campus, w

Re: [patch] Packaging of LyX

2005-12-28 Thread Jose' Matos
On Wednesday 28 December 2005 15:16, Lars Gullik Bjønnes wrote: > Opinions on that issue? Let us do it for 1.5, that does not seems a critical bug to me, if we could live with it until now... > -- > Lgb -- José Abílio

Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Anand" == Anand Rangarajan <[EMAIL PROTECTED]> writes: | | Anand> Digging through google, I found the threaded discussion at | Anand> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg42138.html | Anand> very useful since it addressed

Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Lars, OK? Lars> yes Done. JMarc

Re: [patch] Packaging of LyX

2005-12-28 Thread Jean-Marc Lasgouttes
Lars, following your latest changes to autogen.sh, everytime it is run it replaces lots of files in config/ with older ones from my system :( If you _really_ think this `missing' stuff is useful, you should make it an optional autogen.sh feature, especially since these files are in cvs. JMarc

Re: [patch] Packaging of LyX

2005-12-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> IMHO (at least on the system side) we should try to mimic what Lars> gcc and emacs does. (and perl, python etc...) When I asked on the autoconf mailing list a few years ago, the answer was that autoconf/automake do not allow th

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | | >> btw. I really dislike the whole "version-suffix" stuff. I think we | >> are just about the only program that does a thing like this... | | Juergen> I find it pretty usefu

Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Anand" == Anand Rangarajan <[EMAIL PROTECTED]> writes: | | Anand> Digging through google, I found the threaded discussion at | Anand> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg42138.html | Anand> very useful since it addressed

Re: [patch] fix bug 2026

2005-12-28 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> LyX needs a standard layout in all text classes for things like Georg> ERT. g-brief does not have one Georg> (http://bugzilla.lyx.org/show_bug.cgi?id=2026). Georg> The attached patch is one solution (which I would prefer), Georg> othe

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Ok... try this: | > | > add 'no-define' to the automake options in configure.ac. | | where exactly? I tried to add it to AM_INIT_AUTOMAKE, but that didn't work. That is the right spot. | > Then automake will not s

Re: [prerelease] LyX 1.4.0pre3

2005-12-28 Thread Jean-Marc Lasgouttes
> "Anand" == Anand Rangarajan <[EMAIL PROTECTED]> writes: Anand> Digging through google, I found the threaded discussion at Anand> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg42138.html Anand> very useful since it addressed the same bug. The remedy called Anand> for adding -nounload

Re: [patch] Packaging of LyX

2005-12-28 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> btw. I really dislike the whole "version-suffix" stuff. I think we >> are just about the only program that does a thing like this... Juergen> I find it pretty useful. But there might be more elegant Juergen> solutions. I do n

Re: [patch] Packaging of LyX

2005-12-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Ok... try this: > > add 'no-define' to the automake options in configure.ac. where exactly? I tried to add it to AM_INIT_AUTOMAKE, but that didn't work. > Then automake will not set PACKAGE by itself at all. > (nor VERSION) > > btw. I really dislike the whole "version

Re: [patch] fix bug 2026

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | LyX needs a standard layout in all text classes for things like ERT. g-brief | does not have one (http://bugzilla.lyx.org/show_bug.cgi?id=2026). | | The attached patch is one solution (which I would prefer), others are | described in bugzilla. | Which so

Re: [patch] Packaging of LyX

2005-12-28 Thread Juergen Spitzmueller
Georg Baum wrote: > The problem is that the variable PACKAGE that is set by the > --with-version-suffix switch (in config/lyxinclude.m4) is overwritten by > autosomething. > > I guess that it will work if you replace > > AC_INIT(LyX,1.4.0cvs,[EMAIL PROTECTED],[lyx]) > > with > > AC_INIT(LyX,1.4.0cv

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | On Wednesday 28 December 2005 15:01, Juergen Spitzmueller wrote: | | > LyX seems to ignore the switch (--with-version-suffix=-cvs), i.e. it uses | > the default paths. Since I have 1.3 installed there, it triggers an error | > when I try to create a new do

[patch] fix bug 2026

2005-12-28 Thread Georg Baum
LyX needs a standard layout in all text classes for things like ERT. g-brief does not have one (http://bugzilla.lyx.org/show_bug.cgi?id=2026). The attached patch is one solution (which I would prefer), others are described in bugzilla. Which solution should we choose? Georg Index: src/ChangeLo

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | On Wednesday 28 December 2005 15:01, Juergen Spitzmueller wrote: | | > LyX seems to ignore the switch (--with-version-suffix=-cvs), i.e. it uses | > the default paths. Since I have 1.3 installed there, it triggers an error | > when I try to create a new do

Re: [patch] Packaging of LyX

2005-12-28 Thread Georg Baum
On Wednesday 28 December 2005 15:01, Juergen Spitzmueller wrote: > LyX seems to ignore the switch (--with-version-suffix=-cvs), i.e. it uses > the default paths. Since I have 1.3 installed there, it triggers an error > when I try to create a new document (lyx2lyx cannot convert defaults.lyx > and

Re: [patch] fix bug 2153

2005-12-28 Thread Michael Gerz
Lars Gullik Bjønnes wrote: Do you want 1.4.0 released or not? Yes, of course! I will be quiet from now on (although I still think that the patch policy is a bit too strict)! Michael

Re: [patch] fix bug 2153

2005-12-28 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >I would really like to avoid this patch for 1.4.0. Is it really | >critical? | > | Lars, I don't understand your policy. What's the benefit of postponing | a bug fix until 1.4.1? In which way does it increase LyX's stabili

Re: [patch] Packaging of LyX

2005-12-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Might very well be related to the parent one. What does wrong? LyX seems to ignore the switch (--with-version-suffix=-cvs), i.e. it uses the default paths. Since I have 1.3 installed there, it triggers an error when I try to create a new document (lyx2lyx cannot conv

Re: [patch] fix bug 2153

2005-12-28 Thread John Levon
On Wed, Dec 28, 2005 at 02:47:34PM +0100, Michael Gerz wrote: > IMHO if a patch fixes a bug, it should go in as soon as possible. I This policy would be great if patches never caused bugs. This isn't true, unfortunately. There has to be a point at which we reach a set of known bugs that we can l

Re: [patch] fix bug 2153

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | On Wednesday 28 December 2005 13:46, Lars Gullik Bjønnes wrote: | > Georg Baum <[EMAIL PROTECTED]> writes: | > | It is currently not possible to 'comment' unfinished/broken parts of a | > | document that contain include insets, externalmaterial etc: | > | h

Re: [patch] fix bug 2153

2005-12-28 Thread Michael Gerz
Lars Gullik Bjønnes wrote: I would really like to avoid this patch for 1.4.0. Is it really critical? Lars, I don't understand your policy. What's the benefit of postponing a bug fix until 1.4.1? In which way does it increase LyX's stability? OTOH, the patch provider is annoyed because his

Re: [patch] fix bug 2153

2005-12-28 Thread Georg Baum
On Wednesday 28 December 2005 13:46, Lars Gullik Bjønnes wrote: > Georg Baum <[EMAIL PROTECTED]> writes: > | It is currently not possible to 'comment' unfinished/broken parts of a > | document that contain include insets, externalmaterial etc: > | htp://bugzilla.lyx.org/show_bug.cgi?id=2153 > | > |

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Ok, let's see how many yells we get... | | My yell (not related to this patch) is that --with-version-suffix again | doesn't work. Might very well be related to the parent one. What does wrong? -- Lgb

Re: [patch] Packaging of LyX

2005-12-28 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Ok, let's see how many yells we get... My yell (not related to this patch) is that --with-version-suffix again doesn't work. This time, make distclean and autogen.sh didn't help. Using automake (GNU automake) 1.9.6 Using autoconf (GNU Autoconf) 2.59 Jürgen

Re: [patch] fix bug 2153

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | It is currently not possible to 'comment' unfinished/broken parts of a | document that contain include insets, externalmaterial etc: | htp://bugzilla.lyx.org/show_bug.cgi?id=2153 | | The attached patch fixes that by introducing a new flag inComment in |

[patch] fix bug 2153

2005-12-28 Thread Georg Baum
It is currently not possible to 'comment' unfinished/broken parts of a document that contain include insets, externalmaterial etc: htp://bugzilla.lyx.org/show_bug.cgi?id=2153 The attached patch fixes that by introducing a new flag inComment in OutputParams which indicates whether we are current

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | On Wednesday 28 December 2005 10:38, Lars Gullik Bjønnes wrote: | > To me this is quite ok. | > | > We should also give "1.9" as option to automake in configure.ac. | | That looks like the attached then. I am going to commit that. Ok, let's see how many y

Re: [patch] Packaging of LyX

2005-12-28 Thread Georg Baum
On Wednesday 28 December 2005 10:38, Lars Gullik Bjønnes wrote: > To me this is quite ok. > > We should also give "1.9" as option to automake in configure.ac. That looks like the attached then. I am going to commit that. Georg Index: ChangeLog

Re: [patch] Packaging of LyX

2005-12-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | On Wednesday 28 December 2005 01:17, Lars Gullik Bjønnes wrote: | > Georg Baum <[EMAIL PROTECTED]> writes: | > | Does this mean that atomake 1.7 is not supported anymore? | > | > Too old... If we want to support it we have to fix the Mac paths... | > they a

Re: [patch] Packaging of LyX

2005-12-28 Thread Georg Baum
On Wednesday 28 December 2005 01:17, Lars Gullik Bjønnes wrote: > Georg Baum <[EMAIL PROTECTED]> writes: > | Does this mean that atomake 1.7 is not supported anymore? > > Too old... If we want to support it we have to fix the Mac paths... > they are longer than 99 characters. (old tar formats canno